Results 1 to 3 of 3

Thread: SDL and the PSP

                  
   
  1. #1
    DCEmu Regular psiko_scweek's Avatar
    Join Date
    Apr 2006
    Posts
    315
    Rep Power
    71

    Default SDL and the PSP

    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

  2. #2
    DCEmu Coder HomerSp's Avatar
    Join Date
    Sep 2006
    Age
    35
    Posts
    78
    Rep Power
    0

    Default

    Telling us what errors you get and such helps quite a bit...

  3. #3
    DCEmu Regular psiko_scweek's Avatar
    Join Date
    Apr 2006
    Posts
    315
    Rep Power
    71

    Default

    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/a...ending-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/a...ending-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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •