|
From: Bruce S. <Bru...@nc...> - 2007-11-05 02:35:22
|
Here's what I found on Ubuntu Linux in /usr/lib/pkgconfig/gdkmm-2.4.pc:
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: gdkmm
Description: C++ wrappers for GLib, GTK+, and Pango
Requires: glibmm-2.4 pangomm-1.4 gdk-2.0 cairomm-1.0
Version: 2.10.8
Libs: -L${libdir} -lgdkmm-2.4
Cflags: -I${includedir}/gdkmm-2.4 -I${libdir}/gdkmm-2.4/include
And in /usr/lib/pkgconfig/gdk-2.0.pc on Ubuntu Linux:
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
target=x11
Name: GDK
Description: GIMP Drawing Kit (${target} target)
Version: 2.10.11
Requires: gdk-pixbuf-2.0 pango pangocairo fontconfig x11 xext xrender
xinerama xi xrandr xcursor xfixes
Libs: -L${libdir} -lgdk-${target}-2.0
Cflags: -I${includedir}/gtk-2.0 -I${libdir}/gtk-2.0/include
Bruce Sherwood
Steve Spicklemire wrote:
> Thanks Bruce,
>
> I finally got cairomm to build (pulling the latest code from their svn
> repository).
>
> I'm stuck now on a gdk error:
>
> checking for GDKMM... configure: error: Package requirements
> (glibmm-2.4 >= 2.14.0 cairomm-1.0 >= 1.1.12 gtk+-2.0 >= 2.12.0) were
> not met:
>
> Package gdk-quartz-2.0-uninstalled was not found in the pkg-config
> search path.
> Perhaps you should add the directory containing
> `gdk-quartz-2.0-uninstalled.pc'
> to the PKG_CONFIG_PATH environment variable
> Package 'gdk-quartz-2.0-uninstalled', required by 'GTK+ Uninstalled',
> not found
>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>
>
> Anybody seen that one?
>
> -steve
>
> On Nov 4, 2007, at 8:52 AM, Bruce Sherwood wrote:
>
>> I noticed a recent report about a problem with compiling gtkmm on Mac
>> OSX 10.4, which might be of interest to Steve Spicklemire and others:
>>
>> http://bugzilla.gnome.org/show_bug.cgi?id=493057
>>
>> Bruce Sherwood
>>
>
|