After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 568489 - file-uri plugin wants to link against X11 libs though --without-x is being used for ./configure
file-uri plugin wants to link against X11 libs though --without-x is being us...
Status: RESOLVED NOTGNOME
Product: GIMP
Classification: Other
Component: Plugins
2.6.4
Other Mac OS
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2009-01-20 21:39 UTC by Simon Hitzemann
Modified: 2009-01-21 21:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Simon Hitzemann 2009-01-20 21:39:31 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
Comment 1 Sven Neumann 2009-01-21 21:43:37 UTC
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.