Hi, I downloaded a copy of the source code of Do with bzr, installed all the dependencies (as described under the heading 'from source' at http://do.davebsd.com/wiki/index.php?title=Installing_Do), and could successfully run autogen.sh.
But when i try to compile the Do-solution in MonoDevelop i get two compile errors (twice the same): [Task:File=/media/cryptdata/dev/repos/do/Do.Interface.Linux.Classic/src/ClassicRenderer.cs, Line=105, Column=36, Type=Error, Priority=Normal, Description=Type `Cairo.Context' does not contain a definition for `SetRoundedRectanglePath' and no extension method `SetRoundedRectanglePath' of type `Cairo.Context' could be found (are you missing a using directive or an assembly reference?)(CS1061)] The extension method does exist in CairoUtils.cs (which is in Do.Interface.Linux, which is referenced from Do.Interface.Linux.Classic) When i open CairoUtils.cs on line 53 i see the SetRoundedRectanglePath method, but i has a red line under it. When i hover my mouse over it, it display 'Parse Error: ")" expected', but i really don't see anything wrong with that method. I first thought that my Mono compiler was missing support for extension methods, but i created a small solution with just a test for that and it worked without any problems... Anybody has an idea what i'm doing wrong or still missing to be able to compile Do in MonoDevelop? thx, Jeroen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GNOME Do" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gnome-do?hl=en -~----------~----~----~----~------~----~------~--~---
