| View previous topic :: View next topic |
| Author |
Message |
pspwill
Joined: 17 Nov 2005 Posts: 51
|
Posted: Sat Jan 06, 2007 6:59 am Post subject: Compiling SDL |
|
|
SDL wont compile for me, everytime i get to the configure part and i get this
| Code: | configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in |
Help? |
|
| Back to top |
|
 |
hlide
Joined: 10 Sep 2006 Posts: 750
|
Posted: Sat Jan 06, 2007 7:22 am Post subject: |
|
|
if i remember well, you just need to do for SDL :
make
make install
autoconf has beem removed for psp |
|
| Back to top |
|
 |
pspwill
Joined: 17 Nov 2005 Posts: 51
|
Posted: Sat Jan 06, 2007 7:38 am Post subject: |
|
|
| Code: | William@william-346e6cd ~/SDL
$ make
make: *** No targets specified and no makefile found. Stop. |
Nope. |
|
| Back to top |
|
 |
Insert_witty_name
Joined: 10 May 2006 Posts: 376
|
Posted: Sat Jan 06, 2007 7:57 am Post subject: |
|
|
| Code: | WANT_AUTOMAKE=1.9 ./autogen.sh
LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
./configure --host psp --prefix=$(psp-config --psp-prefix)
make
make install |
WANT_AUTOMAKE=1.9 is important for it to work for you. |
|
| Back to top |
|
 |
hlide
Joined: 10 Sep 2006 Posts: 750
|
Posted: Sat Jan 06, 2007 8:00 am Post subject: |
|
|
oh yes I forget, try this :
| Quote: |
To build for the PSP, make sure psp-config is in the path and run:
./autogen.sh
LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
./configure --host psp --prefix=$(psp-config --psp-prefix)
make
make install
|
|
|
| Back to top |
|
 |
|