On Sun, 11 Dec 2011 04:53:45 +0000 Ken Moffat <[email protected]> wrote:
> I think I put it in a comment in the xls, but I'm *surprised* > yours uses webkit - mine opens aurora (i.e. firefox). Anyway, it > tests for webkit-1.0.pc - in my experience that comes from old (<1.6) > versions of webkit-gtk built with gtk+-2. But I think you told me > 1.6 could be built with gtk+-2 so perhaps it installs a different > version of hte pkgconfig file in that case ? > > My build of 1.6.1 with gtk+-3 installed webkit-3.0.pc. Yes, if both gtk+-2 and gtk+-3 are installed, webkit defaults to building against gtk+-3. To build against gtk+-2 use the configure option --with-gtk=2.0 Everything it installs is suffixed with a -1.0 whereas with gtk+-3 everything is suffixed with a -3.0 so they can both be installed in parallel, like gtk+-2 and gtk+-3 themselves > > I build the gimp long before I touch the gnome applications, but > even after webkit-gtk has been installed, the log from the gimp's > configure shows - > > checking for X11/xpm.h... yes > checking for WEBKIT... no I think if you read the configure script it's looking for webkit-1.0 > checking for SVG... yes > > PS - since I'm talking about the gimp now - PyGTK appears to be > broken, probably by glib-2.30. pygobject-2.28.6 crapped out with > > pygi-info.c: In function '_pygi_info_new': > pygi-info.c:165:14: error: 'GI_INFO_TYPE_ERROR_DOMAIN' undeclared > (first use in this function) I think that this GI stuff is gobject introspection brokeness. pygobject-2.28.6 installs fine for me with --disable-introspection > > pygobject-3.0.2 is fine, but it installs pygobject-3.0.pc - > pygtk-2.24.0 is looking for pygobject-2.0.pc. 3.0.2 is in Wayne's > gnome3 packages, I assume it gets used by something. I don't use any gtk+-3 python stuff (yet) so I can't comment. Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
