make error

These are old archives. They are kept for historic purposes only.
Post Reply
Rbel
Posts: 3
Joined: Wed Apr 28, 2004 9:01 am

make error

Post 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.
Ron2K

Post by Ron2K »

You're running FreeBSD, perhaps you should try gmake instead?
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Post 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...
FBSD-DEV Project
http://www.fbsd-dev.org

YatesDev Hosting
http://www.yatesdev.com

The Wrong Way
http://www.thewrongway.net
Rbel
Posts: 3
Joined: Wed Apr 28, 2004 9:01 am

Post 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
Gus

Post 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)?
schantzk

Post by schantzk »

are there any errors during the configure? (I suspect there are :)
Rbel
Posts: 3
Joined: Wed Apr 28, 2004 9:01 am

Post by Rbel »

Nope, not error in the config yet.

Just in the make
Post Reply