GNOME Bugzilla – Bug 568489
file-uri plugin wants to link against X11 libs though --without-x is being used for ./configure
Last modified: 2009-01-21 21:43:37 UTC
Please describe the problem: When configuring Gimp 2.6.4 with --without-x on Mac OS X the file-uri plugin still links against X11 libraries. Though it links fine against gtk-quartz it uses those: /usr/X11/lib/libX11.6.dylib (compatibility version 9.0.0, current version 9.0.0) /usr/X11/lib/libXau.6.dylib (compatibility version 7.0.0, current version 7.0.0) /usr/X11/lib/libXdmcp.6.dylib (compatibility version 7.0.0, current version 7.0.0) /usr/X11/lib/libSM.6.dylib (compatibility version 7.0.0, current version 7.0.0) /usr/X11/lib/libICE.6.dylib (compatibility version 10.0.0, current version 10.0.0) Steps to reproduce: 1. ./configure --enable-mp --with-pdbgen --without-dbus --without-hal --without-alsa --without-gvfs --without-webkit --without-x 2. make 3. see it fail when no X11 libs are in /usr/X11 Actual results: see 3. Expected results: It should compile cleanly without linking against X11. Does this happen every time? Yes Other information: The following software versions are being used: ProductName: Mac OS X ProductVersion: 10.5.6 BuildVersion: 9G55 i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490) gtk2 2.14.7 linked against Quartz
You should use gvfs then, or curl or wget. But you configure gimp to use gnome-vfs for the file-uri plug-in. That won't work as gnome-vfs pulls in X11.