[Mono-list] OSX - XSP and mod_mono for Apache

bwhalley@student.umass.edu bwhalley@student.umass.edu
Sat, 16 Oct 2004 13:43:09 -0400


Hi everyone,
I'm working on setting up Mono and mod_mono for Apache 1.3.29 on a OSX 10.3
machine. I'm using Mono and mcs built from the October 12th nightly, and
mod_mono 1.0.2. 
When trying to set up xsp from a recent CVS, I get this error. I am using
automake 1.7 in autogen.sh.

webs-291:~/Desktop/Downloads/mono-12-Oct-04/xsp mav$ ./autogen.sh 
configure.in: `AM_INIT_AUTOMAKE' must be used
automake: no proper implementation of AM_INIT_AUTOMAKE was found,
automake: probably because aclocal.m4 is missing...
automake: You should run aclocal to create this file, then
automake: run automake again.
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
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 1297: syntax error near unexpected token `xsp,'
./configure: line 1297: `AM_INIT_AUTOMAKE(xsp, 1.0.2.99)'
webs-291:~/Desktop/Downloads/mono-12-Oct-04/xsp mav$ 

Has anyone encountered this before? Any ideas for solutions? Or does anyone know
of a simply faster way to get mod_mono up and running on an OSX machine? 

Thanks for anything, 

Brian