Hello
I tried to compile the last snap of Ion3 on a Debian AMD64 Testing. Lua 5.1
is install, libtool too..
Here is what I got:
../ioncore/genws.h:31: warning: data definition has no type or storage class
In file included from ionws.h:23,
from main.c:22:
split.h:183: error: syntax error before 'Window'
split.h:184: error: syntax error before 'Window'
In file included from main.c:22:
ionws.h:28: error: field 'genws' has incomplete type
make[1]: *** [main.o] Erreur 1
make[1]: quittant le répertoire « /home/gnux/ion-3ds-20060524/mod_ionws »
make: *** [subdirs] Erreur 2
My compiler:
$gcc --version
gcc (GCC) 4.0.3 (Debian 4.0.3-1)
Does anyone got an idea of which type or storage class is missing for gcc?
Thx