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 382929 - gimp doesn't build with Quartz GDK backend
gimp doesn't build with Quartz GDK backend
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.3.x
Other Mac OS
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-12-06 08:45 UTC by Min Sik Kim
Modified: 2008-01-15 14:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to build gimp with Quartz GDK backend (310 bytes, patch)
2006-12-06 08:46 UTC, Min Sik Kim
committed Details | Review

Description Min Sik Kim 2006-12-06 08:45:53 UTC
gimp doesn't build with Quartz GDK backend because it assumes that xpm is built with X11 support.  XPM_NO_X should be defined whenever GDK_WINDOWING_X11 is undefined.
Comment 1 Min Sik Kim 2006-12-06 08:46:55 UTC
Created attachment 77796 [details] [review]
Patch to build gimp with Quartz GDK backend
Comment 2 Sven Neumann 2006-12-06 11:02:01 UTC
2006-12-06  Sven Neumann  <sven@gimp.org>

        * plug-ins/common/xpm.c: applied patch by Min Sik Kim. Fixes build
        with Quartz GDK backend (bug #382929).