Who broke the code? (win32 / 354)

Ryan Stotts rstotts at cox.net
Mon Jan 2 21:40:02 EST 2006


I was able to compile the previous version.  Now this happens with the 
latest code and no changes to my system:


$ make
make -C code/unix release
make[1]: Entering directory `/q3src/code/unix'
make -C ../tools/lcc install
make[2]: Entering directory `/q3src/code/tools/lcc'
install -s -m 0755 build-mingw32-x86/q3lcc.exe ../
install -s -m 0755 build-mingw32-x86/q3cpp.exe ../
install -s -m 0755 build-mingw32-x86/q3rcc.exe ../
make[2]: Leaving directory `/q3src/code/tools/lcc'
make -C ../tools/asm install
make[2]: Entering directory `/q3src/code/tools/asm'
install -s -m 0755 q3asm.exe ../
make[2]: Leaving directory `/q3src/code/tools/asm'
make  targets B=release-mingw32-x86 
CFLAGS=" -Wall -fno-strict-aliasing -Wimpli
it -Wstrict-prototypes -DUSE_OPENAL=1 -DUSE_OPENAL_DLOPEN=1 -m32 -DUSE_LOCAL_HE
make[2]: Entering directory `/q3src/code/unix'
gcc  -DDEDICATED -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes 
 -DUS
../unix/linux_signals.c: In function `InitSig':
../unix/linux_signals.c:54: error: `SIGHUP' undeclared (first use in 
this funct
../unix/linux_signals.c:54: error: (Each undeclared identifier is 
reported only
../unix/linux_signals.c:54: error: for each function it appears in.)
../unix/linux_signals.c:55: error: `SIGQUIT' undeclared (first use in 
this func
../unix/linux_signals.c:57: error: `SIGTRAP' undeclared (first use in 
this func
../unix/linux_signals.c:58: error: `SIGIOT' undeclared (first use in 
this funct
../unix/linux_signals.c:59: error: `SIGBUS' undeclared (first use in 
this funct
make[2]: *** [release-mingw32-x86/ded/linux_signals.o] Error 1
make[2]: Leaving directory `/q3src/code/unix'
make[1]: *** [build_release] Error 2
make[1]: Leaving directory `/q3src/code/unix'
make: *** [release] Error 2



Thanks 





More information about the quake3 mailing list