PDA

View Full Version : problem installing SDL: cannot find input file: Makefile.in



richy486
November 13th, 2006, 08:32
I have checked out SDL from revision 2061, i ran ./autogen.sh but when i ran:


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

I get the error:


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 :

$ ./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

I'm not sure if this it ok, is ./autogen.sh ment to generate Makefile.in?

psiko_scweek
December 4th, 2006, 05:03
i am having the same exact problem. I cannot get SDL to reinstall on my laptop. I had no problems the first time. Anyone?