all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#14684: emacs-24.3: Xft configure test fails on solaris
@ 2013-06-21 16:39 Rick Frankel
  2013-06-22  0:29 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Rick Frankel @ 2013-06-21 16:39 UTC (permalink / raw)
  To: 14684

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''






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

* bug#14684: emacs-24.3: Xft configure test fails on solaris
  2013-06-21 16:39 bug#14684: emacs-24.3: Xft configure test fails on solaris Rick Frankel
@ 2013-06-22  0:29 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2013-06-22  0:29 UTC (permalink / raw)
  To: 14684-done

Version: 24.4

Thanks; fixed in emacs-24 branch.





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

end of thread, other threads:[~2013-06-22  0:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-21 16:39 bug#14684: emacs-24.3: Xft configure test fails on solaris Rick Frankel
2013-06-22  0:29 ` Glenn Morris

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.