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 ~]$