I don't have a sdl-config in that dir.
I had to manually install SDL (128), because I can't seem to get it from the pspsdk.
Do I have to move the config file into that dir, or was I supposed to extract the SDL files from the pspsdk (toolchain) somehow?
EDIT:
I see the sdl-config file is in my bin dir in the root. But I looked for the .lib files, and I don't have those. So that must be whats wrong.
So I went back to the SDL site, and downloaded SDL-1.2.8-1.i386.rpm. But altho they got whole walkthroughs on how to run a setup.exe under windows, there is nothing on installing an rpm package.
No clue what I'm doing wrong... but this stuff is all made just a little bit too complicated for any normal person. It's like it's designed to be weird :)
Ah well.. someday I will have it set up and I can actually start coding =/
You can't use i386 SDL for the PSP as they are binary incompatible. You need to check out SDL for PSP from the pspdev Subversion repository. Once you do, follow the instructions in README.PSP to build and install SDL for PSP.
The same goes for other PSP-specific ports of libraries such as zlib and libpng.
I've searched thru these forums, but I can't find any info on how to use that SVN site. I managed to find the SDL files in there, but I can't believe that I have to right click and Save As every single file in there....
There must be an easier way...
I already used the toolchain -p command to download and build the latest version, but that doesn't included any SDL files for me...
Would there be someplace/link where you could direct me to, that would explain how to use the SVN site?