From: John S. <mi...@ya...> - 2003-10-24 10:57:24
|
I've been working on compiling TiLP on OSX. It almost compiles by setting CFLAGS='-D __MACOSX__' (isn't there a way to get configure to set that automatically?). However, I get an error compiling timodules.c: gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -I/usr/include -I../intl -I../intl -DPREFIX=\"/usr\" -I. -D__MACOSX__ -Wall -D_REENTRANT -MT timodules.lo -MD -MP -MF .deps/timodules.Tpo -c timodules.c -fno-common -DPIC -o .libs/timodules.o timodules.c:24:17: io.h: No such file or directory The error is removed by adding " || defined(__MACOSX__)" to the end of line 21. Can you make that change, or do I need to submit a patch sumewhere? __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |