billbaloney
House pianist
Hey folks, I'm working on installing GD support for PHP on my OX 10.1 PowerBook, and I want to include FreeType support. FreeType, curiously, doesn't seem to recognize the existence of OS X -- the package still warns that they "do not support Macs".
I substituted OS X's native "config.guess" and "config.sub", and the configure process finishes smoothly now. However, make starts to fail when it looks for what appear to be a ton of X11-related files and definitions:
/usr/src/freetype-build/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11.c:22: header file 'X11/Xlib.h' not found
/usr/src/freetype-build/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11.c:23: header file 'X11/Xutil.h' not found
/usr/src/freetype-build/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11.c:24: header file 'X11/cursorfont.h' not found
/usr/src/freetype-build/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11.c:76: undefined type, found `Window'
/usr/src/freetype-build/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11.c:77: undefined type, found `GC'
[etc.]
Anyone have any insight? Anyone make it all the way through the install process? I think all I really want make to do is to forego X11 or xfs support, but I don't want to mess with the makefile until I ask the tribe for wisdom.
Much appreciated,
Matt Holford / billbaloney
I substituted OS X's native "config.guess" and "config.sub", and the configure process finishes smoothly now. However, make starts to fail when it looks for what appear to be a ton of X11-related files and definitions:
/usr/src/freetype-build/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11.c:22: header file 'X11/Xlib.h' not found
/usr/src/freetype-build/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11.c:23: header file 'X11/Xutil.h' not found
/usr/src/freetype-build/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11.c:24: header file 'X11/cursorfont.h' not found
/usr/src/freetype-build/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11.c:76: undefined type, found `Window'
/usr/src/freetype-build/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11.c:77: undefined type, found `GC'
[etc.]
Anyone have any insight? Anyone make it all the way through the install process? I think all I really want make to do is to forego X11 or xfs support, but I don't want to mess with the makefile until I ask the tribe for wisdom.
Much appreciated,
Matt Holford / billbaloney