Ticket #3127: error-26231.log

File error-26231.log, 1.8 KB (added by hkzlab, 17 years ago)

Compile error on revision 26231

Line 
1$ make kxploit
2mkdir -p ./.deps
3psp-g++ -Wp,-MMD,"./.deps/psp_main.d",-MQ,"psp_main.o",-MP -I../../.. -I. -I../../../engines/ -I. -I/usr/local/pspdev/psp/sdk/include -O2 -Wall -D__PSP__ -DNONSTANDARD_PORT -DUSE_ZLIB -Wno-multichar `/usr/local/pspdev/psp/sdk/../bin/sdl-config --cflags` -DUSE_MAD -DUSE_VORBIS -DUSE_TREMOR -DUSE_MPEG2 -fno-exceptions -fno-rtti -DDISABLE_SCALERS -DDISABLE_HQ_SCALERS -c psp_main.cpp -o psp_main.o
4psp_main.cpp:188:1: warning: unknown escape sequence '\)'
5mkdir -p ../../../backends/fs/psp/.deps
6psp-g++ -Wp,-MMD,"../../../backends/fs/psp/.deps/psp_fs.d",-MQ,"../../../backends/fs/psp/psp_fs.o",-MP -I../../.. -I. -I../../../engines/ -I. -I/usr/local/pspdev/psp/sdk/include -O2 -Wall -D__PSP__ -DNONSTANDARD_PORT -DUSE_ZLIB -Wno-multichar `/usr/local/pspdev/psp/sdk/../bin/sdl-config --cflags` -DUSE_MAD -DUSE_VORBIS -DUSE_TREMOR -DUSE_MPEG2 -fno-exceptions -fno-rtti -DDISABLE_SCALERS -DDISABLE_HQ_SCALERS -c ../../../backends/fs/psp/psp_fs.cpp -o ../../../backends/fs/psp/psp_fs.o
7mkdir -p ./.deps
8psp-g++ -Wp,-MMD,"./.deps/osys_psp.d",-MQ,"osys_psp.o",-MP -I../../.. -I. -I../../../engines/ -I. -I/usr/local/pspdev/psp/sdk/include -O2 -Wall -D__PSP__ -DNONSTANDARD_PORT -DUSE_ZLIB -Wno-multichar `/usr/local/pspdev/psp/sdk/../bin/sdl-config --cflags` -DUSE_MAD -DUSE_VORBIS -DUSE_TREMOR -DUSE_MPEG2 -fno-exceptions -fno-rtti -DDISABLE_SCALERS -DDISABLE_HQ_SCALERS -c osys_psp.cpp -o osys_psp.o
9osys_psp.cpp: In member function ‘virtual bool OSystem_PSP::pollEvent(Common::Event&)’:
10osys_psp.cpp:434: error: ‘EVENT_LBUTTONUP’ is not a member of ‘OSystem’
11osys_psp.cpp:437: error: ‘EVENT_RBUTTONUP’ is not a member of ‘OSystem’
12osys_psp.cpp:441: error: ‘EVENT_KEYUP’ is not a member of ‘OSystem’
13make: *** [osys_psp.o] Error 1