Phil Thomson wrote: []
otlbuffer.c:32: warning: implicit declaration of function `FT_REALLOC_ARRAY'
This symbol is defined in /usr/X11R6/include/freetype2/freetype/internal/ftmemory.h, at least in versions from xfree86-4.3.0 or more recent. Your error shows that you have an old version of this file, either at the place I gave or at /usr/local/include/freetype/internal/ftmemory.h. Have a look at this file and its time stamp. Its size should be 15011 bytes, and the copyright notice on line 7 should mention at least the year 2002, maybe 2004. The old version has size 14042 bytes, and the copyright notice is "Copyright 1996-2001".
In any case, the command
grep FT_REALLOC_ARRAY -R /usr/X11R6/include
should show you
/usr/X11R6/include/freetype2/freetype/internal/ftmemory.h:#define FT_REALLOC_ARRAY( _pointer_, _old_, _new_, _type_ ) \
If it doesn't, reinstall X11SDK.pkg. If it does, then look into /usr/local/include.
-- Martin
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
