[Monodevelop-devel] attempting git source compile of monodevelop (master)

Jeremy Reeve jezz at kamelio.co.uk
Wed Jan 9 16:41:57 UTC 2013


Hi Michael,

On Wed, 2013-01-09 at 16:33 +0000, Michael Hutchinson wrote:
> I think this has something do do with the compiler name changes, i.e.
> "mcs" is no longer the 1.0 framework's compiler, it can compile for
> any framework and defaults to 4.5. This means you're building gnome#
> with the 4.5 framework, when it expects to be built with the 1.0
> framework. And somehow it's using the 2.0 Mono.Cairo too. Maybe ART#
> got compiled against the system GTK# and GNOME# is compiling against
> the locally built GTK#.
> 
> 
> Not sure why that would fail in this way though.
> 

Thanks for looking at this.  It turned out to be a case of user error.
It seems that I ran the original build while there was a system mono +
gnome# library installed which in turn generated the C# sources by
inspecting the system libraries.  The subsequent shift to a parallel
mono stack obviously didn't affect the already generated sources.

Executing a "make clean" caused the sources to be regenerated and
resolved the problem.

Regards...Jeremy




More information about the Monodevelop-devel-list mailing list