PDA

View Full Version : SDL and the PSP



psiko_scweek
February 8th, 2007, 02:35
Alright, I have posted in regards to this several times before.

I simply cannot get SDL to install with the new PSP toolchain. I was recommened to try use automake 1.9 but that did not solve the problem.

Is there ANYTHING anyone can do? I was developing a game using SDL and my hard drive crashed and now I cant get the dev enviroment to install properly again?

psiko

HomerSp
February 8th, 2007, 13:18
Telling us what errors you get and such helps quite a bit...

psiko_scweek
February 9th, 2007, 00:48
sorry i was in a hurry and i was at work.

-----------------------------------------------------------------

have checked out SDL from revision 2061, i ran ./autogen.sh but when i ran:

Code:
$ LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" ./configure --host psp --prefix=$(psp-config --psp-prefix)


I get the error:

Code:
configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in



and Makefile.in is not in my SDL directory.

(Edit)
this is the output from ./autogen.sh :
Code:
$ ./autogen.sh ~/SDL
Generating build information using aclocal, automake and autoconf
This may take a while ...
acinclude.m4:363: the serial number must appear before any macro definition
/usr/share/aclocal/libsmi.m4:8: warning: underquoted definition of AM_PATH_LIBSMI
/usr/share/aclocal/libsmi.m4:8: run info '(automake)Extending aclocal'
/usr/share/aclocal/libsmi.m4:8: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/automake-1.10/am/depend2.am: am__fastdepCCAS does not appear in AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am: The usual way to define `am__fastdepCCAS' is to add `AM_PROG_AS'
/usr/share/automake-1.10/am/depend2.am: to `configure.in' and run `aclocal' and `autoconf' again.
Makefile.am:88: use `install-data-hook' or `install-exec-hook', not `install-hook'
/usr/share/aclocal/libsmi.m4:8: warning: underquoted definition of AM_PATH_LIBSMI
/usr/share/aclocal/libsmi.m4:8: run info '(automake)Extending aclocal'
/usr/share/aclocal/libsmi.m4:8: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
Now you are ready to run ./configure


and whenever i try t o run that, i get an error message stating that it cannot find a file called "Makefile.in"

It was suggested to try and force Cygwin to use AutoMake 1.9 but I cannot get that to work either.