Page 1 of 1
make error
Posted: Wed Apr 28, 2004 9:07 am
by Rbel
I have a freebsd 4.9 box, when i try to make the new version of unreal i got it:
ircserv# make
Building src
gcc -I../include -I/usr/home/ircd/unrealRC/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:65: tre/regex.h: No such file or directory
In file included from auth.c:21:
../include/struct.h:764: syntax error before `regex_t'
In file included from auth.c:21:
../include/struct.h:1157: syntax error before `regex_t'
../include/struct.h:1233: syntax error before `regex_t'
*** Error code 1
Stop in /usr/home/ircd/unrealRC/Unreal3.2/src.
*** Error code 1
Stop in /usr/home/ircd/unrealRC/Unreal3.2.
Thanks guys.
Posted: Wed Apr 28, 2004 12:10 pm
by Ron2K
You're running FreeBSD, perhaps you should try gmake instead?
Posted: Wed Apr 28, 2004 2:54 pm
by jewles
I orginally was using FreeBSD-4.9-STABLE and I had no problems compiling unreal... using ./Config && make... I suggest doing exactly as Ron2K suggests running gmake...
Posted: Wed Apr 28, 2004 3:03 pm
by Rbel
im do it thats too:
ircserv# gmake
Building src
gmake[1]: Entering directory `/usr/home/ircd/unrealRC/Unreal3.2/src'
gcc -I../include -I/usr/home/ircd/unrealRC/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:65: tre/regex.h: No such file or directory
In file included from auth.c:21:
../include/struct.h:764: syntax error before `regex_t'
In file included from auth.c:21:
../include/struct.h:1157: syntax error before `regex_t'
../include/struct.h:1233: syntax error before `regex_t'
gmake[1]: *** [auth.o] Error 1
gmake[1]: Leaving directory `/usr/home/ircd/unrealRC/Unreal3.2/src'
gmake: *** [build] Error 2
Thanks
Posted: Wed Apr 28, 2004 3:19 pm
by Gus
ladybird# make
Building src
gcc -I../include -I/usr/home/ircd/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -DZIP_LINKS -export-dynamic -c auth.c
In file included from auth.c:21:
../include/struct.h:65:23: tre/regex.h: No such file or directory
In file included from auth.c:21:
../include/struct.h:764: error: syntax error before "regex_t"
In file included from auth.c:21:
../include/struct.h:1157: error: syntax error before "regex_t"
../include/struct.h:1233: error: syntax error before "regex_t"
*** Error code 1
Stop in /usr/home/ircd/Unreal3.2/src.
*** Error code 1
Stop in /usr/home/ircd/Unreal3.2.
ladybird#
ladybird# gname
gname: Command not found.
ladybird# gmake
Building src
gmake[1]: Entering directory `/usr/home/ircd/Unreal3.2/src'
gcc -I../include -I/usr/home/ircd/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -DZIP_LINKS -export-dynamic
In file included from auth.c:21:
../include/struct.h:65:23: tre/regex.h: No such file or directory
In file included from auth.c:21:
../include/struct.h:764: error: syntax error before "regex_t"
In file included from auth.c:21:
../include/struct.h:1157: error: syntax error before "regex_t"
../include/struct.h:1233: error: syntax error before "regex_t"
gmake[1]: *** [auth.o] Error 1
gmake[1]: Leaving directory `/usr/home/ircd/Unreal3.2/src'
gmake: *** [build] Error 2
ladybird#
Same problem here. Using FreeBSD 5.2.1-RELEASE
Anyone have any other solution(s)?
Posted: Wed Apr 28, 2004 11:20 pm
by schantzk
are there any errors during the configure? (I suspect there are :)
Posted: Thu Apr 29, 2004 4:20 pm
by Rbel
Nope, not error in the config yet.
Just in the make