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

Tomasz Kubacki tomasz.kubacki at gmail.com
Thu Jul 14 04:58:30 EDT 2011


Hi,

Got exact the same error on ubuntu. Compiling gtk from source helped.
I'n using gtk from git:
http://github.com/mono/gtk-sharp.git   gtk-sharp-2-12-branch
http://github.com/mono/gnome-sharp.git master
http://github.com/mono/gnome-desktop-sharp.git master

regards,

Tomasz Kubacki

Dnia 2011-07-14, czw o godzinie 17:10 +1000,
Jean-Michel.Perraud at csiro.au pisze: 
> 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
> 
> 
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list

-- 
pozdrawiam,
Tomasz Kubacki



More information about the Monodevelop-list mailing list