| View previous topic :: View next topic |
| Author |
Message |
Muximori
Joined: 03 Aug 2007 Posts: 7
|
Posted: Fri Aug 03, 2007 9:28 pm Post subject: More toolchain installation problems! |
|
|
I've tried to install the toolchain in both cygwin and kubuntu linux, in both cases I get similar error messages:
| Code: | Makefile.am:35: DX_COND_doc does not appear in AM_CONDITIONAL
Makefile.am:41: DX_COND_html does not appear in AM_CONDITIONAL
Makefile.am:51: DX_COND_chm does not appear in AM_CONDITIONAL
Makefile.am:55: DX_COND_chi does not appear in AM_CONDITIONAL
Makefile.am:67: DX_COND_man does not appear in AM_CONDITIONAL
Makefile.am:77: DX_COND_rtf does not appear in AM_CONDITIONAL
Makefile.am:87: DX_COND_xml does not appear in AM_CONDITIONAL
Makefile.am:97: DX_COND_ps does not appear in AM_CONDITIONAL
Makefile.am:126: DX_COND_pdf does not appear in AM_CONDITIONAL
Makefile.am:155: DX_COND_latex does not appear in AM_CONDITIONAL
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.ac:8: error: possibly undefined macro: AC_PSPSDK_VERSION
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:9: error: possibly undefined macro: AC_PSPDEV_PATH
configure.ac:11: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.ac:14: error: possibly undefined macro: AC_PSPDEV_TOOLCHAIN
configure.ac:19: error: possibly undefined macro: AM_PROG_AS
./configure: line 1682: AC_1.0+beta2: command not found
./configure: line 1683: AC_PSPDEV_PATH: command not found
./configure: line 1685: syntax error near unexpected token `pspsdk,'
./configure: line 1685: `AM_INIT_AUTOMAKE(pspsdk, 1.0+beta2)'
../scripts/003-pspsdk-stage1.sh: Failed.
michael@michael:~/psptoolchain$ |
Does anyone have any ideas on what is going on here, and how I can get around it? |
|
| Back to top |
|
 |
Muximori
Joined: 03 Aug 2007 Posts: 7
|
Posted: Sat Aug 04, 2007 5:33 pm Post subject: |
|
|
After upgrading to Kubuntu Feisty Fawn, I still get errors with the toolchain script.
Can anyone post a linux distro on which this is proven to work? |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Sun Aug 05, 2007 2:22 pm Post subject: |
|
|
The toolchain script is developed and runs fine on Ubuntu. Currently I am running feisty on my dev machine and edgy on my server. Both work fine.
Perhaps a description of what you're doing, step by step, will help in figuring out why the error is happening. Are the errors the same on cygwin and kubuntu? |
|
| Back to top |
|
 |
willow :--)
Joined: 13 Jan 2007 Posts: 126
|
Posted: Sun Aug 05, 2007 3:33 pm Post subject: |
|
|
Looks like a problem with your version of autoconf or automake...
make sure you have at least automake 1.7 |
|
| Back to top |
|
 |
Muximori
Joined: 03 Aug 2007 Posts: 7
|
Posted: Wed Aug 08, 2007 2:31 am Post subject: |
|
|
Thanks for the replies, guys.
I get different errors in cygwin and ubuntu, but the errors always occur in the "stage 1" shell script.
I'll check my versions now, and retry... |
|
| Back to top |
|
 |
Muximori
Joined: 03 Aug 2007 Posts: 7
|
Posted: Wed Aug 08, 2007 2:45 am Post subject: |
|
|
| Ok, I only have automake 1.4 installed, I'll check the repository for a newer version, but apt-get upgrade doesn't doesn't do the job, looks like kubuntu is running behind... |
|
| Back to top |
|
 |
Muximori
Joined: 03 Aug 2007 Posts: 7
|
Posted: Wed Aug 08, 2007 4:55 am Post subject: |
|
|
| Success! I've compiled and run a hello world, Thanks for the help, and ooPo, thankyou VERY much for these tools! |
|
| Back to top |
|
 |
|