I run make... and to this point it's okay, then it hits
gcc -I../include -I/home/Jay/Unreal3.2/extras/regexp/include -pipe -g -02 -funsi s_bsd.c: In function 'init_sys':
s_bsd.c:647: error: too many arguments to function 'setpgrp'
make [1]: *** [s_bsd.o] Error 1
make[1]: Leaving Directory '/home/Jay/Unreal3.2/serc'
make: *** [build] Error 2
Compilation Problem s_bsd
I have this same problem. I ran ./Config then when running make I get the following error:
My OS is Cygwin running the latest and greatest gcc 3.4.3
Any help would be appreciated, thanks.
Code: Select all
gcc -I../include -I/home/david/bin/unreal/extras/regexp/include -pipe -g -O2 -fu
nsigned-char -export-dynamic -DFD_SETSIZE=1024 -c s_auth.c
gcc -I../include -I/home/david/bin/unreal/extras/regexp/include -pipe -g -O2 -fu
nsigned-char -export-dynamic -DFD_SETSIZE=1024 -c s_bsd.c
s_bsd.c: In function `init_sys':
s_bsd.c:647: error: too many arguments to function `setpgrp'
make[1]: *** [s_bsd.o] Error 1
make[1]: Leaving directory `/home/david/bin/unreal/src'
make: *** [build] Error 2Any help would be appreciated, thanks.
-- FUna