On Sun, 02 Nov 2003 20:33:44 +0100 Kim Woelders <[EMAIL PROTECTED]> wrote:
> Nothing has changed in E from pre7 to pre8 that can explain this. > It seems you have trouble with the freetype header files. Thanks to your help I figured out how to get -pre8 to compile for me. The freetype include files were not being loaded even though the configure process found them. An excerpt from the configure output: checking freetype.h usability... no checking freetype.h presence... no checking for freetype.h... no checking freetype/freetype.h usability... yes checking freetype/freetype.h presence... yes checking for freetype/freetype.h... yes checking for TT_Init_FreeType in -lttf... yes This was setting #define HAVE_FREETYPE_FREETYPE_H 1 in config.h Since my freetype1 header files are in /usr/include/freetype1/freetype I set #define HAVE_FREETYPE1_FREETYPE_FREETYPE_H 1 manually and all is well. The mismatch is entirely my system's fault I think. I found a symlink linking /usr/include/freetype-->/usr/include/freetype2 which probably is what the configure script was looking at. Thanks again, Brad ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ enlightenment-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
