compile problem with 3.2.1
Posted: Sun Aug 15, 2004 10:52 pm
im running suse pro 9.0 and get this error while in the 'make'
any one else having this same problem ?
if i missed a post some where sorry
Wolf
Code: Select all
linux:/home/wolf/Documents/Unreal3.2 # make
Building src
make[1]: Entering directory `/home/wolf/Documents/Unreal3.2/src'
make[1]: Warning: File `Makefile' has modification time 7.8e+07 s in the future
gcc -I../include -I/home/wolf/Documents/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -export-dynamic -c auth.c
In file included from auth.c:21:
../include/struct.h:68:23: tre/regex.h: No such file or directory
In file included from auth.c:21:
../include/struct.h:797: error: parse error before "regex_t"
../include/struct.h:797: warning: no semicolon at end of struct or union
../include/struct.h:800: error: parse error before '}' token
In file included from auth.c:21:
../include/struct.h:1200: error: parse error before "regex_t"
../include/struct.h:1200: warning: no semicolon at end of struct or union
../include/struct.h:1282: error: parse error before "regex_t"
../include/struct.h:1282: warning: no semicolon at end of struct or union
make[1]: *** [auth.o] Error 1
make[1]: Leaving directory `/home/wolf/Documents/Unreal3.2/src'
make: *** [build] Error 2
if i missed a post some where sorry
Wolf