Hi,
Looks like freetype works in concert with fontconfig.
Those sources are inside the Qt tarball, but configure -v with
fontconfig fails.
Maybe configure is catching some other version of Freetype, already installed
on your system.
[...]
FontConfig auto-detection... ()
CC -c -O2 -I../../../mkspecs/solaris-cc -I.
-I/usr/openwin/share/include -I. -I/usr/sfw/include -o fontconfig.o
fontconfig.cpp
How do you configure Qt? Are you specifying something like the following?
./configure -I/usr/sfw/include ...
Where does this "/usr/sfw/include" come from? Is some other version of
Freetype installed in /usr/sfw?
--
Dimitri
--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/
|