| View previous topic :: View next topic |
| Author |
Message |
LuMo
Joined: 21 Aug 2005 Posts: 410 Location: Austria
|
Posted: Thu Jan 12, 2006 8:39 pm Post subject: SDL problem after install |
|
|
hello!
i was going to build some sdl stuff so i grabbed the latest from svn yesterday;
i compiled it as shown in the README.PSP
everything went fine, no errors;
after compiling i downloaded the lbreakout2 from svn to test if svn is working properly;
first of all ./configure told me that sdl-config is not found
solved this by adding one more path to my PATH variable;
thought its solved now but... NO its still not working...
| Quote: | checkin- for sdl-config .- /us /local/pspdev/psp/bin/sdl-config
checking for SDL - version >= 1.2.0... no
*** Could not run SDL test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means SDL was incorrectly installed
*** or that you have moved SDL since it was installed. In the latter case, you
*** may want to edit the sdl-config script: /usr/local/pspdev/psp/bin/sdl-config
configure: error: lib SDL is needed |
if someone wants to read the log its accessable here
any help wellcome
greets
lumo _________________ "Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com |
|
| Back to top |
|
 |
Thanhda

Joined: 09 Apr 2005 Posts: 331 Location: Canada
|
Posted: Thu Jan 12, 2006 10:00 pm Post subject: |
|
|
first why dont you see if you have installed SDL properly. there should be a sample app in trunk/tests/SDL type "make" and if its installed write it should build. _________________ There are 10 types of people in the world: Those who understand binary, and those who don't... |
|
| Back to top |
|
 |
LuMo
Joined: 21 Aug 2005 Posts: 410 Location: Austria
|
Posted: Thu Jan 12, 2006 10:05 pm Post subject: |
|
|
this sample compiles properly... _________________ "Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com |
|
| Back to top |
|
 |
Thanhda

Joined: 09 Apr 2005 Posts: 331 Location: Canada
|
Posted: Thu Jan 12, 2006 10:09 pm Post subject: |
|
|
hmm we'll ill check it out later today see if i can compile it. _________________ There are 10 types of people in the world: Those who understand binary, and those who don't... |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Fri Jan 13, 2006 12:05 am Post subject: Re: SDL problem after install |
|
|
| LuMo wrote: | | first of all ./configure told me that sdl-config is not found |
You can't just run ./configure to build stuff for the PSP. See "building autoconf applications" in SDL/README.PSP. Also, note that lbreakout2 was copied to svn but has not yet been ported. (see "svn log svn://svn.pspdev.org/pspware/trunk/lbreakout2") |
|
| Back to top |
|
 |
LuMo
Joined: 21 Aug 2005 Posts: 410 Location: Austria
|
Posted: Fri Jan 13, 2006 12:08 am Post subject: |
|
|
ok my fault, i grabbed it from svn to test sdl (actually before i did the testsdl...)
thought its already ported... _________________ "Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com |
|
| Back to top |
|
 |
|