[MonoDevelop] Building from source (git master branch): fails on .VersionControl.Subversion.Unix

Jean-Michel.Perraud at csiro.au Jean-Michel.Perraud at csiro.au
Thu Jul 14 03:10:31 EDT 2011


Hi,

I am trying to build monodevelop from source on a Debian box. Following the README instructions, the "configure" step seems fine, but then things go wrong compiling the namespace MonoDevelop.VersionControl.Subversion.Unix. A namespace dependency is said to be not found, see below. However, the referenced MonoDevelop.VersionControl.Subversion.dll does contain the 'Gui' subnamespace (checked using a decompiler).
Am I missing something here? Or could there be an issue with the most recent mono compiler?

Cheers.

Using Mono C# compiler version 2.10.2.0:
/usr/local/bin/dmcs -debug -codepage:utf8 -unsafe ./AssemblyInfo.cs ./MonoDevelop.VersionControl.Subversion.Unix/LibApr.cs ./MonoDevelop.VersionControl.Subversion.Unix/LibSvnClient.cs ./MonoDevelop.VersionControl.Subversion.Unix/SvnClient.cs  -r:../../../../build/AddIns/VersionControl/MonoDevelop.VersionControl.dll -r:../../../../build/AddIns/VersionControl/MonoDevelop.VersionControl.Subversion.dll -r:../../../../build/bin/MonoDevelop.Core.dll -r:System -r:../../../../build/AddIns/VersionControl/MonoDevelop.VersionControl.dll -r:../../../../build/AddIns/VersionControl/MonoDevelop.VersionControl.Subversion.dll -r:../../../../build/bin/Mono.TextEditor.dll -r:../../../../build/bin/MonoDevelop.Core.dll -r:../../../../build/bin/MonoDevelop.Ide.dll /resource:./MonoDevelop.VersionControl.Subversion.Unix.addin.xml -out:../../../../build/AddIns/VersionControl/MonoDevelop.VersionControl.Subversion.Unix.dll -target:library

./MonoDevelop.VersionControl.Subversion.Unix/LibSvnClient.cs(13,45): error CS0234: The type or namespace name `Gui' does not exist in the namespace `MonoDevelop.VersionControl.Subversion'. Are you missing an assembly reference?
./MonoDevelop.VersionControl.Subversion.Unix/SvnClient.cs(9,45): error CS0234: The type or namespace name `Gui' does not exist in the namespace `MonoDevelop.VersionControl.Subversion'. Are you missing an assembly reference?
Compilation failed: 2 error(s), 0 warnings





More information about the Monodevelop-list mailing list