http://bugzilla.novell.com/show_bug.cgi?id=625938
http://bugzilla.novell.com/show_bug.cgi?id=625938#c2 Ankit Jain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Ankit Jain <[email protected]> 2010-07-27 19:38:57 UTC --- This is fixed in http://github.com/mono/mono/commit/ca4654caa490ea87c8bc5cac5a700e7695333b23 . It depends on the value of the property 'OS' to determine the c# compiler name, but since your script is overriding that, the fix won't be effective for you. You can instead set the compiler explicitly by setting the 'CscToolExe' property. xbuild ... /p:CscToolExe=gmcs.bat -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
