[Mono-list] OSX - xsp error on install

Jeremy Thake jthake@made4the.net
Sat, 11 Sep 2004 22:48:25 +0800


I downloaded xsp from CVS and tried to run the following but got these 
errors.

I have already successfully downloaded mono and mcs from CVS and 
installed them.

Any help would be greatly appreciated.

Jeremy


Jeremy-Thakes:~ jeremzthake$ cd /usr/local/src/xsp
Jeremy-Thakes:/usr/local/src/xsp jeremzthake$ ./autogen.sh
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes 
AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using 
aclocal).
configure.in: installing `./install-sh'
configure.in: installing `./mkinstalldirs'
configure.in: installing `./missing'
configure.in:3: installing `./config.guess'
configure.in:3: installing `./config.sub'
Makefile.am: installing `./COPYING'
scripts/Makefile.am:7: PLATFORM_WIN32 does not appear in AM_CONDITIONAL
server/Makefile.am:14: PLATFORM_WIN32 does not appear in AM_CONDITIONAL
tools/nunitasp/source/NUnitAsp/Makefile.am:3: PLATFORM_WIN32 does not 
appear in AM_CONDITIONAL
tools/nunitasp/source/NUnitAsp/Makefile.am:60: PLATFORM_WIN32 does not 
appear in AM_CONDITIONAL
tools/nunitasp/source/NUnitAspTest/Makefile.am:3: PLATFORM_WIN32 does 
not appear in AM_CONDITIONAL
tools/nunitasp/source/NUnitAspTest/Makefile.am:52: PLATFORM_WIN32 does 
not appear in AM_CONDITIONAL
aclocal: configure.in: 6: macro `AM_PROG_MKDIR_P' not found in library
configure.in:4: error: possibly undefined macro: AM_INIT_AUTOMAKE
       If this token and others are legitimate, please use 
m4_pattern_allow.
       See the Autoconf documentation.
configure.in:5: error: possibly undefined macro: AM_MAINTAINER_MODE
configure.in:6: error: possibly undefined macro: AM_PROG_MKDIR_P
configure.in:28: error: possibly undefined macro: AM_CONDITIONAL
checking build system type... powerpc-apple-darwin7.5.0
checking host system type... powerpc-apple-darwin7.5.0
checking target system type... powerpc-apple-darwin7.5.0
./configure: line 1330: syntax error near unexpected token `xsp,'
./configure: line 1330: `AM_INIT_AUTOMAKE(xsp, 1.0.1)'
Jeremy-Thakes:/usr/local/src/xsp jeremzthake$ ./configure
checking build system type... powerpc-apple-darwin7.5.0
checking host system type... powerpc-apple-darwin7.5.0
checking target system type... powerpc-apple-darwin7.5.0
./configure: line 1330: syntax error near unexpected token `xsp,'
./configure: line 1330: `AM_INIT_AUTOMAKE(xsp, 1.0.1)'
Jeremy-Thakes:/usr/local/src/xsp jeremzthake$