discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xft problem on Solaris


From: Andreas Höschler
Subject: Re: Xft problem on Solaris
Date: Thu, 25 Aug 2005 13:30:55 +0200

Hi Adam,

How can I force the configure script to look in /usr/local/include for Xft? I tried

./configure --includedir= /usr/local/include



Try:

./configure CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib

Thanks for the hint, but this did not change a bit:

...
checking for xft... yes
checking XFT_CFLAGS... -I/usr/openwin/include
checking XFT_LIBS... -R/usr/openwin/lib -L/usr/openwin/lib -lXft -lfontconfig
checking for XftDrawStringUtf8 in -lXft... no
...

config always chooses the Solaris version of XFT and then produces the following output during make:

...
/usr/openwin/include/X11/Xft/Xft.h:35:31: warning: freetype/freetype.h: No such file or directory
In file included from ../../Headers/xlib/XGGState.h:36,
                 from XGFont.m:40:
/usr/openwin/include/X11/Xft/Xft.h:52: error: parse error before "_XftFTlibrary" /usr/openwin/include/X11/Xft/Xft.h:52: warning: type defaults to `int' in declaration of `_XftFTlibrary'
...

I have installed freetype-2.1.10.tar.gz from source and freetype was also recognized while configuring and building gd so I gues steh installtion of freetype is ok.

bash-2.05# find /usr -name freetype.h
/usr/share/src/freetype-2.1.10/include/freetype/freetype.h
/usr/sfw/include/freetype2/freetype/freetype.h
/usr/local/include/freetype2/freetype/freetype.h

Any more ideas what I can do to convince back to build on Solaris 9? Thanks a lot!

Regards,

  Andreas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]