[MonoDevelop] Git Source Build Errors

Michael Hutchinson m.j.hutchinson at gmail.com
Tue Jan 4 01:25:56 EST 2011


On Sun, Jan 2, 2011 at 2:27 AM, webphone <webjhk at gmail.com> wrote:
>
> I followed the instructions at
> http://monodevelop.com/Developers/Building_MonoDevelop#Windows
>
> Get MonoDevelop from Github
>
> There are build errors when I built it in monodevelop 2.4.1
>
> 1.
> \main\src\core\MonoDevelop.Ide\MonoDevelop.Components.AutoTest\AutoTestSession.cs(9,9):
> Error CS1501: “WaitOne” method did not use “1” variable (CS1501)
> (MonoDevelop.Ide)
>
> 2.
> \main\src\core\MonoDevelop.Ide\MonoDevelop.Components.AutoTest\AutoTestClientSession.cs(9,9):
> Error CS1501: “WaitOne” method did not use “1” variable (CS1501)
> (MonoDevelop.Ide)
>
> 3. \main\contrib\Sharpen\Sharpen\Executors.cs(11,11): Error CS1501:
> “WaitAll” method did not use “2” variables (CS1501) (Sharpen)
>
> 4.
> \main\src\addins\MonoDevelop.Debugger.Soft\Mono.Debugging.Soft\SoftDebuggerAdaptor.cs(14,14):
> Error CS1501: “WaitAny” method did not use “2” variables (CS1501)
> (Mono.Debugging.Soft)
>
> How should fix them?

It sounds like you don't have .NET 3.5, which is odd, because
MonoDevelop shouldn't run without it. Perhaps it's a bug in our
compiler invocation on Windows.

FWIW, on Windows I use MSBuild, and enable the "experimental
xbuild/MSBuild support" option for building in MD.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list