unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Christian Jullien" <eligis@orange.fr>
To: 31634@debbugs.gnu.org
Subject: bug#31634: emacs 26.1 Compilation error and fix on Solaris 10
Date: Tue, 29 May 2018 07:49:43 +0200	[thread overview]
Message-ID: <000301d3f710$d7fc4d10$87f4e730$@orange.fr> (raw)

[-- Attachment #1: Type: text/plain, Size: 546 bytes --]

Hello emacs maintainers,

 

Many thanks for the energy you put on emacs.

 

Trying to compile emacs 26.1 on solaris 10 sparc with gcc 7.3, I get

 

xftfont.c: In function 'xftfont_open':

xftfont.c:338:19: error: 'xftfont_driver' undeclared (first use in this
function); did you mean 'ftxfont_driver'?

   font->driver = &xftfont_driver;

                   ^~~~~~~~~~~~~~

                   ftxfont_driver

 

Which I can easily fix by adding ligne 251:

 

extern struct font_driver const xftfont_driver;

 

Hope it helps.

 

C. Jullien


[-- Attachment #2: Type: text/html, Size: 2895 bytes --]

             reply	other threads:[~2018-05-29  5:49 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-29  5:49 Christian Jullien [this message]
2018-05-29  6:49 ` bug#31634: emacs 26.1 Compilation error and fix on Solaris 10 Andreas Schwab
2018-05-29  7:10   ` Christian Jullien
2018-05-29  7:23     ` Andreas Schwab
2018-05-29  9:46       ` Robert Pluim
2018-05-29 11:09         ` Christian Jullien
2018-05-29 12:55           ` Robert Pluim
2018-05-29 13:16             ` Christian Jullien
2018-05-30  3:27               ` Richard Stallman
2018-05-29 16:34             ` Eli Zaretskii
2018-05-29 18:35               ` Robert Pluim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000301d3f710$d7fc4d10$87f4e730$@orange.fr' \
    --to=eligis@orange.fr \
    --cc=31634@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).