| View previous topic :: View next topic |
| Author |
Message |
richy486

Joined: 08 Mar 2006 Posts: 4
|
Posted: Sun Nov 12, 2006 1:40 pm Post subject: problem installing SDL: cannot find input file: Makefile.in |
|
|
I 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 |
I'm not sure if this it ok, is ./autogen.sh ment to generate Makefile.in? |
|
| Back to top |
|
 |
freakdave
Joined: 26 Nov 2006 Posts: 1 Location: Germany
|
Posted: Sun Nov 26, 2006 2:40 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
psiko_scweek
Joined: 12 Nov 2005 Posts: 42
|
Posted: Sun Nov 26, 2006 5:09 pm Post subject: eh!? |
|
|
im getting the same error. how to you tell Cygwin to use Automake 1.9?
thankx |
|
| Back to top |
|
 |
powARman
Joined: 26 Nov 2006 Posts: 3 Location: Erfurt, Germany
|
Posted: Sun Nov 26, 2006 7:41 pm Post subject: |
|
|
specify WANT_AUTOMAKE=1.9 when running autogen.sh
| Code: |
WANT_AUTOMAKE=1.9 ./autogen.sh
|
|
|
| Back to top |
|
 |
psiko_scweek
Joined: 12 Nov 2005 Posts: 42
|
Posted: Mon Nov 27, 2006 2:47 am Post subject: errors? |
|
|
| 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? |
|
| Back to top |
|
 |
someone Idiot
Joined: 13 Sep 2005 Posts: 74
|
Posted: Wed Jan 10, 2007 3:44 am Post subject: |
|
|
I am having exactly the same error.
Can anyone help me? |
|
| Back to top |
|
 |
|