Search found 10 matches

by b00st
Sat Nov 05, 2005 12:21 pm
Forum: PSP Lua Player Development
Topic: Harvest Moon Project
Replies: 4
Views: 2229

Ok, before anyone starts, I have nothing against Lua... If you wanted to try C++ I have a working tile engine running using SDL (very basic atm, but what do you expect, it took me like 3 hours). It would be perfect for an old skool snes style rpg like FF, or harvest moon. I'm gonna do some tweaking ...
by b00st
Sun Oct 23, 2005 4:16 pm
Forum: PSP Development
Topic: SDL setup question
Replies: 24
Views: 10950

Ah my goodness! Tried it again with export LDFLAGS="-L/usr/local/pspdev/psp/sdk/lib -lc -lpspuser -lpsputility" ./configure --host psp --prefix=/usr/local/pspdev/psp and seems to have worked. I had tried the same thing without 'export' with no luck. Thanks heaps, couldn't have done it with...
by b00st
Sun Oct 23, 2005 10:46 am
Forum: PSP Development
Topic: SDL setup question
Replies: 24
Views: 10950

ok, I pasted it to http://rafb.net/paste/results/blfdqK44.html
Pasted by: b00st
Language: Plain Text
Description: SDL Setup Problems
You have 24 hours from now to view it, but i can repaste if needed or send to you as a text file.
Thanks for being patient and not just ignoring my rants.
by b00st
Wed Oct 19, 2005 7:49 pm
Forum: PSP Development
Topic: SDL setup question
Replies: 24
Views: 10950

Yeah, I removed cygwin and reinstalled it today hoping it would fix it. Followed the link you gave exactly. I was thinking, Its not an environment variable I haven't set or anything, do you think? The only ones Ive set are the three it said to add to by .bashrc: ## PSPDEV PATH SETTINGS export PSPDEV...
by b00st
Wed Oct 19, 2005 7:25 pm
Forum: PSP Development
Topic: SDL setup question
Replies: 24
Views: 10950

Still getting the same results... So, noone can help at the moment?
by b00st
Tue Oct 18, 2005 8:54 am
Forum: PSP Development
Topic: SDL setup question
Replies: 24
Views: 10950

even when I copy and paste the command from README.PSP i get the same thing. I dont think this is from an incorrect ./configure.
Afterwards, if i 'echo $LDFLAGS' I get
-L/user/local/pspdev/psp/sdk/lib -lc -lpspuser -lpsputility
I think thats what it should be. :(
by b00st
Tue Oct 18, 2005 8:20 am
Forum: PSP Development
Topic: SDL setup question
Replies: 24
Views: 10950

jimparis: My command is the same, except I put the whole path to psp-config. I fixed it up anyway and tried again with the same result. Im guessing this is a compiler problem. The line it is breaking on is: checking for C compiler default output file name... configure: error: C compiler cannot creat...
by b00st
Mon Oct 17, 2005 7:05 pm
Forum: PSP Development
Topic: SDL setup question
Replies: 24
Views: 10950

ok, now i ./autogen.sh and all is fine. Next, I try LDFLAGS="-L'/usr/local/pspdev/bin/psp-config.exe --/usr/local/pspdev/psp/sdk' /lib -lc -lpspuser -lpsputility" ./configure --host psp --prefix='/usr/local/pspdev/bin/psp-config.exe --psp-prefix' but I get 'checking for C compiler default ...
by b00st
Mon Oct 17, 2005 5:58 pm
Forum: PSP Development
Topic: SDL setup question
Replies: 24
Views: 10950

don't think Im reading this right. autogen.sh doesn't download anything. I have to download everything in the /trunk/SDL folder, don't I? Im not really sure how to use SVN. lil help? (sorry if im being a pest, but if it helps me, it'll probably help a few other people) ###EDIT### Realised the toolki...
by b00st
Mon Oct 17, 2005 5:16 pm
Forum: PSP Development
Topic: SDL setup question
Replies: 24
Views: 10950

SDL setup question

Ive been looking for how to setup SDL/SDL_Image for the devkit and aren't sure what to do. I've found the SVN but not sure what I need or how to set it up. Any info would be great.