[MonoDevelop] trouble building monodevelop/monodoc on Fedora core 3

alastair alastair@runbox.com
Wed, 06 Apr 2005 21:27:06 +0100


Hello,

I am having some trouble building monodevelop/monodoc on Fedora core 3.

I have the latest RPMs (1.1.6) for mono installed and am trying to build
monodevelop and its dependencies from SVN in the following order:

debugger
gtkmozembed-sharp
gtk-sharp
monodoc
gtksourceview-sharp
monodevelop


All goes ok until trying to build monodoc:

$autogen.sh --prefix=/usr
...
...
checking for pkg-config... /usr/bin/pkg-config
checking for gtk-sharp >= 0.91 gtkhtml-sharp >= 0.91 glade-sharp >= 0.91
mono >= 0.90... Package gtk-sharp was not found in the pkg-config search
path.
Perhaps you should add the directory containing `gtk-sharp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk-sharp' found

configure: error: Library requirements (gtk-sharp >= 0.91 gtkhtml-sharp
>= 0.91 glade-sharp >= 0.91 mono >= 0.90) not met; consider adjusting
the PKG_CONFIG_PATH environment variable if your libraries are in a
nonstandard prefix so pkg-config can find them.

I do have /usr/lib/pkgconfig/gtk-sharp-2.0.pc from compiling gtk-sharp,
should it also have produced a gtk-sharp.pc file?  If not, should
monodoc compile with gtk-sharp-2 and do I need to edit the config file
for it to work?