Compiling Wine: tokenize.c problem

Paul Barclay paul.barclay at digitalbridges.com
Sat Nov 22 16:41:21 CST 2003


I hope this is the right list for this.

Version 20031118
redhat 9


After running ./tools/wineinstall everything goes ok until i get the
following:

.
.
.
.
make[2]: Leaving directory
`/home/pbarclay/downloads/wine-20031118/dlls/mshtml'
make[2]: Entering directory
`/home/pbarclay/downloads/wine-20031118/dlls/msi'
gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__ 
-D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2
-fno-strict-aliasing -gstabs+ -Wpointer-arith  -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:46: initializer element is not constant
tokenize.c:46: (near initialization for `aKeywordTable[0]')
tokenize.c:47: `TK_AFTER' undeclared here (not in a function)
tokenize.c:47: initializer element is not constant
tokenize.c:47: (near initialization for `aKeywordTable[1].tokenType')
tokenize.c:47: initializer element is not constant
tokenize.c:47: (near initialization for `aKeywordTable[1]')
tokenize.c:48: `TK_ALL' undeclared here (not in a function)
.
.
.
.
tokenize.c:296: `TK_ILLEGAL' undeclared (first use in this function)
tokenize.c:305: `TK_BITOR' undeclared (first use in this function)
tokenize.c:308: `TK_CONCAT' undeclared (first use in this function)
tokenize.c:313: `TK_COMMA' undeclared (first use in this function)
tokenize.c:317: `TK_BITAND' undeclared (first use in this function)
tokenize.c:321: `TK_BITNOT' undeclared (first use in this function)
tokenize.c:336: `TK_STRING' undeclared (first use in this function)
tokenize.c:341: `TK_DOT' undeclared (first use in this function)
tokenize.c:348: `TK_INTEGER' undeclared (first use in this function)
tokenize.c:353: `TK_FLOAT' undeclared (first use in this function)
tokenize.c:370: `TK_ID' undeclared (first use in this function)
make[2]: *** [tokenize.o] Error 1
make[2]: Leaving directory
`/home/pbarclay/downloads/wine-20031118/dlls/msi'
make[1]: *** [msi] Error 2
make[1]: Leaving directory `/home/pbarclay/downloads/wine-20031118/dlls'
make: *** [dlls] Error 2

Could somebody offer a way to fix this?

Thanks
PB


________________________________________________________________________

E-mail is an informal method of communication and may be subject to data corruption, interception and unauthorised amendment for which Digital Bridges Ltd will accept no liability. Therefore, it will normally be inappropriate to rely on information contained on e-mail without obtaining written confirmation.

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

________________________________________________________________________




More information about the wine-devel mailing list