GNU bug report logs -
#14684
emacs-24.3: Xft configure test fails on solaris
Previous Next
Reported by: Rick Frankel <rick <at> rickster.com>
Date: Fri, 21 Jun 2013 17:17:02 UTC
Severity: important
Fixed in version 24.4
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#14684: emacs-24.3: Xft configure test fails on solaris
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 14684 <at> debbugs.gnu.org.
--
14684: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14684
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Version: 24.4
Thanks; fixed in emacs-24 branch.
[Message part 3 (message/rfc822, inline)]
In emacs 24.3, configure fails to successfully identify Xft.h usability
during during configure (works in 24.1, did not test 24.2). Here are the
relevant lines from config.log:
configure:12033: checking X11/Xft/Xft.h usability
configure:12033: gcc -std=gnu99 -c -I/usr/openwin/include -mcpu=v9
-I/export/local/include -I/usr/sfw/include -I/usr/openwin/include
-I/usr/local/include -I/usr/include
-I/export/local/db/sybase/OCS-15_0/include -I/usr/openwin/include
-I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/openwin/include
-I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2
conftest.c >&5
In file included from /usr/openwin/include/X11/extensions/Xrender.h:28,
from /usr/openwin/include/X11/Xft/Xft.h:44,
from conftest.c:119:
/usr/openwin/include/X11/extensions/render.h:29: error: syntax error
before "Glyph"
/usr/openwin/include/X11/extensions/render.h:29: warning: type defaults
to `int' in declaration of `Glyph'
This is because solaris requires inclusion of `X11/X.h' before including
`X11/Xft/Xft.h'
Note that ignoring the results (forcing
"ac_cv_header_X11_Xft_Xft_h=yes") results in correctly compiling emacs
with xft antialias font support.
Configured using:
`configure '--prefix=/export/local/' '--with-x-toolkit=lucid'
'--without-imagemagick' 'CFLAGS= -mcpu=v9
-I/export/local/include -I/usr/sfw/include -I/usr/openwin/include
-I/usr/local/include -I/usr/include
-I/export/local/db/sybase/OCS-15_0/include' 'LDFLAGS=
-L/export/local/lib -L/usr/sfw/lib -L/usr/openwin/lib -L/usr/local/lib
-L/usr/lib -L/export/local/db/sybase/OCS-15_0/lib''
This bug report was last modified 12 years and 22 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.