Displaying 2 results from an estimated 2 matches for "tk_abort".
Did you mean:
  t_abort
  
2003 Nov 26
1
new user
...y 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...
2004 Mar 16
2
Cannot compile wine
...2]: Entering directory `/home/samon/Wine Stuff/wine-20040309/dlls/msi'
gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__  -D_REENTRANT
-fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
-Wpointer-arith  -g -O2 -o tokenize.o tokenize.c
tokenize.c:46: error: `TK_ABORT' undeclared here (not in a function)
tokenize.c:46: error: initializer element is not constant
tokenize.c:46: error: (near initialization for `aKeywordTable[0].tokenType')
tokenize.c:46: error: initializer element is not constant
tokenize.c:46: error: (near initialization for `aKeywordTable...