[Mono-list] Error building XSP

kuse marcus at in-process.se
Sun Nov 22 15:24:01 EST 2009




Robert Jordan wrote:
> 
> kuse wrote:
>> Hello,
>> 
>> When I try to build XSP it first complains about sn.exe is missing.
>> I see the file in mcs/class/lib/basic/sn.exe. I manually copy it to
>> ../mono/lib/mono/2.0 and try to build again and now it works (obviously)
>> but
>> when running "make install" i'm getting this error:
>> 
>> Failure adding assembly ../../src/Mono.WebServer/Mono.WebServer.dll to
>> the
>> cache: Strong name cannot be verified for delay-signed assembly
>> 
>> Which I can't fix.
>> 
>> How can I solve this?
>> And btw. how come the sn.exe isn't installed when building and installing
>> mcs?
> 
> Because you don't build "mcs" alone. It must be built and installed
> together with mono.
> 
>> 
>> I'm having a parallell mono env. every source is taken from snv trunk.
> 
> If you have a parallel env you must specify which runtime
> xsp should be compiled/installed with:
> 
> ./configure --with-runtime=/path/to/mono
> 
> e.g.
> 
> ./configure --with-runtime=/usr/local/bin/mono
> 
> Robert
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> 
> 

Thanks working like a charm.
Btw I installed mcs through compiling mono, didn't get sn.exe installed
anyway.

-- 
View this message in context: http://old.nabble.com/Error-building-XSP-tp26461284p26467883.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list