another make error

These are old archives. They are kept for historic purposes only.
Post Reply
Avenger0017
Posts: 3
Joined: Fri Jan 07, 2005 5:04 am

another make error

Post by Avenger0017 »

Building src
gmake[1]: Entering directory `/home/avenger/Unreal3.2/src'
gcc -I../include -I/home/avenger/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:804: error: syntax error before "regex_t"
../include/struct.h:804: warning: no semicolon at end of struct or union
../include/struct.h:807: error: syntax error before '}' token
In file included from auth.c:21:
../include/struct.h:1210: error: syntax error before "regex_t"
../include/struct.h:1210: warning: no semicolon at end of struct or union
../include/struct.h:1292: error: syntax error before "regex_t"
../include/struct.h:1292: warning: no semicolon at end of struct or union
gmake[1]: *** [auth.o] Error 1
gmake[1]: Leaving directory `/home/avenger/Unreal3.2/src'
gmake: *** [build] Error 2

Tried with gmake and make, tried fixing the system clock, basically tried everything i have seen on the forums.

This will prolly be a simple solution, considering my luck :|

Yes, i used ./Config (i actually read the readme)
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Just do as told in the FAQ...
http://www.vulnscan.org/UnrealIrcd/faq/#75

There's already an issue in the bug tracker, maybe you can help to resolve it...
Avenger0017
Posts: 3
Joined: Fri Jan 07, 2005 5:04 am

Post by Avenger0017 »

lol i knew it would be an easy fix....

thanx for the help :D
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

What was the problem?
Avenger0017
Posts: 3
Joined: Fri Jan 07, 2005 5:04 am

Post by Avenger0017 »

just messed around with ./Config options untill it worked, also think i tried a new folder ;)
Post Reply