[Mono-dev] compiling XSP
James Smith
james.smith at aleph-one.com
Tue Apr 28 17:40:38 EDT 2009
Hey all,
I have downloaded the source for XSP from here,
http://ftp.novell.com/pub/mono/sources/xsp/xsp-2.2.tar.bz2, and have tried
to compile it. I have a working mcs compiler, as evinced by the output from
configure:
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for pkg-config... /usr/bin/pkg-config
checking if tracing is requested... no
checking for csc... no
checking for mcs... /usr/local/bin/mcs
checking for gmcs... no
checking for runtime in the installation prefix... /usr/local/bin/mono
checking for gacutil... no
checking for sn... no
Much appears to be missing still, however, and I'm presuming that this is
the reason make fails? Some initial compilation seems to succeed (albeit
with a hundred odd warnings) before the lines:
Compilation succeeded - 132 warning(s)
no -q -R ../../src/Mono.WebServer/Mono.WebServer.dll ./../mono.snk
/bin/bash: no: command not found
make[2]: *** [Mono.WebServer.dll] Error 127
make[2]: Leaving directory
`/home/admin/mono/downloads/xsp-2.2/src/Mono.WebServer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/admin/mono/downloads/xsp-2.2/src'
make: *** [all-recursive] Error 1
I have no idea what this 'no' is. Can anyone assist?
Kind regards,
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090428/7538a2d3/attachment-0001.html
More information about the Mono-devel-list
mailing list