[Mono-dev] tests/bug-348522.2.cs compile error

KISHIMOTO, Makoto ksmakoto at dd.iij4u.or.jp
Sun Sep 5 05:56:02 EDT 2010


Hello

make check of Mono svn trunk failed with compile error.
Build log is following.

$ gmake check
...(snip)
MONO_PATH=/export/home/ksmakoto/Mono/mono/mcs/class/lib/net_2_0 ../../runtime/mono-wrapper /export/home/ksmakoto/Mono/mono/mcs/class/lib/net_2_0/gmcs.exe -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219 -debug -r:TestDriver.dll -out:bug-333798.2.exe ../../../mono/mono/tests/bug-333798.2.cs
MONO_PATH=/export/home/ksmakoto/Mono/mono/mcs/class/lib/net_2_0 ../../runtime/mono-wrapper /export/home/ksmakoto/Mono/mono/mcs/class/lib/net_2_0/gmcs.exe -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219 -debug -r:TestDriver.dll -out:bug-333798-tb.2.exe ../../../mono/mono/tests/bug-333798-tb.2.cs
MONO_PATH=/export/home/ksmakoto/Mono/mono/mcs/class/lib/net_2_0 ../../runtime/mono-wrapper /export/home/ksmakoto/Mono/mono/mcs/class/lib/net_2_0/gmcs.exe -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219 -debug -r:TestDriver.dll -out:bug-335131.2.exe ../../../mono/mono/tests/bug-335131.2.cs
MONO_PATH=/export/home/ksmakoto/Mono/mono/mcs/class/lib/net_2_0 ../../runtime/mono-wrapper /export/home/ksmakoto/Mono/mono/mcs/class/lib/net_2_0/gmcs.exe -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219 -debug -r:TestDriver.dll -out:bug-322722_patch_bx.2.exe ../../../mono/mono/tests/bug-322722_patch_bx.2.cs
MONO_PATH=/export/home/ksmakoto/Mono/mono/mcs/class/lib/net_2_0 ../../runtime/mono-wrapper /export/home/ksmakoto/Mono/mono/mcs/class/lib/net_2_0/gmcs.exe -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219 -debug -r:TestDriver.dll -out:bug-348522.2.exe ../../../mono/mono/tests/bug-348522.2.cs
../../../mono/mono/tests/bug-348522.2.cs(127,24): error CS0236: A field initializer cannot reference the nonstatic field, method, or property `PassesStuffBinder.stuff'
Compilation failed: 1 error(s), 0 warnings
gmake[5]: *** [bug-348522.2.exe] Error 1
gmake[5]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono/tests'
gmake[4]: *** [testjit] Error 2
gmake[4]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono/tests'
gmake[3]: *** [check-am] Error 2
gmake[3]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono/tests'
gmake[2]: *** [check-recursive] Error 1
gmake[2]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono/tests'
gmake[1]: *** [check-recursive] Error 1
gmake[1]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono'
gmake: *** [check-recursive] Error 1


More information about the Mono-devel-list mailing list