|
From: Bruce S. <Bru...@nc...> - 2007-11-05 02:56:01
|
And I should have reported that on Windows in
c:\MinGW\lib\pkgconfig\gdk-win32-2.0.pc I see this:
prefix=/target
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
target=win32
Name: GDK
Description: GIMP Drawing Kit (${target} target)
Version: 2.10.11
Requires: gdk-pixbuf-2.0 pangowin32 pangocairo
Libs: -L${libdir} -lgdk-${target}-2.0 -lgdi32 -user32 -limm32 -lshell32
-lole32 -Wl,-luuid
Cflags: -I${includedir}/gtk-2.0 -I${libdir}/gtk-2.0/include
Bruce Sherwood
Bruce Sherwood wrote:
> 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
>>>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Visualpython-users mailing list
> Vis...@li...
> https://lists.sourceforge.net/lists/listinfo/visualpython-users
|