hello everybody! i'm new to this ml.. just one question i try to complie wine on my linuxbox (slack8.1 - 2.4.22) but I take an error .. something like this : gcc -c -I. -I. -I../../include -I../../include -D_REENTRANT -fPIC -D__WINESRC__ -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -g -O2 -o tokenize.o tokenize.c tokenize.c:46: `TK_ABORT' undeclared here (not in a function) tokenize.c:46: initializer element is not constant tokenize.c:46: (near initialization for `aKeywordTable[0].tokenType') tokenize.c:47: `TK_AFTER' undeclared here (not in a function) tokenize.c:47: initializer element is not constant ... tokenize.c:334: `TK_STRING' undeclared (first use in this function) tokenize.c:339: `TK_DOT' undeclared (first use in this function) tokenize.c:346: `TK_INTEGER' undeclared (first use in this function) tokenize.c:351: `TK_FLOAT' undeclared (first use in this function) tokenize.c:368: `TK_ID' undeclared (first use in this function) make[2]: *** [tokenize.o] Error 1 make[2]: Leaving directory `/home/gian/wine-20030911/dlls/msi' make[1]: *** [msi] Error 2 make[1]: Leaving directory `/home/gian/wine-20030911/dlls' make: *** [dlls] Error 2 can someone help me? tnx in advance! - jv -