[Mono-devel-list] Error when compilinf mono from CVS

Siddharth Bhavsar sbhavsar at gmail.com
Wed Oct 27 06:33:23 EDT 2004


Hi ,
In continuation with my previous mail, if I run "make" from the mono
directory I get the following error
make[3]: Entering directory `/home/Siddharth/mono/data/net_2_0'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/Siddharth/mono/data/net_2_0'
make[3]: Entering directory `/home/Siddharth/mono/data'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/Siddharth/mono/data'
make[2]: Leaving directory `/home/Siddharth/mono/data'
Making all in runtime
make[2]: Entering directory `/home/Siddharth/mono/runtime'
Making all in .
make[3]: Entering directory `/home/Siddharth/mono/runtime'
test -f ../../mcs/monoresgen/monoresgen.exe.mdb
make[3]: *** [monoresgen.exe.mdb] Error 1
make[3]: Leaving directory `/home/Siddharth/mono/runtime'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Siddharth/mono/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Siddharth/mono'
make: *** [all] Error 2

If I run "make bootstrap" from mono I get the following error:
Creating ../../build/deps/net_2_0_corlib.dll.response ...
make PROFILE=net_2_0_bootstrap
make[9]: Entering directory `/home/Siddharth/mcs/class/corlib'
Creating ../../build/deps/net_2_0_bootstrap_corlib_res.dll.response ...
Creating ../../build/deps/net_2_0_bootstrap_corlib_res.dll.makefrag ...
Creating ../../build/deps/net_2_0_bootstrap_corlib.dll.makefrag ...
make[9]: Leaving directory `/home/Siddharth/mcs/class/corlib'
make[9]: Entering directory `/home/Siddharth/mcs/class/corlib'
make all-local
make[10]: Entering directory `/home/Siddharth/mcs/class/corlib'
Creating ../../build/deps/net_2_0_bootstrap_corlib.dll.response ...
csc.exe /nowarn:649 /nowarn:169 -d:INSIDE_CORLIB /nologo /optimize -d:NET_1_1 -d
:BOOTSTRAP_NET_2_0 -langversion:default /debug+ /debug:full /noconfig /unsafe /n
ostdlib /target:library /out:mscorlib.dll @../../build/deps/net_2_0_bootstrap_co
rlib.dll.response
fatal error CS2007: Unrecognized command-line option: '-langversion:default'
make[10]: *** [../../class/lib/net_2_0_bootstrap/mscorlib.dll] Error 1
make[10]: Leaving directory `/home/Siddharth/mcs/class/corlib'
make[9]: *** [all.real] Error 2
make[9]: Leaving directory `/home/Siddharth/mcs/class/corlib'
make[8]: *** [../../class/lib/net_2_0_bootstrap/mscorlib.dll] Error 2
make[8]: Leaving directory `/home/Siddharth/mcs/class/corlib'
make[7]: *** [all.real] Error 2
make[7]: Leaving directory `/home/Siddharth/mcs/class/corlib'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/home/Siddharth/mcs/class'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/Siddharth/mcs'
make[4]: *** [all.override] Error 2
make[4]: Leaving directory `/home/Siddharth/mcs'
make[3]: *** [profile-do--net_2_0--all] Error 2
make[3]: Leaving directory `/home/Siddharth/mcs'
make[2]: *** [all-profiles] Error 2
make[2]: Leaving directory `/home/Siddharth/mcs'
make[1]: *** [mcs-do-full-build] Error 2
make[1]: Leaving directory `/home/Siddharth/mono'
make: *** [bootstrap] Error 2

Could anybody help me resolve these errors ?
Thanks
Siddharth



More information about the Mono-devel-list mailing list