Missing file 'missing'

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

Moderators: cheriff, TyRaNiD

Post Reply
Leo28C
Posts: 19
Joined: Thu Jan 18, 2007 8:20 am

Missing file 'missing'

Post by Leo28C »

Hello everyone!

I downloaded a pre-compiled toolchain by someone named Mr305, and am now trying to install the PSPSDK on it.

I got it from SVN, and can do ./bootstrap and ./configure without problems, however when I get to make I get this error:
Leo@Rita ~/pspsdk
$ make
cd . && /bin/sh /home/Leo/pspsdk/missing --run autoheader
/home/Leo/pspsdk/missing: /home/Leo/pspsdk/missing: No such file or directory
make: *** [config.h.in] Error 127
The funny thing is, /home/Leo/pspsdk/missing does exist... I ran the 'autoheader' command and tried again, but with same result.

Any ideas? Thanks in advance!

P.S; I've done this before, I don't know why it's broken now...
Leo28C
Posts: 19
Joined: Thu Jan 18, 2007 8:20 am

Re: Missing file 'missing'

Post by Leo28C »

Okay, I ran this:
cd . && /bin/sh /home/Leo/pspsdk/missing --run autoheader
and removed this line from the Makefile:
cd $(top_srcdir) && $(AUTOHEADER)
And voila! It compiled. :)
Post Reply