New Mac OS X binaries for Grass (cvs_01_24_2004)
Are these for OSX 10.2 or 10.3, or does it matter?
(d.text.freetype is the only module not compiled)
I was able to get this to compile using both Apple's X11 freetype2
lib and one installed from Fink. What's the error?
The following works for me anyway, change the last line to /sw/...
for Fink's one -- I think the OSX 10.3 freetype2 is newer though.
LDFLAGS="-s" ./configure --enable-shared \
--with-includes="/usr/X11R6/include /sw/include" \
--with-libs="/usr/X11R6/lib /sw/lib" \
--with-freetype \
--with-freetype-includes=/usr/X11R6/include/freetype2
regards,
Hamish