From: Stephen M. <ste...@le...> - 2003-10-22 22:58:24
|
I need to compile TiLP so I can use the libraries for a project I'm working on. However, I've got some compile errors. libtifiles builds fine. When I compile libiticables, I get this error: --------------------------- gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -I/usr/include -I../intl -I../intl -DPREFIX=\"/usr\" -I. -g -O2 -Wall -D_REENTRANT -MT tig_link.lo -MD -MP -MF .deps/tig_link.Tpo -c tig_link.c -fno-common -DPIC -o .libs/tig_link.o tig_link.c:530: error: parse error before "data" tig_link.c:535: error: parse error before '*' token tig_link.c: In function `tig_supported': tig_link.c:584: error: `SUPPORT_OFF' undeclared (first use in this function) tig_link.c:584: error: (Each undeclared identifier is reported only once tig_link.c:584: error: for each function it appears in.) make[2]: *** [tig_link.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 scum@scum libticables-3.7.7 $ --------------------------- It seems to be redeclaring a function (?). Is there another version of the source that compiles for OS X? Thanks, Stephen P.S. Is the mailing list broken? I can't get subscribed to it (I never the the subscription confirmation email), and the Archives give an error when I try to view them on the web. |