[Mono-osx] [Mono-dev] compiling XSP

Laurent Etiemble laurent.etiemble at gmail.com
Wed Apr 29 03:00:20 EDT 2009


Hello,

I think it is "sn" that should be used instead of "no" as the command
line indicates a re-signature of an assembly.
It also seems that if "sn" is missing, the script takes "no" as the
value and uses it...

Regards, Laurent Etiemble.

2009/4/28 James Smith <james.smith at aleph-one.com>:
> 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
>
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>


More information about the Mono-osx mailing list