[Mono-dev] Error CS0589 - Compiling Mono from Git

Gustavo Torrico Martinez gatm50 at gmail.com
Sun Aug 12 20:31:17 UTC 2012


Hi
I was trying to compile mono from the source (
https://github.com/roblillack/mono/tree/qnx-2-10-9) but i having problems,
specifically the error CS0589 in the file driver.cs.

MCS [basic] System.Core.dll
System/TimeZoneInfo.cs(347,25): warning CS0162: Unreachable code detected
Compilation succeeded - 1 warning(s)
: -R ../../class/lib/basic/System.Core.dll ./../../class/mono.snk
make[8]: Leaving directory
`/home/gustavo/Documents/monoqnx/mcs/class/System.Core'
make[7]: Leaving directory
`/home/gustavo/Documents/monoqnx/mcs/class/System.Core'
make[7]: Entering directory
`/home/gustavo/Documents/monoqnx/mcs/class/aot-compiler'
make all-local
make[8]: Entering directory
`/home/gustavo/Documents/monoqnx/mcs/class/aot-compiler'
AOT [basic] mscorlib.dll.so
AOT [basic] mcs.exe.so
make[8]: Leaving directory
`/home/gustavo/Documents/monoqnx/mcs/class/aot-compiler'
make[7]: Leaving directory
`/home/gustavo/Documents/monoqnx/mcs/class/aot-compiler'
make all-local
make[7]: Entering directory `/home/gustavo/Documents/monoqnx/mcs/class'
make[7]: Leaving directory `/home/gustavo/Documents/monoqnx/mcs/class'
make[6]: Leaving directory `/home/gustavo/Documents/monoqnx/mcs/class'
make[6]: Entering directory `/home/gustavo/Documents/monoqnx/mcs/tools'
make[7]: Entering directory
`/home/gustavo/Documents/monoqnx/mcs/tools/gacutil'
Creating ../../build/deps/basic_gacutil.exe.makefrag ...
make[7]: Leaving directory
`/home/gustavo/Documents/monoqnx/mcs/tools/gacutil'
make[7]: Entering directory
`/home/gustavo/Documents/monoqnx/mcs/tools/gacutil'
make all-local
make[8]: Entering directory
`/home/gustavo/Documents/monoqnx/mcs/tools/gacutil'
MCS [basic] gacutil.exe
driver.cs(28,29): error CS0589: Internal compiler error during parsing
../security/StrongNameManager.cs(57,42): error CS0589: Internal compiler
error during parsing
Compilation failed: 2 error(s), 0 warnings
make[8]: *** [../../class/lib/basic/gacutil.exe] Error 1
make[8]: Leaving directory
`/home/gustavo/Documents/monoqnx/mcs/tools/gacutil'
make[7]: *** [do-all] Error 2
make[7]: Leaving directory
`/home/gustavo/Documents/monoqnx/mcs/tools/gacutil'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/home/gustavo/Documents/monoqnx/mcs/tools'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/gustavo/Documents/monoqnx/mcs'
make[4]: *** [profile-do--basic--all] Error 2
make[4]: Leaving directory `/home/gustavo/Documents/monoqnx/mcs'
make[3]: *** [profiles-do--all] Error 2
make[3]: Leaving directory `/home/gustavo/Documents/monoqnx/mcs'
make[2]: *** [all-local] Error 2
make[2]: Leaving directory `/home/gustavo/Documents/monoqnx/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gustavo/Documents/monoqnx'
make: *** [all] Error 2
I have this build configuration:
./autogen.sh --prefix=/home/Gustavo/build --with-xen-opt=no
--enable-small-config=yes --with-moonlight=no
someone will have some suggestions on how to solve the problem?
Gustavo Torrico
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120812/91419506/attachment.html>


More information about the Mono-devel-list mailing list