After successfully following Randall Wood's instructions at http://shyramblings.blogspot.com/2007/11/gimp-on-mac-os-x-without-x11-from.h... to install gimp2 without x11 at work, I attempted the same at home, and haven't met with the same success. As I poked around the dependency tree, I saw that gtk2 had been previously installed with the +quartz and +x11 variants. I tried rebuilding gtk2 with only the +quartz variant, but found it somehow automatically adds +x11. It didn't matter in the end --- I got the same error when trying to build gimp2. I've attached it at the end. The weird thing is I can't find any references in the command line here to gdk-x11, though that's the error. I also tried 'find . -type f -exec grep gdk-x11 {} \;' from inside gimp2's work directory and didn't find any matches. Anyone have any ideas on this one? Thanks, Frank [frank@localhost ~]$ sudo port install -dv gimp2 ---> Fetching gimp2 ---> Verifying checksum(s) for gimp2 ---> Extracting gimp2 ---> Configuring gimp2 ---> Building gimp2 with target all Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2" && make all " returned error 2 Command output: gcc -O2 -Wall -Wdeclaration-after-statement -Wmissing- prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -o .libs/ plasma plasma.o -Wl,-framework -Wl,CoreServices -Wl,-framework - Wl,ApplicationServices -L/opt/local/lib ../../libgimp/.libs/ libgimpui-2.0.dylib /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimp/.libs/libgimp-2.0.dylib /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpwidgets/.libs/libgimpwidgets-2.0.dylib /opt/local/var/macports/ build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpmodule/.libs/libgimpmodule-2.0.dylib ../../libgimpwidgets/.libs/ libgimpwidgets-2.0.dylib ../../libgimpmodule/.libs/ libgimpmodule-2.0.dylib ../../libgimp/.libs/libgimp-2.0.dylib /opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpconfig/.libs/libgimpconfig-2.0.dylib ../../libgimpmath/.libs/ libgimpmath-2.0.dylib ../../libgimpconfig/.libs/ libgimpconfig-2.0.dylib /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpbase/.libs/libgimpbase-2.0.dylib /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpcolor/.libs/libgimpcolor-2.0.dylib /opt/local/var/macports/ build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpmath/.libs/libgimpmath-2.0.dylib ../../libgimpcolor/.libs/ libgimpcolor-2.0.dylib ../../libgimpbase/.libs/libgimpbase-2.0.dylib / opt/local/lib/libgtk-quartz-2.0.dylib /opt/local/lib/libgdk- quartz-2.0.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/ libgdk_pixbuf-2.0.dylib /opt/local/lib/libtiff.dylib /opt/local/lib/ libjpeg.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/ libpangoft2-1.0.dylib /opt/local/lib/libpango-1.0.dylib -lm /opt/local/ lib/libcairo.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/ libgmodule-2.0.dylib /opt/local/lib/libfontconfig.dylib /opt/local/lib/ libfreetype.dylib /opt/local/lib/libexpat.dylib /opt/local/lib/ libpng12.dylib -lz /opt/local/lib/libgthread-2.0.dylib /opt/local/lib/ libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/ libiconv.dylib -lc creating plasma if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/opt/ local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/ include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/ pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/ include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/ local/include/libpng12 -I/opt/local/include -I/opt/local/include - DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED - DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED - DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED - DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -O2 -Wall -Wdeclaration- after-statement -Wmissing-prototypes -Wmissing-declarations -Winit- self -Wpointer-arith -MT plugin-browser.o -MD -MP -MF ".deps/plugin- browser.Tpo" -c -o plugin-browser.o plugin-browser.c; \ then mv -f ".deps/plugin-browser.Tpo" ".deps/plugin-browser.Po"; else rm -f ".deps/plugin-browser.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -Wall - Wdeclaration-after-statement -Wmissing-prototypes -Wmissing- declarations -Winit-self -Wpointer-arith -L/opt/local/lib -o plugin- browser plugin-browser.o ../../libgimp/libgimpui-2.0.la ../../ libgimpwidgets/libgimpwidgets-2.0.la ../../libgimpmodule/ libgimpmodule-2.0.la ../../libgimp/libgimp-2.0.la ../../libgimpmath/ libgimpmath-2.0.la ../../libgimpconfig/libgimpconfig-2.0.la ../../ libgimpcolor/libgimpcolor-2.0.la ../../libgimpbase/libgimpbase-2.0.la - Wl,-framework,CoreServices,-framework,ApplicationServices -L/opt/local/ lib -lgtk-quartz-2.0 -lgdk-quartz-2.0 -latk-1.0 -lgdk_pixbuf-2.0 - lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 - lfreetype -lz -lfontconfig -lexpat -lpng12 -lgthread-2.0 -lglib-2.0 - lintl -liconv -lintl gcc -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes - Wmissing-declarations -Winit-self -Wpointer-arith -o .libs/plugin- browser plugin-browser.o -Wl,-framework -Wl,CoreServices -Wl,- framework -Wl,ApplicationServices -L/opt/local/lib ../../ libgimp/.libs/libgimpui-2.0.dylib /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimp/.libs/libgimp-2.0.dylib /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpwidgets/.libs/libgimpwidgets-2.0.dylib /opt/local/var/macports/ build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpmodule/.libs/libgimpmodule-2.0.dylib ../../libgimpwidgets/.libs/ libgimpwidgets-2.0.dylib ../../libgimpmodule/.libs/ libgimpmodule-2.0.dylib ../../libgimp/.libs/libgimp-2.0.dylib /opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpconfig/.libs/libgimpconfig-2.0.dylib ../../libgimpmath/.libs/ libgimpmath-2.0.dylib ../../libgimpconfig/.libs/ libgimpconfig-2.0.dylib /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpbase/.libs/libgimpbase-2.0.dylib /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpcolor/.libs/libgimpcolor-2.0.dylib /opt/local/var/macports/ build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpmath/.libs/libgimpmath-2.0.dylib ../../libgimpcolor/.libs/ libgimpcolor-2.0.dylib ../../libgimpbase/.libs/libgimpbase-2.0.dylib / opt/local/lib/libgtk-quartz-2.0.dylib /opt/local/lib/libgdk- quartz-2.0.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/ libgdk_pixbuf-2.0.dylib /opt/local/lib/libtiff.dylib /opt/local/lib/ libjpeg.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/ libpangoft2-1.0.dylib /opt/local/lib/libpango-1.0.dylib -lm /opt/local/ lib/libcairo.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/ libgmodule-2.0.dylib /opt/local/lib/libfontconfig.dylib /opt/local/lib/ libfreetype.dylib /opt/local/lib/libexpat.dylib /opt/local/lib/ libpng12.dylib -lz /opt/local/lib/libgthread-2.0.dylib /opt/local/lib/ libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/ libiconv.dylib -lc creating plugin-browser if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/opt/ local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/ include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/ pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/ include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/ local/include/libpng12 -I/opt/local/include -I/opt/local/include - DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED - DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED - DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED - DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -I/opt/local/include/ libpng12 -O2 -Wall -Wdeclaration-after-statement -Wmissing- prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -MT png- png.o -MD -MP -MF ".deps/png-png.Tpo" -c -o png-png.o `test -f 'png.c' || echo './'`png.c; \ then mv -f ".deps/png-png.Tpo" ".deps/png-png.Po"; else rm -f ".deps/ png-png.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -Wall - Wdeclaration-after-statement -Wmissing-prototypes -Wmissing- declarations -Winit-self -Wpointer-arith -L/opt/local/lib -o png png- png.o ../../libgimp/libgimpui-2.0.la ../../libgimpwidgets/ libgimpwidgets-2.0.la ../../libgimpmodule/libgimpmodule-2.0.la ../../ libgimp/libgimp-2.0.la ../../libgimpmath/libgimpmath-2.0.la ../../ libgimpconfig/libgimpconfig-2.0.la ../../libgimpcolor/ libgimpcolor-2.0.la ../../libgimpbase/libgimpbase-2.0.la -Wl,- framework,CoreServices,-framework,ApplicationServices -L/opt/local/lib -lgtk-quartz-2.0 -lgdk-quartz-2.0 -latk-1.0 -lgdk_pixbuf-2.0 - lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 - lfreetype -lz -lfontconfig -lexpat -lpng12 -lgthread-2.0 -lglib-2.0 - lintl -liconv -L/opt/local/lib -lpng12 -lintl gcc -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes - Wmissing-declarations -Winit-self -Wpointer-arith -o .libs/png png- png.o -Wl,-framework -Wl,CoreServices -Wl,-framework - Wl,ApplicationServices -L/opt/local/lib ../../libgimp/.libs/ libgimpui-2.0.dylib /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimp/.libs/libgimp-2.0.dylib /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpwidgets/.libs/libgimpwidgets-2.0.dylib /opt/local/var/macports/ build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpmodule/.libs/libgimpmodule-2.0.dylib ../../libgimpwidgets/.libs/ libgimpwidgets-2.0.dylib ../../libgimpmodule/.libs/ libgimpmodule-2.0.dylib ../../libgimp/.libs/libgimp-2.0.dylib /opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpconfig/.libs/libgimpconfig-2.0.dylib ../../libgimpmath/.libs/ libgimpmath-2.0.dylib ../../libgimpconfig/.libs/ libgimpconfig-2.0.dylib /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpbase/.libs/libgimpbase-2.0.dylib /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpcolor/.libs/libgimpcolor-2.0.dylib /opt/local/var/macports/ build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpmath/.libs/libgimpmath-2.0.dylib ../../libgimpcolor/.libs/ libgimpcolor-2.0.dylib ../../libgimpbase/.libs/libgimpbase-2.0.dylib / opt/local/lib/libgtk-quartz-2.0.dylib /opt/local/lib/libgdk- quartz-2.0.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/ libgdk_pixbuf-2.0.dylib /opt/local/lib/libtiff.dylib /opt/local/lib/ libjpeg.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/ libpangoft2-1.0.dylib /opt/local/lib/libpango-1.0.dylib -lm /opt/local/ lib/libcairo.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/ libgmodule-2.0.dylib /opt/local/lib/libfontconfig.dylib /opt/local/lib/ libfreetype.dylib /opt/local/lib/libexpat.dylib /opt/local/lib/ libgthread-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/ libpng12.dylib -lz /opt/local/lib/libintl.dylib /opt/local/lib/ libiconv.dylib -lc creating png if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/opt/ local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/ include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/ pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/ include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/ local/include/libpng12 -I/opt/local/include -I/opt/local/include - DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED - DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED - DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED - DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -O2 -Wall -Wdeclaration- after-statement -Wmissing-prototypes -Wmissing-declarations -Winit- self -Wpointer-arith -MT pnm.o -MD -MP -MF ".deps/pnm.Tpo" -c -o pnm.o pnm.c; \ then mv -f ".deps/pnm.Tpo" ".deps/pnm.Po"; else rm -f ".deps/ pnm.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -Wall - Wdeclaration-after-statement -Wmissing-prototypes -Wmissing- declarations -Winit-self -Wpointer-arith -L/opt/local/lib -o pnm pnm.o ../../libgimp/libgimpui-2.0.la ../../libgimpwidgets/ libgimpwidgets-2.0.la ../../libgimpmodule/libgimpmodule-2.0.la ../../ libgimp/libgimp-2.0.la ../../libgimpmath/libgimpmath-2.0.la ../../ libgimpconfig/libgimpconfig-2.0.la ../../libgimpcolor/ libgimpcolor-2.0.la ../../libgimpbase/libgimpbase-2.0.la -Wl,- framework,CoreServices,-framework,ApplicationServices -L/opt/local/lib -lgtk-quartz-2.0 -lgdk-quartz-2.0 -latk-1.0 -lgdk_pixbuf-2.0 - lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 - lfreetype -lz -lfontconfig -lexpat -lpng12 -lgthread-2.0 -lglib-2.0 - lintl -liconv -lintl gcc -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes - Wmissing-declarations -Winit-self -Wpointer-arith -o .libs/pnm pnm.o - Wl,-framework -Wl,CoreServices -Wl,-framework -Wl,ApplicationServices -L/opt/local/lib ../../libgimp/.libs/libgimpui-2.0.dylib /opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimp/.libs/libgimp-2.0.dylib /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpwidgets/.libs/libgimpwidgets-2.0.dylib /opt/local/var/macports/ build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpmodule/.libs/libgimpmodule-2.0.dylib ../../libgimpwidgets/.libs/ libgimpwidgets-2.0.dylib ../../libgimpmodule/.libs/ libgimpmodule-2.0.dylib ../../libgimp/.libs/libgimp-2.0.dylib /opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpconfig/.libs/libgimpconfig-2.0.dylib ../../libgimpmath/.libs/ libgimpmath-2.0.dylib ../../libgimpconfig/.libs/ libgimpconfig-2.0.dylib /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpbase/.libs/libgimpbase-2.0.dylib /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpcolor/.libs/libgimpcolor-2.0.dylib /opt/local/var/macports/ build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpmath/.libs/libgimpmath-2.0.dylib ../../libgimpcolor/.libs/ libgimpcolor-2.0.dylib ../../libgimpbase/.libs/libgimpbase-2.0.dylib / opt/local/lib/libgtk-quartz-2.0.dylib /opt/local/lib/libgdk- quartz-2.0.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/ libgdk_pixbuf-2.0.dylib /opt/local/lib/libtiff.dylib /opt/local/lib/ libjpeg.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/ libpangoft2-1.0.dylib /opt/local/lib/libpango-1.0.dylib -lm /opt/local/ lib/libcairo.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/ libgmodule-2.0.dylib /opt/local/lib/libfontconfig.dylib /opt/local/lib/ libfreetype.dylib /opt/local/lib/libexpat.dylib /opt/local/lib/ libpng12.dylib -lz /opt/local/lib/libgthread-2.0.dylib /opt/local/lib/ libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/ libiconv.dylib -lc creating pnm if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/opt/ local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/ include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/ pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/ include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/ local/include/libpng12 -I/opt/local/include -I/opt/local/include - DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED - DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED - DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED - DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -O2 -Wall -Wdeclaration- after-statement -Wmissing-prototypes -Wmissing-declarations -Winit- self -Wpointer-arith -MT polar.o -MD -MP -MF ".deps/polar.Tpo" -c -o polar.o polar.c; \ then mv -f ".deps/polar.Tpo" ".deps/polar.Po"; else rm -f ".deps/ polar.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -Wall - Wdeclaration-after-statement -Wmissing-prototypes -Wmissing- declarations -Winit-self -Wpointer-arith -L/opt/local/lib -o polar polar.o ../../libgimp/libgimpui-2.0.la ../../libgimpwidgets/ libgimpwidgets-2.0.la ../../libgimpmodule/libgimpmodule-2.0.la ../../ libgimp/libgimp-2.0.la ../../libgimpmath/libgimpmath-2.0.la ../../ libgimpconfig/libgimpconfig-2.0.la ../../libgimpcolor/ libgimpcolor-2.0.la ../../libgimpbase/libgimpbase-2.0.la -Wl,- framework,CoreServices,-framework,ApplicationServices -L/opt/local/lib -lgtk-quartz-2.0 -lgdk-quartz-2.0 -latk-1.0 -lgdk_pixbuf-2.0 - lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 - lfreetype -lz -lfontconfig -lexpat -lpng12 -lgthread-2.0 -lglib-2.0 - lintl -liconv -lintl gcc -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes - Wmissing-declarations -Winit-self -Wpointer-arith -o .libs/polar polar.o -Wl,-framework -Wl,CoreServices -Wl,-framework - Wl,ApplicationServices -L/opt/local/lib ../../libgimp/.libs/ libgimpui-2.0.dylib /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimp/.libs/libgimp-2.0.dylib /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpwidgets/.libs/libgimpwidgets-2.0.dylib /opt/local/var/macports/ build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpmodule/.libs/libgimpmodule-2.0.dylib ../../libgimpwidgets/.libs/ libgimpwidgets-2.0.dylib ../../libgimpmodule/.libs/ libgimpmodule-2.0.dylib ../../libgimp/.libs/libgimp-2.0.dylib /opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpconfig/.libs/libgimpconfig-2.0.dylib ../../libgimpmath/.libs/ libgimpmath-2.0.dylib ../../libgimpconfig/.libs/ libgimpconfig-2.0.dylib /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpbase/.libs/libgimpbase-2.0.dylib /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpcolor/.libs/libgimpcolor-2.0.dylib /opt/local/var/macports/ build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_graphics_gimp2/work/gimp-2.4.2/ libgimpmath/.libs/libgimpmath-2.0.dylib ../../libgimpcolor/.libs/ libgimpcolor-2.0.dylib ../../libgimpbase/.libs/libgimpbase-2.0.dylib / opt/local/lib/libgtk-quartz-2.0.dylib /opt/local/lib/libgdk- quartz-2.0.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/ libgdk_pixbuf-2.0.dylib /opt/local/lib/libtiff.dylib /opt/local/lib/ libjpeg.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/ libpangoft2-1.0.dylib /opt/local/lib/libpango-1.0.dylib -lm /opt/local/ lib/libcairo.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/ libgmodule-2.0.dylib /opt/local/lib/libfontconfig.dylib /opt/local/lib/ libfreetype.dylib /opt/local/lib/libexpat.dylib /opt/local/lib/ libpng12.dylib -lz /opt/local/lib/libgthread-2.0.dylib /opt/local/lib/ libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/ libiconv.dylib -lc creating polar if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -D_REENTRANT -I/opt/ local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/ include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/ pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/ include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/ local/include/libpng12 -I/opt/local/include -I/opt/local/include - DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED - DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED - DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED - DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -D_REENTRANT -I/opt/local/ include/poppler/glib -I/opt/local/include/poppler -I/opt/local/include/ gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo -I/ opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/ local/include -I/opt/local/include/pango-1.0 -I/opt/local/include/ freetype2 -I/opt/local/include/libpng12 -O2 -Wall -Wdeclaration- after-statement -Wmissing-prototypes -Wmissing-declarations -Winit- self -Wpointer-arith -MT poppler-poppler.o -MD -MP -MF ".deps/poppler- poppler.Tpo" -c -o poppler-poppler.o `test -f 'poppler.c' || echo './'`poppler.c; \ then mv -f ".deps/poppler-poppler.Tpo" ".deps/poppler-poppler.Po"; else rm -f ".deps/poppler-poppler.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -Wall - Wdeclaration-after-statement -Wmissing-prototypes -Wmissing- declarations -Winit-self -Wpointer-arith -L/opt/local/lib -o poppler poppler-poppler.o ../../libgimp/libgimpui-2.0.la ../../libgimpwidgets/ libgimpwidgets-2.0.la ../../libgimpmodule/libgimpmodule-2.0.la ../../ libgimp/libgimp-2.0.la ../../libgimpmath/libgimpmath-2.0.la ../../ libgimpconfig/libgimpconfig-2.0.la ../../libgimpcolor/ libgimpcolor-2.0.la ../../libgimpbase/libgimpbase-2.0.la -Wl,- framework,CoreServices,-framework,ApplicationServices -L/opt/local/lib -lgtk-quartz-2.0 -lgdk-quartz-2.0 -latk-1.0 -lgdk_pixbuf-2.0 - lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 - lfreetype -lz -lfontconfig -lexpat -lpng12 -lgthread-2.0 -lglib-2.0 - lintl -liconv -Wl,-framework,CoreServices,- framework,ApplicationServices -L/opt/local/lib -lpoppler-glib - lpoppler -lgdk-quartz-2.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 - lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lfreetype -lz - lfontconfig -lexpat -lpng12 -lgthread-2.0 -lglib-2.0 -lintl -liconv -lintl libtool: link: cannot find the library `/opt/local/lib/libgdk- x11-2.0.la' or unhandled argument `/opt/local/lib/libgdk-x11-2.0.la' make[3]: *** [poppler] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing. [frank@localhost ~]$ port installed | grep cairo cairo @1.4.12_0+atsui+no_x11+quartz (active) py25-cairo @1.4.0_1 (active) [frank@localhost ~]$
On Dec 9, 2007, at 16:16, Frank McPherson wrote:
After successfully following Randall Wood's instructions at http:// shyramblings.blogspot.com/2007/11/gimp-on-mac-os-x-without-x11- from.html to install gimp2 without x11 at work, I attempted the same at home, and haven't met with the same success.
As I poked around the dependency tree, I saw that gtk2 had been previously installed with the +quartz and +x11 variants. I tried rebuilding gtk2 with only the +quartz variant, but found it somehow automatically adds +x11.
Since Randall Wood just dropped maintainership of gtk2 and gnome, I stepped in and changed this in r31844. Now +x11 is the default for gtk2 only if you have not requested +quartz. You can still have both, if you want them, by specifying +quartz +x11.
It didn't matter in the end --- I got the same error when trying to build gimp2. I've attached it at the end. The weird thing is I can't find any references in the command line here to gdk-x11, though that's the error. I also tried 'find . -type f -exec grep gdk-x11 {} \;' from inside gimp2's work directory and didn't find any matches.
Anyone have any ideas on this one?
Thanks, Frank
[frank@localhost ~]$ sudo port install -dv gimp2 ---> Fetching gimp2 ---> Verifying checksum(s) for gimp2 ---> Extracting gimp2 ---> Configuring gimp2 ---> Building gimp2 with target all [snip] /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -Wall - Wdeclaration-after-statement -Wmissing-prototypes -Wmissing- declarations -Winit-self -Wpointer-arith -L/opt/local/lib -o poppler poppler-poppler.o ../../libgimp/libgimpui-2.0.la ../../ libgimpwidgets/libgimpwidgets-2.0.la ../../libgimpmodule/ libgimpmodule-2.0.la ../../libgimp/libgimp-2.0.la ../../libgimpmath/ libgimpmath-2.0.la ../../libgimpconfig/libgimpconfig-2.0.la ../../ libgimpcolor/libgimpcolor-2.0.la ../../libgimpbase/ libgimpbase-2.0.la -Wl,-framework,CoreServices,- framework,ApplicationServices -L/opt/local/lib -lgtk-quartz-2.0 - lgdk-quartz-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 - lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lfreetype -lz - lfontconfig -lexpat -lpng12 -lgthread-2.0 -lglib-2.0 -lintl - liconv -Wl,-framework,CoreServices,-framework,ApplicationServices -L/opt/local/lib -lpoppler-glib -lpoppler -lgdk-quartz-2.0 - lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 - lgmodule-2.0 -lfreetype -lz -lfontconfig -lexpat -lpng12 - lgthread-2.0 -lglib-2.0 -lintl -liconv -lintl libtool: link: cannot find the library `/opt/local/lib/libgdk- x11-2.0.la' or unhandled argument `/opt/local/lib/libgdk-x11-2.0.la' make[3]: *** [poppler] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
I'm afraid I don't know about this one. I don't use gdk2 myself.
On Dec 9, 2007, at 8:01 PM, Ryan Schmidt wrote:
As I poked around the dependency tree, I saw that gtk2 had been previously installed with the +quartz and +x11 variants. I tried rebuilding gtk2 with only the +quartz variant, but found it somehow automatically adds +x11.
Since Randall Wood just dropped maintainership of gtk2 and gnome, I stepped in and changed this in r31844. Now +x11 is the default for gtk2 only if you have not requested +quartz. You can still have both, if you want them, by specifying +quartz +x11.
I'll give it another try when this change hits.
It didn't matter in the end --- I got the same error when trying to build gimp2. I've attached it at the end. The weird thing is I can't find any references in the command line here to gdk-x11, though that's the error. I also tried 'find . -type f -exec grep gdk-x11 {} \;' from inside gimp2's work directory and didn't find any matches. [snip] /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -Wall - Wdeclaration-after-statement -Wmissing-prototypes -Wmissing- declarations -Winit-self -Wpointer-arith -L/opt/local/lib -o poppler poppler-poppler.o ../../libgimp/libgimpui-2.0.la ../../ libgimpwidgets/libgimpwidgets-2.0.la ../../libgimpmodule/ libgimpmodule-2.0.la ../../libgimp/libgimp-2.0.la ../../libgimpmath/ libgimpmath-2.0.la ../../libgimpconfig/libgimpconfig-2.0.la ../../ libgimpcolor/libgimpcolor-2.0.la ../../libgimpbase/ libgimpbase-2.0.la -Wl,-framework,CoreServices,- framework,ApplicationServices -L/opt/local/lib -lgtk-quartz-2.0 - lgdk-quartz-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 - lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lfreetype -lz - lfontconfig -lexpat -lpng12 -lgthread-2.0 -lglib-2.0 -lintl - liconv -Wl,-framework,CoreServices,-framework,ApplicationServices -L/opt/local/lib -lpoppler-glib -lpoppler -lgdk-quartz-2.0 - lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 - lgmodule-2.0 -lfreetype -lz -lfontconfig -lexpat -lpng12 - lgthread-2.0 -lglib-2.0 -lintl -liconv -lintl libtool: link: cannot find the library `/opt/local/lib/libgdk- x11-2.0.la' or unhandled argument `/opt/local/lib/libgdk-x11-2.0.la' make[3]: *** [poppler] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
I'm afraid I don't know about this one. I don't use gdk2 myself.
That's the funny thing here - the only port returned by 'port search gdk' is gdk-pixbuf, and I don't have it installed at all. Frank
On 11 Dec 2007, at 07:12, Frank McPherson wrote:
On Dec 9, 2007, at 8:01 PM, Ryan Schmidt wrote:
As I poked around the dependency tree, I saw that gtk2 had been previously installed with the +quartz and +x11 variants. I tried rebuilding gtk2 with only the +quartz variant, but found it somehow automatically adds +x11.
Since Randall Wood just dropped maintainership of gtk2 and gnome, I stepped in and changed this in r31844. Now +x11 is the default for gtk2 only if you have not requested +quartz. You can still have both, if you want them, by specifying +quartz +x11.
I'll give it another try when this change hits.
It didn't matter in the end --- I got the same error when trying to build gimp2. I've attached it at the end. The weird thing is I can't find any references in the command line here to gdk-x11, though that's the error. I also tried 'find . -type f -exec grep gdk-x11 {} \;' from inside gimp2's work directory and didn't find any matches. [snip] /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -Wall - Wdeclaration-after-statement -Wmissing-prototypes -Wmissing- declarations -Winit-self -Wpointer-arith -L/opt/local/lib -o poppler poppler-poppler.o ../../libgimp/libgimpui-2.0.la ../../ libgimpwidgets/libgimpwidgets-2.0.la ../../libgimpmodule/ libgimpmodule-2.0.la ../../libgimp/libgimp-2.0.la ../../ libgimpmath/libgimpmath-2.0.la ../../libgimpconfig/ libgimpconfig-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la ../../ libgimpbase/libgimpbase-2.0.la -Wl,-framework,CoreServices,- framework,ApplicationServices -L/opt/local/lib -lgtk-quartz-2.0 - lgdk-quartz-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 - lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lfreetype -lz - lfontconfig -lexpat -lpng12 -lgthread-2.0 -lglib-2.0 -lintl - liconv -Wl,-framework,CoreServices,- framework,ApplicationServices -L/opt/local/lib -lpoppler-glib - lpoppler -lgdk-quartz-2.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 - lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lfreetype -lz - lfontconfig -lexpat -lpng12 -lgthread-2.0 -lglib-2.0 -lintl - liconv -lintl libtool: link: cannot find the library `/opt/local/lib/libgdk- x11-2.0.la' or unhandled argument `/opt/local/lib/libgdk-x11-2.0.la' make[3]: *** [poppler] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
I'm afraid I don't know about this one. I don't use gdk2 myself.
That's the funny thing here - the only port returned by 'port search gdk' is gdk-pixbuf, and I don't have it installed at all.
Frank _____________________________________________
GDK is the GIMP Drawing Kit and is a core component of GTK, so if you use GTK, you use GDK. GDK handles all of the low level drawing and rendering for GTK, and is the part that is ported to X11, Quartz, Win32 APIs, etc, to get native GTK. However you attempted to install gimp2, it wants GTK on X11, and is failing to bind to the GDK X11 library. Randall Wood randall.h.wood@alexandriasoftware.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy."
On Dec 12, 2007, at 04:07, Randall Wood wrote:
On 11 Dec 2007, at 07:12, Frank McPherson wrote:
On Dec 9, 2007, at 8:01 PM, Ryan Schmidt wrote:
As I poked around the dependency tree, I saw that gtk2 had been previously installed with the +quartz and +x11 variants. I tried rebuilding gtk2 with only the +quartz variant, but found it somehow automatically adds +x11.
Since Randall Wood just dropped maintainership of gtk2 and gnome, I stepped in and changed this in r31844. Now +x11 is the default for gtk2 only if you have not requested +quartz. You can still have both, if you want them, by specifying +quartz +x11.
I'll give it another try when this change hits.
It didn't matter in the end --- I got the same error when trying to build gimp2. I've attached it at the end. The weird thing is I can't find any references in the command line here to gdk-x11, though that's the error. I also tried 'find . -type f -exec grep gdk-x11 {} \;' from inside gimp2's work directory and didn't find any matches. [snip] /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -Wall - Wdeclaration-after-statement -Wmissing-prototypes -Wmissing- declarations -Winit-self -Wpointer-arith -L/opt/local/lib -o poppler poppler-poppler.o ../../libgimp/libgimpui-2.0.la ../../ libgimpwidgets/libgimpwidgets-2.0.la ../../libgimpmodule/ libgimpmodule-2.0.la ../../libgimp/libgimp-2.0.la ../../ libgimpmath/libgimpmath-2.0.la ../../libgimpconfig/ libgimpconfig-2.0.la ../../libgimpcolor/ libgimpcolor-2.0.la ../../libgimpbase/libgimpbase-2.0.la -Wl,- framework,CoreServices,-framework,ApplicationServices -L/opt/ local/lib -lgtk-quartz-2.0 -lgdk-quartz-2.0 -latk-1.0 - lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo - lgobject-2.0 -lgmodule-2.0 -lfreetype -lz -lfontconfig -lexpat - lpng12 -lgthread-2.0 -lglib-2.0 -lintl -liconv -Wl,- framework,CoreServices,-framework,ApplicationServices -L/opt/ local/lib -lpoppler-glib -lpoppler -lgdk-quartz-2.0 - lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo - lgobject-2.0 -lgmodule-2.0 -lfreetype -lz -lfontconfig -lexpat - lpng12 -lgthread-2.0 -lglib-2.0 -lintl -liconv -lintl libtool: link: cannot find the library `/opt/local/lib/libgdk- x11-2.0.la' or unhandled argument `/opt/local/lib/libgdk- x11-2.0.la' make[3]: *** [poppler] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
I'm afraid I don't know about this one. I don't use gdk2 myself.
That's the funny thing here - the only port returned by 'port search gdk' is gdk-pixbuf, and I don't have it installed at all.
GDK is the GIMP Drawing Kit and is a core component of GTK, so if you use GTK, you use GDK. GDK handles all of the low level drawing and rendering for GTK, and is the part that is ported to X11, Quartz, Win32 APIs, etc, to get native GTK.
However you attempted to install gimp2, it wants GTK on X11, and is failing to bind to the GDK X11 library.
Sorry... Shows how much I know about this software. Above, I meant I don't use gtk2 myself. And I didn't even know of the existence of gdk.
participants (3)
-
Frank McPherson
-
Randall Wood
-
Ryan Schmidt