Subversion Build issue

Subforum for discussion and help with ScummVM's PSP (PlayStation Portable) port

Moderator: ScummVM Team

Post Reply
Drizzt
Posts: 2
Joined: Sat Jan 20, 2007 8:31 am
Contact:

Subversion Build issue

Post by Drizzt »

Hello

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
Any suggestions for this issue?
User avatar
erwan
Posts: 40
Joined: Mon Oct 31, 2005 9:54 am
Location: Bretagne, France
Contact:

Post by erwan »

Drizzt
Posts: 2
Joined: Sat Jan 20, 2007 8:31 am
Contact:

Post by Drizzt »

thanks

Y a vraiment de vieux reflexes qui se perdent...
merci
Post Reply