Error when installing psptoolchain-sudo

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

Moderators: cheriff, TyRaNiD

Post Reply
charafe
Posts: 12
Joined: Tue Feb 06, 2007 7:32 pm

Error when installing psptoolchain-sudo

Post by charafe »

Hi all,

I am trying to install psptoolchain under ubuntu, but i got the following error when compiling:

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@
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 1312: AC_1.0+beta2: command not found
./configure: line 1313: AC_PSPDEV_PATH: command not found
./configure: line 1315: syntax error near unexpected token `pspsdk,'
./configure: line 1315: `AM_INIT_AUTOMAKE(pspsdk, 1.0+beta2)'
../scripts/003-pspsdk-stage1.sh: Failed.
ERROR: Could not run the toolchain script.
Any help would be appreciated. Thank you guys...
Rad
charafe
Posts: 12
Joined: Tue Feb 06, 2007 7:32 pm

Post by charafe »

when i try ./psptoolchain.sh it says
Add /usr/local/pspdev//bin to your path before continuing.
I put
export PSPDEV=/usr/local/pspdev
export PATH="$PATH:$PSPDEV/bin:$PSPDEV/bin/bin"
in my home directory in .bashrc and bash_profile... but no thing change..
Rad
Post Reply