All pastes #333340 Raw Edit

Stuff

public text v1 · immutable
#333340 ·published 2007-01-30 21:23 UTC
rendered paste body
mrt@BIDOU ~/Tremulous
$ make
make -C src/tools/lcc install
make[1]: Entering directory `/home/mrt/Tremulous/src/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[1]: Leaving directory `/home/mrt/Tremulous/src/tools/lcc'
make -C src/tools/asm install
make[1]: Entering directory `/home/mrt/Tremulous/src/tools/asm'
install -s -m 0755 q3asm.exe ../
make[1]: Leaving directory `/home/mrt/Tremulous/src/tools/asm'
make targets B=build/release-mingw32-x86 CFLAGS=" -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_OPENAL=1 -DUSE_OPENAL_DLOPEN=1 -DUSE_CURL=1 -DCURL_STATICLIB -m32 -DUSE_LOCAL_HEADERS=1 -DSVN_VERSION=\\\"1.1.0_SVN895\\\" -DNDEBUG -O3 -march=i586 -fomit-frame-pointer -ffast-math -falign-loops=2 -funroll-loops -falign-jumps=2 -falign-functions=2 -fstrength-reduce -MMD"
make[1]: Entering directory `/home/mrt/Tremulous'
gcc  -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_OPENAL=1 -DUSE_OPENAL_DLOPEN=1 -DUSE_CURL=1 -DCURL_STATICLIB -m32 -DUSE_LOCAL_HEADERS=1 -DSVN_VERSION=\"1.1.0_SVN895\" -DNDEBUG -O3 -march=i586 -fomit-frame-pointer -ffast-math -falign-loops=2 -funroll-loops -falign-jumps=2 -falign-functions=2 -fstrength-reduce -MMD -o build/release-mingw32-x86/client/win_wndproc.o -c src/win32/win_wndproc.c
src/win32/win_wndproc.c: In function `WIN_DisableAltTab':
src/win32/win_wndproc.c:59: error: `SPI_SCREENSAVERRUNNING' undeclared (first use in this function)
src/win32/win_wndproc.c:59: error: (Each undeclared identifier is reported only once
src/win32/win_wndproc.c:59: error: for each function it appears in.)
src/win32/win_wndproc.c: In function `WIN_EnableAltTab':
src/win32/win_wndproc.c:76: error: `SPI_SCREENSAVERRUNNING' undeclared (first use in this function)
make[1]: *** [build/release-mingw32-x86/client/win_wndproc.o] Error 1
make[1]: Leaving directory `/home/mrt/Tremulous'
make: *** [build_release] Error 2

mrt@BIDOU ~/Tremulous
$ wtf ?
sh: wtf: command not found

mrt@BIDOU ~/Tremulous