I'm trying to build the latest wxgtk from unstable (wxgtk-2.3.2-3). During
configuration, it complains

checking for FT_Render_Glyph in -lfreetype... no
configure: warning: system freetype library not found, will use built-in
instead

I have /usr/X11R6/lib/libfreetype.a, which defines FT_Render_Glyph (latest
freetype-hinting from unstable).

Later on, the build fails when trying to link libwx_gtk-2.3.dylib.1.0.0,
complaining that the following .o files are missing:

c++: ftsystem.o: No such file or directory
c++: autohint.o: No such file or directory
c++: ftbase.o: No such file or directory
c++: ftdebug.o: No such file or directory
c++: ftglyph.o: No such file or directory
c++: ftinit.o: No such file or directory
c++: ftmm.o: No such file or directory
c++: cff.o: No such file or directory
c++: type1cid.o: No such file or directory
c++: psnames.o: No such file or directory
c++: psmodule.o: No such file or directory
c++: raster1.o: No such file or directory
c++: sfnt.o: No such file or directory
c++: smooth.o: No such file or directory
c++: truetype.o: No such file or directory
c++: type1z.o: No such file or directory
c++: winfnt.o: No such file or directory

There are no source files for these .o files, making me suspect that they
correspond to a missing built-in freetype, which is not provided because the
package depends on the freetype package, which is installed.

I've peeked at config.cache, and /usr/X11R6/lib seems to be included in the
library search list, so I don't understand how FT_Render_Glyph in freetype
is missed.

-- F


_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to