[MonoDevelop] Issues Building in /usr/local

Christopher Ness chris at nesser.org
Tue Apr 25 23:16:22 EDT 2006


Hi,

I'm trying to build monodevelop on a FC5 machine from source.  I have
put everything in the prefix=/usr/local and have set my
PKG_CONFIG_PATH=/usr/local/lib/:/usr/local/lib/pkgconfig/:/usr/lib/pkgconfig/
in the shell I'm building in.

The FC5 mono packages are also installed, but in /usr

I do pretty well building the dependencies listed on
http://www.monodevelop.com/Download until I try to build the program
itself.  I error out with this message:

./MonoDevelop.Ide.Gui/HelpViewer.cs(36,4): error CS1502: The best
overloaded method match for `Gtk.Container.Add(Gtk.Widget)' has some
invalid arguments
./MonoDevelop.Ide.Gui/HelpViewer.cs(36,4): error CS1503: Argument 1:
Cannot convert from `Gtk.HTML' to `Gtk.Widget'
Compilation failed: 2 error(s), 0 warnings
make[3]: *** [../../../build/AddIns/MonoDevelop.Ide.dll] Error 1
make[3]: Leaving directory
`/home/nesscg/sandbox/mono/monodevelop/Core/src/MonoDevelop.Ide'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/nesscg/sandbox/mono/monodevelop/Core/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nesscg/sandbox/mono/monodevelop/Core'
make: *** [all-recursive] Error 1
[nesscg at heidrun monodevelop]$ svn info
Path: .
URL: svn://svn.myrealbox.com/source/trunk/monodevelop
Repository Root: svn://svn.myrealbox.com/source
Repository UUID: e3ebcda4-bce8-0310-ba0a-eca2169e7518
Revision: 59906
Node Kind: directory
Schedule: normal
Last Changed Author: lluis
Last Changed Rev: 59810
Last Changed Date: 2006-04-24 08:04:46 -0400 (Mon, 24 Apr 2006)


Any ideas what I've done to mess up the dependencies?  I've built
everything mentioned on that page with what seems to be a working
environment.  

Have I somehow mixed the FC5 rpm libaries with the ones I built from
source?

Cheers,
Chris




More information about the Monodevelop-list mailing list