Ticket #3127: test.log

File test.log, 4.9 KB (added by hkzlab, 17 years ago)

Output of the failed compilation

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: invalid use of undefined type ‘struct Common::Event’
11../../../common/system.h:41: error: forward declaration of ‘struct Common::Event’
12osys_psp.cpp:434: error: ‘EVENT_LBUTTONDOWN’ is not a member of ‘Common’
13osys_psp.cpp:434: error: ‘EVENT_LBUTTONUP’ is not a member of ‘OSystem’
14osys_psp.cpp:437: error: invalid use of undefined type ‘struct Common::Event’
15../../../common/system.h:41: error: forward declaration of ‘struct Common::Event’
16osys_psp.cpp:437: error: ‘EVENT_RBUTTONDOWN’ is not a member of ‘Common’
17osys_psp.cpp:437: error: ‘EVENT_RBUTTONUP’ is not a member of ‘OSystem’
18osys_psp.cpp:441: error: invalid use of undefined type ‘struct Common::Event’
19../../../common/system.h:41: error: forward declaration of ‘struct Common::Event’
20osys_psp.cpp:441: error: ‘EVENT_KEYDOWN’ is not a member of ‘Common’
21osys_psp.cpp:441: error: ‘EVENT_KEYUP’ is not a member of ‘OSystem’
22osys_psp.cpp:442: error: invalid use of undefined type ‘struct Common::Event’
23../../../common/system.h:41: error: forward declaration of ‘struct Common::Event’
24osys_psp.cpp:445: error: invalid use of undefined type ‘struct Common::Event’
25../../../common/system.h:41: error: forward declaration of ‘struct Common::Event’
26osys_psp.cpp:446: error: invalid use of undefined type ‘struct Common::Event’
27../../../common/system.h:41: error: forward declaration of ‘struct Common::Event’
28osys_psp.cpp:448: error: invalid use of undefined type ‘struct Common::Event’
29../../../common/system.h:41: error: forward declaration of ‘struct Common::Event’
30osys_psp.cpp:449: error: invalid use of undefined type ‘struct Common::Event’
31../../../common/system.h:41: error: forward declaration of ‘struct Common::Event’
32osys_psp.cpp:451: error: invalid use of undefined type ‘struct Common::Event’
33../../../common/system.h:41: error: forward declaration of ‘struct Common::Event’
34osys_psp.cpp:452: error: invalid use of undefined type ‘struct Common::Event’
35../../../common/system.h:41: error: forward declaration of ‘struct Common::Event’
36osys_psp.cpp:457: error: invalid use of undefined type ‘struct Common::Event’
37../../../common/system.h:41: error: forward declaration of ‘struct Common::Event’
38osys_psp.cpp:458: error: invalid use of undefined type ‘struct Common::Event’
39../../../common/system.h:41: error: forward declaration of ‘struct Common::Event’
40osys_psp.cpp:463: error: invalid use of undefined type ‘struct Common::Event’
41../../../common/system.h:41: error: forward declaration of ‘struct Common::Event’
42osys_psp.cpp:464: error: invalid use of undefined type ‘struct Common::Event’
43../../../common/system.h:41: error: forward declaration of ‘struct Common::Event’
44osys_psp.cpp:540: error: invalid use of undefined type ‘struct Common::Event’
45../../../common/system.h:41: error: forward declaration of ‘struct Common::Event’
46osys_psp.cpp:540: error: ‘EVENT_MOUSEMOVE’ is not a member of ‘Common’
47osys_psp.cpp:541: error: invalid use of undefined type ‘struct Common::Event’
48../../../common/system.h:41: error: forward declaration of ‘struct Common::Event’
49osys_psp.cpp:542: error: invalid use of undefined type ‘struct Common::Event’
50../../../common/system.h:41: error: forward declaration of ‘struct Common::Event’
51make: *** [osys_psp.o] Error 1
52