[Mono-devel-list] Error while compiling mono from CVS

Siddharth Bhavsar sbhavsar at gmail.com
Wed Oct 27 06:18:01 EDT 2004


HI ,
I am new to Mono and am eager to contribute to it.I checked out the
mono code from CVS using cygwin .It created 2 directories .mono and
mcs.I ran "make" in mcs directory and after solving a number of biuld
errors I reached this stage .Could anyone help me resolve the error ?
I am pasting the error message below.

make all-local
make[3]: Entering directory `/home/Siddharth/mcs/jay'
make[3]: Nothing to be done for `all-local'.
make[3]: Leaving directory `/home/Siddharth/mcs/jay'
make[2]: Leaving directory `/home/Siddharth/mcs/jay'
make[2]: Entering directory `/home/Siddharth/mcs/mcs'
make all-local
make[3]: Entering directory `/home/Siddharth/mcs/mcs'
make[3]: Nothing to be done for `all-local'.
make[3]: Leaving directory `/home/Siddharth/mcs/mcs'
make[2]: Leaving directory `/home/Siddharth/mcs/mcs'
make[2]: Entering directory `/home/Siddharth/mcs/monoresgen'
make all-local
make[3]: Entering directory `/home/Siddharth/mcs/monoresgen'
make[3]: Nothing to be done for `all-local'.
make[3]: Leaving directory `/home/Siddharth/mcs/monoresgen'
make[2]: Leaving directory `/home/Siddharth/mcs/monoresgen'
make[2]: Entering directory `/home/Siddharth/mcs/class'
make[3]: Entering directory `/home/Siddharth/mcs/class/corlib'
make all-local
make[4]: Entering directory `/home/Siddharth/mcs/class/corlib'
MONO_PATH="../../class/lib/default:$MONO_PATH" mono  ../../tools/security/sn.exe
 -q -R ../../class/lib/default/mscorlib.dll ../../class/mono.snk
mono: not found
make[4]: *** [../../build/deps/default_corlib.dll.was_signed] Error 127
make[4]: Leaving directory `/home/Siddharth/mcs/class/corlib'
make[3]: *** [all.real] Error 2
make[3]: Leaving directory `/home/Siddharth/mcs/class/corlib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Siddharth/mcs/class'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Siddharth/mcs'
make: *** [all.override] Error 2

Thanks,
Siddharth
On Wed, 27 Oct 2004 10:11:32 +0200, Roy <roy_me at web.de> wrote:
> Thank you for the hint! It works now (after deleting the mcs directory
> and checking it out again).
> 
> I wonder how it is possible that I miss a file after an update. Is it
> common to re-checkout a repository?
> 
> 
> 
> Paul wrote:
> > Hi,
> >
> >
> >>Unfortunately i get the following error when doing
> >>
> >>      make monolite-bootstrap
> >
> >
> >>In english it should be something like "No rule for creating
> >>Assembly/AssemblyInfo.cs. Stop."
> >
> >
> > Is this from a fresh checkout or an update? If it's an update, it's
> > missing a file which the makefile is trying to make, but can't find.
> >
> > TTFN
> >
> > Paul
> _______________________________________________
> 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-devel-list mailing list