When I try to compile the backend code for the PSP (with make kxploit), I get the following error :
Code: Select all
osys_psp.h:120: error: 'TimerProc' has not been declared
osys_psp.h:127: error: 'SoundProc' has not been declared
psp_main.cpp: In function 'int main()':
psp_main.cpp:139: error: 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] Error 1