compil from svn

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

Moderators: cheriff, TyRaNiD

Post Reply
Orion_
Posts: 69
Joined: Thu Jan 27, 2005 8:47 am

compil from svn

Post by Orion_ »

I tried to search everywhere but didn't found an answer.
I built the psptoolchain under linux and everything went fine.
then I tried to get the pspsdk from svn (to get the Gu lib which I'm interested in)
I installed automake and autoconf, then launched ./bootstrap and got this:
http://onori.free.fr/error.txt

what did I do wrong ? :/
(or what I didn't do ? )
deagle
Posts: 8
Joined: Wed Jun 29, 2005 5:12 am

Post by deagle »

I get exactly the same errors.. :(
alphabirth
Posts: 1
Joined: Mon Jul 11, 2005 6:07 am
Location: Canada

Post by alphabirth »

Yeah, just thought I'd mention that I'm having this same issue. Did anybody find a solution to this yet?
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

You need to find and install more recent versions of autoconf and automake.
71M
Posts: 122
Joined: Tue Jun 21, 2005 5:28 am
Location: London

Post by 71M »

I think I have the latest version installed, automake 1.9.5-1 and autoconf 2.59-1, but I'm still getting the same errors.
I'm compiling under Cygwin, with the latest Subversion code.

Cheers,
71M
Orion_
Posts: 69
Joined: Thu Jan 27, 2005 8:47 am

Post by Orion_ »

same here, autoconf 2.59-a-3 and automake 1.4-p6-9
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

I think automake 1.7 is required. Sorry about that, I'll add a note to the README if this fixes it for you.
tomt
Posts: 12
Joined: Mon May 23, 2005 8:36 pm

Post by tomt »

i was having similair troubles on mac os x, had to use fink to install automake 1.9 and that fixed it

edit: i dont know if it needs 1.9 i just went for the highest one, 1.7 may well work also. i had some much older version beforehand
etx
Posts: 33
Joined: Sat Apr 02, 2005 12:54 am
Location: Detroit

Post by etx »

I used automake 1.9.5 and autoconf 2.59 under cygwin with no problems. You guys gotta remember svn sources are a work in progress and sometimes have problems.
Post Reply