Problem with the installation of toochain on Ubuntu FF

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

Moderators: cheriff, TyRaNiD

Post Reply
Rav
Posts: 11
Joined: Fri Jun 01, 2007 2:56 am
Location: France
Contact:

Problem with the installation of toochain on Ubuntu FF

Post by Rav »

Hi !

I try to install PSP Toolchain on Ubuntu Feisty Fawn and, after solving a problem of "unexpected eof" because one of the tar.gz2 was not completely downloaded, i find a problem I don't even understand.

I'm using this file : http://dev.oopo.net/files/psptoolchain-20070517.tar.bz2

I've dowloaded and installed autoconf, automake, bison, flex, gcc, make, ncurses, patch, subversion, terminfo, wget.

I use a root terminal and I added export PSPDEV=/usr/local/pspdev and
export PATH=$PATH:$PSPDEV/bin to my environment.

And now, this is the problem I meet :

Code: Select all

automake: Makefile.am: unterminated conditionals: @DX_COND_doc_TRUE@ @DX_COND_html_TRUE@ @DX_COND_chm_TRUE@ @DX_COND_chi_TRUE@ @DX_COND_man_TRUE@ @DX_COND_rtf_TRUE@ @DX_COND_xml_TRUE@ @DX_COND_ps_TRUE@ @DX_COND_pdf_TRUE@ @DX_COND_latex_TRUE@
automake: Makefile.am: unterminated conditionals: @DX_COND_doc_TRUE@ @DX_COND_html_TRUE@ @DX_COND_chm_TRUE@ @DX_COND_chi_TRUE@ @DX_COND_man_TRUE@ @DX_COND_rtf_TRUE@ @DX_COND_xml_TRUE@ @DX_COND_ps_TRUE@ @DX_COND_pdf_TRUE@ @DX_COND_latex_TRUE@
configure.ac: 7: required file `./[config.h].in' not found
automake: Makefile.am: warning: automake does not support EXTRA_DIST being defined conditionally
Makefile.am:10: variable `DX_CONFIG' not defined
./configure: line 1699: AC_1.0+beta2: command not found
./configure: line 1700: AC_PSPDEV_PATH: command not found
./configure: line 1702: syntax error near unexpected token `pspsdk,'
./configure: line 1702: `AM_INIT_AUTOMAKE(pspsdk, 1.0+beta2)'
../scripts/003-pspsdk-stage1.sh: Failed.
Please, help me, I wanna make an agenda for my PSP XD
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

If you have subversion installed, grab the latest version:

svn export svn://svn.ps2dev.org/psp/trunk/psptoolchain

Also, make sure you have a modern version of automake installed. Version 1.9 should be available to you.
Rav
Posts: 11
Joined: Fri Jun 01, 2007 2:56 am
Location: France
Contact:

Thanks

Post by Rav »

Thanks, now, this problem is solved. Now it's compiling.
Rav
Posts: 11
Joined: Fri Jun 01, 2007 2:56 am
Location: France
Contact:

Err..

Post by Rav »

Just one last question before programming. Is there anything like a javadoc related to specific thing about the PSP ? Like graphical libraries and other ? Where can I find this ?

Thanks.
anhanguera
Posts: 31
Joined: Thu Aug 26, 2004 4:20 pm

Post by anhanguera »

hi,

Code: Select all

# cd pspsdk
# make doxygen-doc
just open pspsdk/doc/html/index.html with a browser. and take a look at http://ps2dev.org/psp/Tutorials for nice pdfs.

anhanguera.
Rav
Posts: 11
Joined: Fri Jun 01, 2007 2:56 am
Location: France
Contact:

Thanks

Post by Rav »

Thank you very much !
Post Reply