Search found 15 matches
- Mon Mar 13, 2006 11:31 am
- Forum: PSP Development
- Topic: Monkey 64 v1.0 - First Release
- Replies: 6
- Views: 5118
- Mon Mar 13, 2006 5:12 am
- Forum: PSP Development
- Topic: Monkey 64 v1.0 - First Release
- Replies: 6
- Views: 5118
- Mon Mar 06, 2006 9:51 am
- Forum: PSP Development
- Topic: Donkey64
- Replies: 5
- Views: 2141
I don't think it is fake. And I think he choose the nic name PSDonkey64 because I think he admires you PSMonkey and all the hard work you have done with your N64 emulator and with iris. Give him a chance. His video looks real good and he showes his video all the way from the beginning when he clicks...
- Mon Mar 06, 2006 8:33 am
- Forum: PSP Development
- Topic: Donkey64
- Replies: 5
- Views: 2141
Donkey64
I just wanted to tell all of you guys that there is someone soon to release a N64 emulator for the psp. His name is PSDonkey64 and you can read about it and download the video of him playing MarioKart64 on his psp at this link. http://www.dcemu.co.uk/vbulletin/showthread.php?t=19927 I will finally b...
- Tue Feb 14, 2006 6:43 am
- Forum: PSP Development
- Topic: A better way to use SDL_mixer
- Replies: 0
- Views: 1006
A better way to use SDL_mixer
I have recomplied the game abrick from the svn repository making some changes to the game's makefile. I found a better way to link SDL_mixer library when adding music to your game or application. Instead of just linking SDL_mixer to libvorbisdec for a temporary fix, it is better to link SDL_mixer to...
- Tue Feb 07, 2006 8:35 am
- Forum: PSP Development
- Topic: error doing toolchain
- Replies: 12
- Views: 3686
- Mon Feb 06, 2006 9:32 am
- Forum: PSP Development
- Topic: error doing toolchain
- Replies: 12
- Views: 3686
You need to download the newest toolchain from svn. You will have make errors if you try to download and install the toolchain from oopo website. Once you download the newest psp toolchain from svn, the instructions are inside the file on how to compile and install it. In your cygwin bash window, ty...
- Mon Jan 16, 2006 11:02 am
- Forum: PSP Development
- Topic: Abrick now works
- Replies: 3
- Views: 2389
Abrick now works
Before the game abrick would not compile out of the pspware repository because the SDL_mixer library was not linked correctly. I now linked the SDL_mixer library to libvorbis in the abrick makefile and now the game compiles correctly. I already uploaded the new makefile to svn so the game now has a ...
- Mon Jan 16, 2006 10:57 am
- Forum: PSP Development
- Topic: Compiling SuperTux
- Replies: 9
- Views: 3223
I solved the problem. SDL_mixer has to be linked to lib vorbis. It finally now compiles. I also fixed this problem with abrick from the pspware repository. Before abrick could not be compiled because SDL_mixer wasn't linked right. I uploaded a new makefile for abrick to svn and now you all should be...
- Fri Jan 06, 2006 10:42 am
- Forum: PSP Development
- Topic: Compiling SuperTux
- Replies: 9
- Views: 3223
I tried changing that also in my makefile. I still get the same errors. I think the errors are coming from my SDL_Mixer folder when I complied it in my trunk. I am going to try to redownload the SDL_Mixer folder from subversion again and recompile everything all over again and see if that helps. I p...
- Fri Jan 06, 2006 5:40 am
- Forum: PSP Development
- Topic: Compiling SuperTux
- Replies: 9
- Views: 3223
I am still not able to compile this game. I ahve been trying for a long time also. Here is what the make file says that is included in the source code. Maybe someone can try to compile this game and let me know how it went. Makefile __cplusplus=1 PSP=1 SRCPATH = ./ PSPSDK = $(shell psp-config --psps...
- Thu Jan 05, 2006 11:21 am
- Forum: PSP Development
- Topic: Compiling SuperTux
- Replies: 9
- Views: 3223
- Thu Jan 05, 2006 11:12 am
- Forum: PSP Development
- Topic: Compiling SuperTux
- Replies: 9
- Views: 3223
- Thu Jan 05, 2006 10:54 am
- Forum: PSP Development
- Topic: Compiling Supertux
- Replies: 1
- Views: 1503
Compiling Supertux
Sorry that I had posted this in the wrong fourm catagory. I guess this question is for Software development. Has anyone tried to compile the game SuperTux? I have tried several times with no luck. Here is the source code for the game. http://www.dcemu.co.uk/vbulletin/attachment.php?attachmentid=2168...
- Thu Jan 05, 2006 10:50 am
- Forum: PSP Development
- Topic: Compiling SuperTux
- Replies: 9
- Views: 3223
Compiling SuperTux
Has anyone tried to compile the game SuperTux? I have tried several times with no luck. Here is the source code for the game. http://www.dcemu.co.uk/vbulletin/attachment.php?attachmentid=2168 You have to have PSPSDK and SDL_Mixer installed in your Cygwin enviroment and SDL package installed as well ...