#2993 closed defect (fixed)
PSP: SVN does not compile
Reported by: | SF/erwan2004 | Owned by: | joostp |
---|---|---|---|
Priority: | high | Component: | Port: PSP |
Version: | Keywords: | ||
Cc: | Game: |
Description
Hello,
I do not manage any more to compile version SVN of SCUMMVM. [Babel Fish]
Host Suse 10.2 64bit Toolchain psp:
gcc-4.0.2 binutils-2.16.1 newlib-1.13.0
Libs:
-SDL -Zlib -LibTremor -Libmad
Error:
mkdir -p tools/.deps cc -Wall -o tools/convbdf ../../../tools/convbdf.c mkdir -p tools/.deps cc -Wall -o tools/md5table ../../../tools/md5table.c mkdir -p ./.deps psp-g++ -Wp,-MMD,"./.deps/psp_main.d",-MQ,"psp_main.o",-MP -I../../.. -I. -I../../../engines/ -I. -I/home/erwan/PSP/pspdev/psp/sdk/include -O2 -Wall -D__PSP__ -DNONSTANDARD_PORT -DUSE_ZLIB -Wno-multichar `/home/erwan/PSP/pspdev/psp/sdk/../bin/sdl-config --cflags` -DUSE_MAD -DUSE_VORBIS -DUSE_TREMOR -fno-exceptions -fno-rtti -DDISABLE_SCALERS -DDISABLE_HQ_SCALERS -c psp_main.cpp -o psp_main.o osys_psp.h:120: erreur: ‘TimerProc’ has not been declared osys_psp.h:127: erreur: ‘SoundProc’ has not been declared psp_main.cpp: In function ‘int main()’: psp_main.cpp:139: erreur: cannot allocate an object of abstract type ‘OSystem_PSP_GU’ osys_psp_gu.h:32: note: because the following virtual functions are pure within ‘OSystem_PSP_GU’: ../../../common/system.h:806: note: virtual Common::TimerManager* OSystem::getTimerManager() ../../../common/system.h:866: note: virtual Audio::Mixer* OSystem::getMixer() ../../../common/system.h:958: note: virtual Common::SaveFileManager* OSystem::getSavefileManager() make: *** [psp_main.o] Erreur 1
Ticket imported from: #1630813. Ticket imported from: bugs/2993.
Change History (5)
comment:1 by , 18 years ago
Owner: | set to |
---|---|
Summary: | PSP:Compile&svn → PSP: SVN does not compile |
comment:2 by , 18 years ago
Priority: | normal → high |
---|
comment:3 by , 18 years ago
comment:4 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 6 years ago
Component: | → Port: PSP |
---|
The PSP backend didn't receive the 'modularization' update yet - fixed in SVN now.