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

These are old archives. They are kept for historic purposes only.
Post Reply
princess
Posts: 2
Joined: Sun Feb 06, 2005 1:34 am

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

Post 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!
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post 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.
princess
Posts: 2
Joined: Sun Feb 06, 2005 1:34 am

Post 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 !
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

Check config.log, see if there are any errors mentioned in there.
-- codemastr
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

I thought it was incorrect system time or something...
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Post Reply