problem installing SDL: cannot find input file: Makefile.in

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
User avatar
richy486
Posts: 4
Joined: Wed Mar 08, 2006 4:30 pm

problem installing SDL: cannot find input file: Makefile.in

Post by richy486 »

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

Code: Select all

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

Code: Select all

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: Select all

$ ./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?
freakdave
Posts: 1
Joined: Sun Nov 26, 2006 12:51 am
Location: Germany

Post by freakdave »

So has anyone been able to solve this problem?
No matter what revision i`m trying to compile, i`m still getting the same error. Could it be Automake ?
Any ideas?

Edit:
In fact it was automake, to be more specific ->version 1.10
Tried it with 1.9 and it worked.
psiko_scweek
Posts: 42
Joined: Sat Nov 12, 2005 2:30 am

eh!?

Post by psiko_scweek »

im getting the same error. how to you tell Cygwin to use Automake 1.9?

thankx
powARman
Posts: 3
Joined: Sun Nov 26, 2006 1:19 am
Location: Erfurt, Germany
Contact:

Post by powARman »

specify WANT_AUTOMAKE=1.9 when running autogen.sh

Code: Select all

WANT_AUTOMAKE=1.9 ./autogen.sh
psiko_scweek
Posts: 42
Joined: Sat Nov 12, 2005 2:30 am

errors?

Post by psiko_scweek »

is there something wrong with the SDL libraries? I cannot get SDL_gfx or SDL_image to install without having the same errors as above. I tried the entire WANT_AUTOMAKE=1.9, but that still didnt solve the problem. I didnt have these problems when I installed them a few months ago, did something happen?
someone
Idiot
Posts: 71
Joined: Tue Sep 13, 2005 9:03 pm

Post by someone »

I am having exactly the same error.

Can anyone help me?
Post Reply