Bugzilla – Bug 659857
gtk-sourceview-sharp 2.0-0.12 can't compile missing gtk-sourceview >= 1.0
Last modified: 2010-12-16 13:38:00 UTC
Created attachment 405078 [details] config.log file with trace I downloaded all the files from this site: http://ftp.novell.com/pub/mono/sources-stable/ I compiled most of the packages (25/27) on my machine but 3 packages don't compile: monodevelop-boo-2.4 gnome-sharp-2.24.1 and gtksourceview-sharp-2.0-0.12 For now I just want to compile the last one (gtksourceview-sharp-2.0-0.12) later the missing ones. My environment variables are: PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig My variables are well configure /usr/local/lib/pkgconfig is the path were all packages are installed. when compiling I get the following error message I got already installed : ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Dir: ~/src/mono/development_tools/gtksourceview-sharp-2.0-0.12 root@phoenix: ./configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/ginstall -c checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for MONO_DEPENDENCY... yes checking for MONO_DEPENDENCY... yes checking for mono... /usr/local/bin/mono checking for mcs... /usr/local/bin/mcs checking for gacutil... /usr/local/bin/gacutil checking for GTK_SHARP... yes checking for GTKSOURCEVIEW... configure: error: Package requirements (gtksourceview-1.0 >= 1.0.0) were not met: No package 'gtksourceview-1.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GTKSOURCEVIEW_CFLAGS and GTKSOURCEVIEW_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Make sure you have the devel package for gtksoruceview installed. In any case, this is not a monodevelop bug. Closing.