Search found 4 matches

by daniel-kun
Wed Feb 07, 2007 8:34 am
Forum: PSP Development
Topic: Installing SDL for PSP from svn
Replies: 3
Views: 1761

Well, most likely some incompatible autotools-version have created this mess. I've set up my Linux box as my new development environment and besides having to install automake-1.9 (only 1.4 was installed) and re-linking /etc/alternatives/automake and /etc/alternatives/aclocal (this is debian stable ...
by daniel-kun
Wed Feb 07, 2007 2:57 am
Forum: PSP Development
Topic: Installing SDL for PSP from svn
Replies: 3
Views: 1761

Since I haven't had access to the PC where I tried this while creating this post, I could not provide the exact error message. Here is what I get: Making all in src make[1]: Entering directory `/cygdrive/c/pspdev/SDL/src' .deps/SDL_error.Plo:1: *** multiple ta...
by daniel-kun
Tue Feb 06, 2007 10:04 pm
Forum: PSP Development
Topic: 320 x 240 mode ?
Replies: 1
Views: 1626

I'd go for resize. And besides that, adding multiple resize-options would be best. I.e. on the TFT-display of the PSP, a resize from 320x240 to 480x272 would a) crop the image OR b) stretch the image AND c) look bad, even if you align it correctly. So I'd simply use a 320x240 area of the 480x272 of ...
by daniel-kun
Tue Feb 06, 2007 8:47 pm
Forum: PSP Development
Topic: Installing SDL for PSP from svn
Replies: 3
Views: 1761

Installing SDL for PSP from svn

Hello folks, first of all, I'd like to thank every contributor for this great effort. The PSP toolchain, the SDK and all the ported third-party lib make coding for the PSP so much easier. Well, I got a problem with one of the third-party libs, though: libSDL. I'm on win32, have cygwin installed and ...