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.