I have most of it done but i've run into a snag building tools/remotejoy/pcsdl. I'm getting a bunch of errors about a missing SDL.h and a few other SDL header files, so i checked the SDL port from the SVN and figured building that would fix it.
The instructions (readme.psp) in SDL give me this:
Now ./autogen.sh worked ok but the LDFLAGS line churns away for a bit and then starts complaining about missing makefile.in, in fact there aren't *any* makefile.in's in the SDL folder i checked out../autogen.sh
LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
./configure --host psp --prefix=$(psp-config --psp-prefix)
make
make install
Can anyone tell me where i'm going wrong as i've been going back over what i have done so far for about 2 hours now and i can't figure out where i'm being stupid.
EDIT: Fixed it. I found a post that suggested "export WANT_AUTOMAKE=1.9" before calling autogen.sh and that fixed it. I was sure these were supposed to be created by automake rather than from the svn too. I hate being a noob :/