Hi Mike,
If you are building on Unix, you should not be using the AW CVS version of fribidi, but get the current package from http://fribidi.sourceforge.net, and build and install that. What is happening here is that you do not have the macro FRIBIDI_API defined, it should be defined to nothing unless you are on win32. Tomas > gcc -DHAVE_CONFIG_H -I. -I. -I. -O3 -mcpu=k6 -march=k6 -Wall -c > fribidi.c -MT fribidi.lo -MD -MP -MF .deps/fribidi.TPlo -fPIC -DPIC > -o fribidi.o In file included from fribidi.c:29: fribidi.h:39: syntax > error before `fribidi_boolean' fribidi.h:48: syntax error before > `fribidi_boolean' fribidi.h:61: syntax error before `FriBidiStrIndex' > fribidi.h:73: syntax error before `FriBidiCharType' fribidi.h:80: > syntax error before `void' fribidi.h:90: syntax error before > `fribidi_boolean' fribidi.h:99: syntax error before `fribidi_boolean' > fribidi.h:104: syntax error before `void' fribidi.h:110: syntax error > before `fribidi_boolean' fribidi.h:115: syntax error before `void' > fribidi.h:121: syntax error before `fribidi_boolean' fribidi.h:130: > syntax error before `void' fribidi.h:169: syntax error before `void' > fribidi.h:181: syntax error before `fribidi_boolean' fribidi.h:233: > syntax error before `void' fribidi.h:250: syntax error before `void' > fribidi.c:1078: syntax error before `fribidi_boolean' fribidi.c:1084: > syntax error before `void' fribidi.c:1098: syntax error before `void' > fribidi.c:1112: syntax error before `FriBidiStrIndex' fribidi.c:1168: > syntax error before `fribidi_boolean' fribidi.c: In function > `fribidi_log2vis': fribidi.c:1287: warning: `seq_end' might be used > uninitialized in this function fribidi.c: At top level: > fribidi.c:1378: syntax error before `fribidi_boolean' make[1]: *** > [fribidi.lo] Error 1 make[1]: Leaving directory `/root/fribidi' make: > *** [all] Error 2 > > nothing comes to mind at all > > This is withthe fribidi module from abi cvs >
