Bug 659857 - gtk-sourceview-sharp 2.0-0.12 can't compile missing gtk-sourceview >= 1.0
Summary: gtk-sourceview-sharp 2.0-0.12 can't compile missing gtk-sourceview >= 1.0
Status: VERIFIED INVALID
Alias: None
Product: MonoDevelop
Classification: Mono
Component: C# Binding (show other bugs)
Version: 2.4.1
Hardware: x86-64 Other
: P5 - None : Major
Target Milestone: ---
Assignee: Mike Krueger
QA Contact: MD Bugs
URL:
Whiteboard:
Keywords: build
Depends on:
Blocks:
 
Reported: 2010-12-16 10:11 UTC by Ricardo Cervantes
Modified: 2010-12-16 13:38 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: No
Marketing QA Status: ---
IT Deployment: ---
ricardo.cervantes: SHIP_STOPPER?
ricardo.cervantes: CCB_Review?


Attachments
config.log file with trace (10.58 KB, application/octet-stream)
2010-12-16 10:11 UTC, Ricardo Cervantes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ricardo Cervantes 2010-12-16 10:11:43 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.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comment 1 Lluis Sanchez 2010-12-16 13:38:00 UTC
Make sure you have the devel package for gtksoruceview installed. In any case, this is not a monodevelop bug. Closing.