[Mono-devel-list] MWF building is broken

Ravindra Kumar rkumar at novell.com
Wed Nov 24 00:03:35 EST 2004


Paul,

>>> Paul <paul at all-the-johnsons.co.uk> 11/24/04 2:02 AM >>>

> This is odd. The one on the laptop is a completely fresh co from
svn,
> the one on this machine is just an update and it compiled fine!
Goodness
> know's what is going on!

As I understand, the following error,

<SNIP>
I'm getting the error
make[3]: Entering directory `/home/paul/mcs/tools/security'
MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH"
mono ../../class/lib/net_1_1_bootstrap/mcs.exe
/lib:../../class/lib/net_1_1_bootstrap /r:Mono.Security.dll -d:NET_1_1
-d:ONLY_1_1 -g /out:../../class/lib/net_1_1_bootstrap/sn.exe sn.cs
StrongNameManager.cs AssemblyInfo.cs
cannot open assembly ../../class/lib/net_1_1_bootstrap/mcs.exe
</SNIP>

means you have not done mcs build in the checked out directory or
somehow mcs.exe has got deleted from your build. Anyway, if you have
working mono/mcs setup, you can get away from this error by doing
following,

$ cd mcs/class/Managed.Windows.Forms
$ make clean
$ make MCS=mcs install

(make sure that you run 'make clean' first)

-Ravi



More information about the Mono-devel-list mailing list