[MonoDevelop] attempting git source compile of monodevelop (master)

Jeremy Reeve jezz at kamelio.co.uk
Wed Jan 2 14:33:51 UTC 2013


On Wed, 2013-01-02 at 14:14 +0000, Ian Norton wrote:
> Quite possibly your pkg-config files from the system's mono have got confused
> with those of your build. That and you will probably have a mixed up GAC now
> containing things from fedora and your build.
> 
> You'll perhaps need to setup a parallel mono or remove the FC 17 mono.
> 
> You can do this following
> http://www.mono-project.com/Parallel_Mono_Environments 
> 
> Ian

The FC 17 mono isn't on the system - I removed it to guard against this
exact problem.  I forgot to mention that I set PKG_CONFIG_PATH to the
parallel mono install location to ensure the correct .pc files are
picked up.  It could still be something along those lines but since
removing FC17 mono I did rebuild all sources specifying --prefix.

Having read the parallel environment link, I realise that I am not
setting:  ACLOCAL_PATH  .  Surely LD_LIBRARY_PATH not being set would
cause an earlier failure upon execution of the locally built mono tools
rather than the failure to compile generated sources as I'm seeing.

I guess I can go back and use the script as supplied on the page and
rebuild everything again but to me it looks like there might be an
inconsistency between my installed system gnome development library and
what the gnome-sharp project expects (specified as version x.x.x >= n ,
but the later version I have is incompatible?) ...

Thanks for pointing out the parallel mono env link regardless.

Jeremy




More information about the Monodevelop-list mailing list