|
From: Bruce S. <Bru...@nc...> - 2007-11-05 02:07:18
|
For what it's worth (probably not much), on Windows in
c:\MinGW\lib\pkgconfig\gdkmm-2.4.pc I see the following:
prefix=/target
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.11
Libs: -L${libdir} -lgdkmm-2.4
Cflags: -I${includedir}/gdkmm-2.4 -I${libdir}/gdkmm-2.4/include
Note that it says nothing about an uninstaller.
Bruce
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
>>
>
|