Page 1 of 1

syntax error before `regex_t' (was: make error 1)

Posted: Sun Feb 06, 2005 1:40 am
by princess
I read the faq i did what it said checked the time and date and thats fine and i couldnt find any errors when i did ./Config i'm using FreeBSD heres the error

Code: Select all

-bash-2.05b$ make
Building src
gcc -I../include -I/home/princess/Unreal3.2/extras/regexp/include -pipe -g -O2 -
funsigned-char -I/usr/local/ssl/include -I/usr/local/include -DZIP_LINKS -export
-dynamic  -L/usr/local/ssl/lib -L/usr/local/lib  -c auth.c
In file included from auth.c:21:
../include/struct.h:68: tre/regex.h: No such file or directory
In file included from auth.c:21:
../include/struct.h:804: syntax error before `regex_t'
In file included from auth.c:21:
../include/struct.h:1210: syntax error before `regex_t'
../include/struct.h:1292: syntax error before `regex_t'
*** Error code 1

Stop in /usr/home/princess/Unreal3.2/src.
*** Error code 1

Stop in /usr/home/princess/Unreal3.2.
i installed Unreal3.2 on linux redhat and that works fine so idk
if anyone could help that would be great!
Thanks!

Posted: Sun Feb 06, 2005 1:49 am
by Stealth
I have seen this error quite often in the support channel, unfortunatly, I do not remember how to solve it.

A few suggestions:

Make sure your gcc is version 3.2 or newer.

Use gmake.

Type "(g)make clean" and try again.

rm the Unreal dir and try again.

I will keep looking in my logs for the solution to this, but in the mean time, I hope these help!

Edit: I also changed the topic to something more descriptive.

Posted: Sun Feb 06, 2005 11:19 am
by princess
i've tired gmake and make clean and no luck ive got 2 eggdrops running on the shell so i dont get why its being awkward !

Posted: Sun Feb 06, 2005 5:16 pm
by codemastr
Check config.log, see if there are any errors mentioned in there.

Posted: Tue Feb 08, 2005 5:45 am
by w00t
I thought it was incorrect system time or something...