[MonoDevelop] can't find gtksourceview
PFJ
paul at all-the-johnsons.co.uk
Wed Jul 26 04:29:51 EDT 2006
Hi,
> i'm try to build MonoDevelop but:
> //-----------------------------------------------
> checking for gtksourceview-sharp-2.0 >= 0.10... Package
> gtksourceview-sharp-2.0 was not found in the pkg-config search path. Perhaps
> you should add the directory containing `gtksourceview-sharp-2.0.pc' to the
> PKG_CONFIG_PATH environment variable No package 'gtksourceview-sharp-2.0'
> found
> configure: error: Library requirements (gtksourceview-sharp-2.0 >= 0.10) not
> met; consider adjusting the PKG_CONFIG_PATH environment variable if your
> libraries are in a nonstandard prefix so pkg-config can find them.
> //-------------------------------------------------
> gtksourceview-sharp-2.0-0.10 - alrady installed
Which distro and what processor? I've found that if you're on x86_64 and
have not specified --libdir=/usr/lib64, then everything goes
to /usr/lib. When you then try to run the build script, PKG_CONFIG_PATH
only has /usr/lib64 and doesn't find gtksourceview-sharp.
A quick fix is
export PKG_CONFIG_PATH=/usr/lib/pkgconfig:$PKG_CONFIG_PATH
the run the autogen script
If you're using Fedora Core, gtksourceview-sharp is in Extras (along
with boo, nant and ikvm). Monodevelop is going through it's final
reviews now.
TTFN
Paul
--
"Logic, my dear Zoe, is merely the ability to be wrong with authority" -
Dr Who
More information about the Monodevelop-list
mailing list