unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#31634: emacs 26.1 Compilation error and fix on Solaris 10
@ 2018-05-29  5:49 Christian Jullien
  2018-05-29  6:49 ` Andreas Schwab
  0 siblings, 1 reply; 11+ messages in thread
From: Christian Jullien @ 2018-05-29  5:49 UTC (permalink / raw)
  To: 31634

[-- 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 --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-05-30  3:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-29  5:49 bug#31634: emacs 26.1 Compilation error and fix on Solaris 10 Christian Jullien
2018-05-29  6:49 ` 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

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).