Urgent Problem

These are old archives. They are kept for historic purposes only.
Post Reply
XPediTIoN
Posts: 2
Joined: Sun Apr 18, 2004 8:47 pm

Urgent Problem

Post by XPediTIoN »

I get this error when I type make:

[arturoxp@jennyfer]-[~/Unreal3.2]-[01:56:08]: make
Building src
make[1]: Entering directory `/home/arturoxp/Unreal3.2/src'
gcc -I../include -I/home/arturoxp/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: parse error before `regex_t'
../include/struct.h:764: warning: no semicolon at end of struct or union
../include/struct.h:767: parse error before `}'
In file included from auth.c:21:
../include/struct.h:1157: parse error before `regex_t'
../include/struct.h:1157: warning: no semicolon at end of struct or union
../include/struct.h:1233: parse error before `regex_t'
../include/struct.h:1233: warning: no semicolon at end of struct or union
make[1]: *** [auth.o] Error 1
make[1]: Leaving directory `/home/arturoxp/Unreal3.2/src'
make: *** [build] Error 2
[arturoxp@jennyfer]-[~/Unreal3.2]-[01:56:10]:

What is the problem? Please help me!! I need to configure this ASAP
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

When asking for help, you need to be as specific as possible.

#1.) What version of Unreal is this?
#2.) Did you receive any errors during ./Config?
Try running ./Config -q and see if you get any errors.
-- codemastr
XPediTIoN
Posts: 2
Joined: Sun Apr 18, 2004 8:47 pm

Post by XPediTIoN »

the version is 3.2RCfix and when I run ./Config -q I get:
../libtool: fork: Resource temporarily unavailable
../libtool: fork: Resource temporarily unavailable
../libtool: fork: Resource temporarily unavailable
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require -mode=MODE be specified.
../libtool: fork: Resource temporarily unavailable
../libtool: fork: Resource temporarily unavailable
../libtool: fork: Resource temporarily unavailable
../libtool: fork: Resource temporarily unavailable
../libtool: fork: Resource temporarily unavailable
../libtool: fork: Resource temporarily unavailable
../libtool: fork: Resource temporarily unavailable
../libtool: fork: Resource temporarily unavailable
../libtool: fork: Resource temporarily unavailable
../libtool: fork: Resource temporarily unavailable
../libtool: fork: Resource temporarily unavailable
../libtool: fork: Resource temporarily unavailable
../libtool: fork: Resource temporarily unavailable
../libtool: fork: Resource temporarily unavailable
: compile: cannot determine name of library object from `'
make[2]: *** [libxtre_la-tre-mem.lo] Error 1
make[2]: Leaving directory `/home/arturoxp/Unreal3.2/extras/tre-0.6.5/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/arturoxp/Unreal3.2/extras/tre-0.6.5'
make: *** [all] Error 2
installing TRE regex library
Making install in lib
make[1]: Entering directory `/home/arturoxp/Unreal3.2/extras/tre-0.6.5/lib'
make[2]: Entering directory `/home/arturoxp/Unreal3.2/extras/tre-0.6.5/lib'
mkdir -p -- . /home/arturoxp/Unreal3.2/extras/regexp/lib
/bin/sh ../libtool --mode=install /usr/bin/install -c libtre.la /home/arturoxp/Unreal3.2/extras/regexp/lib/libtre.la
../libtool: fork: Resource temporarily unavailable
../libtool: fork: Resource temporarily unavailable
../libtool: fork: Resource temporarily unavailable
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require -mode=MODE be specified.
../libtool: fork: Resource temporarily unavailable
make[2]: *** [install-libLTLIBRARIES] Error 128
make[2]: Leaving directory `/home/arturoxp/Unreal3.2/extras/tre-0.6.5/lib'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/arturoxp/Unreal3.2/extras/tre-0.6.5/lib'
make: *** [install-recursive] Error 1
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

There is your reason, your shell provider doesn't allow you to run enough simultaneous processes to compile Unreal. Ask the sysadmin to increase it.
-- codemastr
Post Reply