| View previous topic :: View next topic |
| Author |
Message |
Rav
Joined: 01 Jun 2007 Posts: 11 Location: France
|
Posted: Fri Jun 01, 2007 3:18 am Post subject: Problem with the installation of toochain on Ubuntu FF |
|
|
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: | 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 |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Fri Jun 01, 2007 3:52 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
Rav
Joined: 01 Jun 2007 Posts: 11 Location: France
|
Posted: Fri Jun 01, 2007 5:28 am Post subject: Thanks |
|
|
| Thanks, now, this problem is solved. Now it's compiling. |
|
| Back to top |
|
 |
Rav
Joined: 01 Jun 2007 Posts: 11 Location: France
|
Posted: Fri Jun 01, 2007 6:53 am Post subject: Err.. |
|
|
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. |
|
| Back to top |
|
 |
anhanguera
Joined: 26 Aug 2004 Posts: 31
|
Posted: Fri Jun 01, 2007 7:10 am Post subject: |
|
|
hi,
| Code: | # 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. |
|
| Back to top |
|
 |
Rav
Joined: 01 Jun 2007 Posts: 11 Location: France
|
Posted: Fri Jun 01, 2007 7:34 am Post subject: Thanks |
|
|
| Thank you very much ! |
|
| Back to top |
|
 |
|