[Mono-list] compilation problem

Alex Nedelcu bonefry at gmail.com
Sat Sep 9 21:49:46 EDT 2006


I downloaded from SVN the latest sources of mono and mcs.
I tried compiling and it gives me an error copy-pasted below.

I am using :
Ubuntu Dapper 6.06
GCC 4.0.3
automake 1.9

The installed mono compiler used to compile mono is: 
1.1.13.6

Also, if someone could give me some tips on building debian packages for
Ubuntu from these sources, I would really appreciate it.

Thanks for any help you may give.

So, here's the output:


make[7]: Leaving directory
`/home/alex/Projects/mono-packages/mcs/class/System'
make[7]: Entering directory
`/home/alex/Projects/mono-packages/mcs/class/System.XML'
make all-local
make[8]: Entering directory
`/home/alex/Projects/mono-packages/mcs/class/System.XML'
MONO_PATH="../../class/lib/basic:
$MONO_PATH" /home/alex/Projects/C  ../../class/lib/basic/mcs.exe /codepage:65001   -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0162,0618,0612,0642,1595 -target:library -out:System.Xml.dll System.Xml.XPath/Parser.cs Mono.Xml.Xsl/PatternParser.cs Mono.Xml.Xsl/PatternTokenizer.cs @System.Xml.dll.sources
/bin/sh: /home/alex/Projects/C: is a directory
make[8]: *** [../../class/lib/basic/System.Xml.dll] Error 126
make[8]: Leaving directory
`/home/alex/Projects/mono-packages/mcs/class/System.XML'
make[7]: *** [do-all] Error 2
make[7]: Leaving directory
`/home/alex/Projects/mono-packages/mcs/class/System.XML'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/home/alex/Projects/mono-packages/mcs/class'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/alex/Projects/mono-packages/mcs'
make[4]: *** [profile-do--basic--all] Error 2
make[4]: Leaving directory `/home/alex/Projects/mono-packages/mcs'
make[3]: *** [profiles-do--all] Error 2
make[3]: Leaving directory `/home/alex/Projects/mono-packages/mcs'
make[2]: *** [all-local] Error 2
make[2]: Leaving directory
`/home/alex/Projects/mono-packages/mono/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/alex/Projects/mono-packages/mono'
make: *** [all] Error 2




More information about the Mono-list mailing list