On Nov 17, 2009, at 12:08 AM, Brent E. Edwards wrote:
> Dear all,
>
> I cannot compile gimp2 on the 64-bit version of Fink.
>
> System: Mac OS X 10.6.2, with a 2.4 GHz Intel Core 2 Duo and 4 GB ram.
> (Powerbook Pro)
>
> % fink --version
> Package manager version: 0.29.10
> Distribution version: selfupdate-cvs Fri Nov 13 21:36:20 2009, 10.6, x86_64
>
> % uname -a
> Darwin brent-edwardss-macbook-pro.local 10.2.0 Darwin Kernel Version 10.2.0:
> Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 i386
>
I'm testing a fix for this now, which will be done whenever it does finish
compiling.
>
> Here's the beginning and end of the compilation:
>
> % fink install gimp2
> Password:
> Information about 8317 packages read in 1 seconds.
> The following package will be installed or updated:
> gimp2
> The following additional package will be installed:
> gimp2-shlibs
> Do you want to continue? [Y/n] y
> Setting runtime build-lock...
> dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-gimp2-2.6.6-3
> /sw/src/fink.build
> dpkg-deb: building package `fink-buildlock-gimp2-2.6.6-3' in
> `/sw/src/fink.build/fink-buildlock-gimp2-2.6.6-3_2009.11.14-19.27.04_darwin-x86_64.deb'.
> Installing build-lock package...
> /sw/bin/dpkg-lockwait -i
> /sw/src/fink.build/fink-buildlock-gimp2-2.6.6-3_2009.11.14-19.27.04_darwin-x86_64.deb
> Selecting previously deselected package fink-buildlock-gimp2-2.6.6-3.
> (Reading database ... 63806 files and directories currently installed.)
> Unpacking fink-buildlock-gimp2-2.6.6-3 (from
> .../fink-buildlock-gimp2-2.6.6-3_2009.11.14-19.27.04_darwin-x86_64.deb) ...
> Setting up fink-buildlock-gimp2-2.6.6-3 (2009.11.14-19.27.04) ...
> bzip2 -dc /sw/src/gimp-2.6.6.tar.bz2 | /sw/bin/tar -xf - --no-same-owner
> --no-same-permissions
> [ -r /sw/fink/dists/unstable/main/finkinfo/graphics/gimp2.patch ]
> /var/tmp/tmp.1.KmATFv
> #!/bin/sh -ev
> patch -p1 < /sw/fink/dists/unstable/main/finkinfo/graphics/gimp2.patch
> patching file plug-ins/help-browser/help-browser.c
> sed -i.bak -e 's|# (web-browser "firefox|(web-browser "open|' etc/gimprc
> sed -i.bak -e 's|have_glib_2_19=yes|have_glib_2_19=no|' configure
> /var/tmp/tmp.2.Tny91I
> #!/bin/sh -ev
> export F77=no
> export PATH=/sw/lib/gettext-tools-0.17/bin:$PATH
> if [ "." != "-svg" ]; then
> ./configure --prefix=/sw --disable-python --disable-dependency-tracking
> --without-hal --enable-gimp-remote --mandir=/sw/share/man
> --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
> PKG_CONFIG_PATH="/sw/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
> --enable-gtk-doc --without-gnomevfs --build=x86_64-apple-darwin`uname -r|cut
> -f1 -d.` --host=x86_64-apple-darwin`uname -r|cut -f1 -d.` --without-librsvg
> else
> ./configure --prefix=/sw --disable-python --disable-dependency-tracking
> --without-hal --enable-gimp-remote --mandir=/sw/share/man
> --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
> PKG_CONFIG_PATH="/sw/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
> --enable-gtk-doc --without-gnomevfs --build=x86_64-apple-darwin`uname -r|cut
> -f1 -d.` --host=x86_64-apple-darwin`uname -r|cut -f1 -d.`
> fi
> uname -r|cut -f1 -d.
> uname -r|cut -f1 -d.
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... ./install-sh -c -d
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for x86_64-apple-darwin10-gcc... no
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... none
> checking whether gcc and cc understand -c and -o together... yes
> checking build system type... x86_64-apple-darwin10
> checking host system type... x86_64-apple-darwin10
> checking for a sed that does not truncate output... /usr/bin/sed
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
> checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU
> ld... no
> checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload
> object files... -r
> checking for BSD-compatible nm... /usr/bin/nm
> checking whether ln -s works... yes
> checking how to recognize dependent libraries... pass_all
> checking how to run the C preprocessor... gcc -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for x86_64-apple-darwin10-g++... no
> checking for x86_64-apple-darwin10-c++... no
> checking for x86_64-apple-darwin10-gpp... no
> checking for x86_64-apple-darwin10-aCC... no
> checking for x86_64-apple-darwin10-CC... no
> checking for x86_64-apple-darwin10-cxx... no
> checking for x86_64-apple-darwin10-cc++... no
> checking for x86_64-apple-darwin10-cl.exe... no
> checking for x86_64-apple-darwin10-FCC... no
> checking for x86_64-apple-darwin10-KCC... no
> checking for x86_64-apple-darwin10-RCC... no
> checking for x86_64-apple-darwin10-xlC_r... no
> checking for x86_64-apple-darwin10-xlC... no
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... none
> checking how to run the C++ preprocessor... g++ -E
> checking for x86_64-apple-darwin10-g77... no
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether no accepts -g... no
> checking the maximum length of command line arguments... 196608
> checking command to parse /usr/bin/nm output from gcc object... ok
> checking for objdir... .libs
> checking for x86_64-apple-darwin10-ar... no
> checking for ar... ar
> checking for x86_64-apple-darwin10-ranlib... no
> checking for ranlib... ranlib
> checking for x86_64-apple-darwin10-strip... no
> checking for strip... strip
> checking for x86_64-apple-darwin10-dsymutil... no
> checking for dsymutil... dsymutil
> checking for x86_64-apple-darwin10-nmedit... no
> checking for nmedit... nmedit
> checking for -single_module linker flag... yes
> checking for -exported_symbols_list linker flag... yes
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fno-common
> checking if gcc PIC flag -fno-common works... yes
> checking if gcc static flag -static works... no
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker
> (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries...
> yes
> checking dynamic linker characteristics... darwin10 dyld
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
> checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU
> ld... no
> checking whether the g++ linker
> (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries...
> yes
> checking for g++ option to produce PIC... -fno-common
> checking if g++ PIC flag -fno-common works... yes
> checking if g++ static flag -static works... no
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker
> (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries...
> yes
> checking dynamic linker characteristics... darwin10 dyld
> (cached) (cached) checking how to hardcode library paths into programs...
> immediate
> appending configuration tag "F77" to libtool
> checking dependency style of gcc... none
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for x86_64-apple-darwin10-pkg-config... no
> checking for pkg-config... /sw/bin/pkg-config
> checking pkg-config is at least version 0.16... yes
> checking for target architecture... x86_64-apple-darwin10
> checking for some Win32 platform... no
> checking for native Win32... no
> checking for library containing strerror... none required
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether make sets $(MAKE)... (cached) yes
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... no
> checking whether to turn on debugging... no
> checking whether to turn on profiling... no
> checking whether gcc understands -Wdeclaration-after-statement... yes
> checking whether gcc understands -Wmissing-prototypes... yes
> checking whether gcc understands -Wmissing-declarations... yes
> checking whether gcc understands -Winit-self... yes
> checking whether gcc understands -Wpointer-arith... yes
> checking whether gcc understands -Wold-style-definition... yes
> checking for ANSI C header files... (cached) yes
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking whether time.h and sys/time.h may both be included... yes
> checking sys/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking sys/times.h usability... yes
> checking sys/times.h presence... yes
> checking for sys/times.h... yes
> checking for sys/wait.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for pid_t... yes
> checking return type of signal handlers... void
> checking for vprintf... yes
> checking for _doprnt... no
> checking for working alloca.h... yes
> checking for alloca... yes
> checking for difftime... yes
> checking for mmap... yes
> checking whether binary relocation support should be enabled... no
> checking for _NL_MEASUREMENT_MEASUREMENT... no
> checking whether NLS is requested... yes
> checking for intltool >= 0.36.3... 0.40.6 found
> checking for intltool-update... /sw/bin/intltool-update
> checking for intltool-merge... /sw/bin/intltool-merge
> checking for intltool-extract... /sw/bin/intltool-extract
> checking for xgettext... /sw/lib/gettext-tools-0.17/bin/xgettext
> checking for msgmerge... /sw/lib/gettext-tools-0.17/bin/msgmerge
> checking for msgfmt... /sw/lib/gettext-tools-0.17/bin/msgfmt
> checking for gmsgfmt... /sw/lib/gettext-tools-0.17/bin/msgfmt
> checking for perl... (cached) /usr/bin/perl
> checking for XML::Parser... ok
> checking locale.h usability... yes
> checking locale.h presence... yes
> checking for locale.h... yes
> checking for LC_MESSAGES... yes
> checking libintl.h usability... yes
> checking libintl.h presence... yes
> checking for libintl.h... yes
> checking for ngettext in libc... no
> checking for bindtextdomain in -lintl... yes
> checking for ngettext in -lintl... yes
> checking for dgettext in -lintl... yes
> checking for bind_textdomain_codeset... yes
> checking for msgfmt... (cached) /sw/lib/gettext-tools-0.17/bin/msgfmt
> checking for dcgettext... yes
> checking if msgfmt accepts -c... yes
> checking for gmsgfmt... (cached) /sw/lib/gettext-tools-0.17/bin/msgfmt
> checking for xgettext... (cached) /sw/lib/gettext-tools-0.17/bin/xgettext
> checking for iso-codes... yes
> checking for BABL... yes
> checking for GEGL... yes
> checking for x86_64-apple-darwin10-pkg-config... /sw/bin/pkg-config
> checking pkg-config is at least version 0.16... yes
> checking for GLIB - version >= 2.16.1... yes (version 2.20.5)
> checking for GMODULE_NO_EXPORT... yes
> checking for GIO... yes
> checking if GLib is version 2.19.0 or newer... no
> checking for bind_textdomain_codeset... (cached) yes
> checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
> checking whether -R must be followed by a space... neither works
> checking for gethostbyname... yes
> checking for connect... yes
> checking for remove... yes
> checking for shmat... yes
> checking for IceConnectionNumber in -lICE... yes
> checking for pkg-config... (cached) /sw/bin/pkg-config
> checking for GTK+ - version >= 2.12.5... yes (version 2.16.6)
> checking if GTK+ is version 2.15.0 or newer... yes
> checking for GDK_PIXBUF... yes
> checking for gdk-pixbuf-csource... /sw/bin/gdk-pixbuf-csource
> checking for CAIRO... yes
> checking for FONTCONFIG... yes
> checking for PANGOFT2... yes
> checking if Pango is version 1.21.0 or newer... yes
> checking if Pango is built with a recent fontconfig... yes
> checking for freetype-config... /sw/bin/freetype-config
> checking for freetype libraries... -L/sw/lib -lfreetype -lz
> -Wl,-framework,CoreServices -Wl,-framework,ApplicationServices
> checking math.h usability... yes
> checking math.h presence... yes
> checking for math.h... yes
> checking ieeefp.h usability... no
> checking ieeefp.h presence... no
> checking for ieeefp.h... no
> checking for extra flags to get ANSI library prototypes... none needed
> checking for finite... yes
> checking for extra flags for POSIX compliance... none needed
> checking for rint... yes
> checking for inet_ntoa... yes
> checking for socket in -lsocket... no
> checking whether gcc understands -mmmx... yes
> checking whether we can compile MMX code... yes
> checking whether gcc understands -msse... yes
> checking whether we can compile SSE code... yes
> checking for shm_open... yes
> checking sys/mman.h usability... yes
> checking sys/mman.h presence... yes
> checking for sys/mman.h... yes
> checking for shared memory transport type... posix
> checking whether symbols are prefixed... yes, with a _
> checking fd_set and sys/select... yes
> checking for XmuClientWindow in -lXmu... yes
> checking for X11/Xmu/WinUtil.h... yes
> checking for XShapeGetRectangles in -lXext... yes
> checking for X11/extensions/shape.h... yes
> checking for XFIXES... yes
> checking for TIFFReadScanline in -ltiff... yes
> checking tiffio.h usability... yes
> checking tiffio.h presence... yes
> checking for tiffio.h... yes
> checking for jpeg_destroy_decompress in -ljpeg... yes
> checking for jpeglib.h... yes
> checking for jpeg_save_markers in -ljpeg... yes
> checking for gzsetparams in -lz... yes
> checking zlib.h usability... yes
> checking zlib.h presence... yes
> checking for zlib.h... yes
> checking for PNG... yes
> checking for mng_create in -lmng... yes
> checking libmng.h usability... yes
> checking libmng.h presence... yes
> checking for libmng.h... yes
> checking for EXIF... yes
> checking for aa_printf in -laa... yes
> checking aalib.h usability... yes
> checking aalib.h presence... yes
> checking for aalib.h... yes
> checking for XpmReadFileToXpmImage in -lXpm... yes
> checking X11/xpm.h usability... yes
> checking X11/xpm.h presence... yes
> checking for X11/xpm.h... yes
> checking for WEBKIT... yes
> checking for webkit_web_view_set_zoom_level in -lwebkit-1.0... yes
> checking for POPPLER... yes
> checking for CURL... yes
> checking for libwmf-config... /sw/bin/libwmf-config
> checking for libwmf >= 0.2.8... yes (version 0.2.8)
> checking for LCMS... yes
> checking for ALSA CFLAGS...
> checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
> checking for libasound headers version >= 1.0.0... not present.
> checking for snd_ctl_open in -lasound... no
> checking linux/input.h usability... no
> checking linux/input.h presence... no
> checking for linux/input.h... no
> checking for DBUS_GLIB... yes
> checking for dbus-binding-tool... /sw/bin/dbus-binding-tool
> checking for sendmail... /usr/sbin/sendmail
> checking for perl5... no
> checking for perl... /usr/bin/perl
> checking if compiling for Mac OS X... yes
> checking for Mac OS X TWAIN support... yes
> checking for xmllint... /sw/bin/xmllint
> checking for xsltproc... /sw/bin/xsltproc
> checking gtk-doc version >= 1.0... yes
> configure: creating ./config.status
> config.status: creating tools/Makefile
> config.status: creating tools/pdbgen/Makefile
> config.status: creating libgimp/Makefile
> config.status: creating libgimpbase/Makefile
> config.status: creating libgimpconfig/Makefile
> config.status: creating libgimpcolor/Makefile
> config.status: creating libgimpmath/Makefile
> config.status: creating libgimpmodule/Makefile
> config.status: creating libgimpthumb/Makefile
> config.status: creating libgimpwidgets/Makefile
> config.status: creating app/Makefile
> config.status: creating app/actions/Makefile
> config.status: creating app/base/Makefile
> config.status: creating app/config/Makefile
> config.status: creating app/core/Makefile
> config.status: creating app/gegl/Makefile
> config.status: creating app/dialogs/Makefile
> config.status: creating app/display/Makefile
> config.status: creating app/file/Makefile
> config.status: creating app/gui/Makefile
> config.status: creating app/menus/Makefile
> config.status: creating app/paint/Makefile
> config.status: creating app/paint-funcs/Makefile
> config.status: creating app/composite/Makefile
> config.status: creating app/pdb/Makefile
> config.status: creating app/plug-in/Makefile
> config.status: creating app/text/Makefile
> config.status: creating app/tools/Makefile
> config.status: creating app/vectors/Makefile
> config.status: creating app/widgets/Makefile
> config.status: creating app/xcf/Makefile
> config.status: creating plug-ins/Makefile
> config.status: creating plug-ins/color-rotate/Makefile
> config.status: creating plug-ins/color-rotate/images/Makefile
> config.status: creating plug-ins/file-bmp/Makefile
> config.status: creating plug-ins/file-faxg3/Makefile
> config.status: creating plug-ins/file-fits/Makefile
> config.status: creating plug-ins/file-fli/Makefile
> config.status: creating plug-ins/file-ico/Makefile
> config.status: creating plug-ins/file-jpeg/Makefile
> config.status: creating plug-ins/file-psd/Makefile
> config.status: creating plug-ins/file-sgi/Makefile
> config.status: creating plug-ins/file-uri/Makefile
> config.status: creating plug-ins/file-xjt/Makefile
> config.status: creating plug-ins/flame/Makefile
> config.status: creating plug-ins/fractal-explorer/Makefile
> config.status: creating plug-ins/fractal-explorer/examples/Makefile
> config.status: creating plug-ins/gfig/Makefile
> config.status: creating plug-ins/gfig/gfig-examples/Makefile
> config.status: creating plug-ins/gfig/images/Makefile
> config.status: creating plug-ins/gimpressionist/Brushes/Makefile
> config.status: creating plug-ins/gimpressionist/Makefile
> config.status: creating plug-ins/gimpressionist/Paper/Makefile
> config.status: creating plug-ins/gimpressionist/Presets/Makefile
> config.status: creating plug-ins/gradient-flare/Makefile
> config.status: creating plug-ins/gradient-flare/flares/Makefile
> config.status: creating plug-ins/help-browser/Makefile
> config.status: creating plug-ins/help/Makefile
> config.status: creating plug-ins/ifs-compose/Makefile
> config.status: creating plug-ins/imagemap/Makefile
> config.status: creating plug-ins/imagemap/images/Makefile
> config.status: creating plug-ins/lighting/Makefile
> config.status: creating plug-ins/lighting/images/Makefile
> config.status: creating plug-ins/map-object/Makefile
> config.status: creating plug-ins/maze/Makefile
> config.status: creating plug-ins/metadata/Makefile
> config.status: creating plug-ins/pagecurl/Makefile
> config.status: creating plug-ins/print/Makefile
> config.status: creating plug-ins/pygimp/Makefile
> config.status: creating plug-ins/pygimp/plug-ins/Makefile
> config.status: creating plug-ins/script-fu/Makefile
> config.status: creating plug-ins/script-fu/ftx/Makefile
> config.status: creating plug-ins/script-fu/scripts/Makefile
> config.status: creating plug-ins/script-fu/scripts/images/Makefile
> config.status: creating plug-ins/script-fu/tinyscheme/Makefile
> config.status: creating plug-ins/selection-to-path/Makefile
> config.status: creating plug-ins/twain/Makefile
> config.status: creating plug-ins/win-snap/Makefile
> config.status: creating plug-ins/common/Makefile
> config.status: creating modules/Makefile
> config.status: creating devel-docs/Makefile
> config.status: creating devel-docs/app/Makefile
> config.status: creating devel-docs/app/version
> config.status: creating devel-docs/libgimp/Makefile
> config.status: creating devel-docs/libgimp/version
> config.status: creating devel-docs/libgimpbase/Makefile
> config.status: creating devel-docs/libgimpbase/version
> config.status: creating devel-docs/libgimpconfig/Makefile
> config.status: creating devel-docs/libgimpconfig/version
> config.status: creating devel-docs/libgimpcolor/Makefile
> config.status: creating devel-docs/libgimpcolor/version
> config.status: creating devel-docs/libgimpmath/Makefile
> config.status: creating devel-docs/libgimpmath/version
> config.status: creating devel-docs/libgimpmodule/Makefile
> config.status: creating devel-docs/libgimpmodule/version
> config.status: creating devel-docs/libgimpthumb/Makefile
> config.status: creating devel-docs/libgimpthumb/version
> config.status: creating devel-docs/libgimpwidgets/Makefile
> config.status: creating devel-docs/libgimpwidgets/version
> config.status: creating devel-docs/tools/Makefile
> config.status: creating docs/Makefile
> config.status: creating menus/Makefile
> config.status: creating cursors/Makefile
> config.status: creating themes/Makefile
> config.status: creating themes/Default/Makefile
> config.status: creating themes/Default/images/Makefile
> config.status: creating themes/Default/images/preferences/Makefile
> config.status: creating themes/Small/Makefile
> config.status: creating data/Makefile
> config.status: creating data/brushes/Makefile
> config.status: creating data/environ/Makefile
> config.status: creating data/gradients/Makefile
> config.status: creating data/images/Makefile
> config.status: creating data/interpreters/Makefile
> config.status: creating data/palettes/Makefile
> config.status: creating data/patterns/Makefile
> config.status: creating data/tips/Makefile
> config.status: creating desktop/Makefile
> config.status: creating desktop/gimp.desktop.in
> config.status: creating etc/Makefile
> config.status: creating m4macros/Makefile
> config.status: creating po/Makefile.in
> config.status: creating po-libgimp/Makefile.in
> config.status: creating po-plug-ins/Makefile.in
> config.status: creating po-python/Makefile.in
> config.status: creating po-script-fu/Makefile.in
> config.status: creating po-tips/Makefile.in
> config.status: creating gimp-zip
> config.status: creating Makefile
> config.status: creating docs/gimp-2.6.1
> config.status: creating docs/gimprc-2.6.5
> config.status: WARNING: docs/gimprc-2.6.5 contains a reference to the
> variable `datarootdir'
> which seems to be undefined. Please make sure it is defined.
> config.status: creating docs/gimptool-2.0.1
> config.status: WARNING: docs/gimptool-2.0.1 contains a reference to the
> variable `datarootdir'
> which seems to be undefined. Please make sure it is defined.
> config.status: creating docs/gimp-remote-2.6.1
> config.status: creating gimp-2.0.pc
> config.status: creating gimpthumb-2.0.pc
> config.status: creating gimpui-2.0.pc
> config.status: creating config.h
> config.status: executing depfiles commands
> config.status: executing default-1 commands
> config.status: executing libgimpbase/gimpversion.h commands
> config.status: libgimpbase/gimpversion.h is unchanged
> config.status: executing sed-po-makefiles commands
> config.status: executing po/stamp-it commands
> # INTLTOOL_MAKEFILE
>
> Building GIMP with prefix=/sw, datarootdir=${prefix}/share
> Desktop files install into ${datarootdir}
>
> Extra Binaries:
> gimp-console: yes
> gimp-remote: yes
>
> Optional Features:
> D-Bus service: yes
> Language selection: yes
>
> Optional Plug-Ins:
> Ascii Art: yes
> Help Browser: yes
> LCMS: yes
> JPEG: yes
> MNG: yes
> PDF: yes
> PNG: yes
> Print: yes
> PSP: yes
> Python: no
> Script-Fu: yes
> SVG: no (librsvg support disabled)
> TIFF: yes
> TWAIN (MacOS X): yes
> TWAIN (Win32): no
> URI: yes (using GIO/GVfs)
> Windows ICO yes
> WMF: yes
> XJT: yes
> XPM: yes
>
> Plug-In Features:
> EXIF support: yes
> GNOME UI: no (disabled)
> GNOME keyring: no (disabled)
>
> Optional Modules:
> ALSA (MIDI Input): no (libasound not found or unusable)
> Linux Input: no (linux input support disabled) (HAL support: no
> (disabled))
> DirectInput (Win32): no
> Color Correction: yes
> Soft Proof: yes
>
> make
> make all-recursive
> Making all in m4macros
> make[2]: Nothing to be done for `all'.
> Making all in tools
> gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/sw/lib/fontconfig2/include
> -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0
> -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0
> -I/sw/lib/glib-2.0/include -I/sw/include/pixman-1 -I/sw/include/freetype2
> -I/sw/include -I/sw/include/libpng12 -I/usr/X11R6/include -I/usr/X11/include
> -I/sw/include -DGIMP_APP_VERSION=\"2.6\" -DLOCALEDIR=\""/sw/share/locale"\"
> -DPREFIX=\""/sw"\" -DEXEC_PREFIX=\""/sw"\" -DBINDIR=\""/sw/bin"\"
> -DSBINDIR=\""/sw/sbin"\" -DLIBEXECDIR=\""/sw/libexec"\"
> -DDATADIR=\""/sw/share"\" -DDATAROOTDIR=\""/sw/share"\"
> -DSYSCONFDIR=\""/sw/etc"\" -DSHAREDSTATEDIR=\""/sw/com"\"
> -DLOCALSTATEDIR=\""/sw/var"\" -DLIBDIR=\""/sw/lib"\"
> -DINFODIR=\""/sw/share/info"\" -DMANDIR=\""/sw/share/man"\"
> -DGIMPPLUGINDIR=\""/sw/lib/gimp/2.0"\" -DGIMPDATADIR=\""/sw/share/gimp/2.0"\"
> -DCC=\""gcc"\" -DGIMPDIR=\"".gimp-2.6"\" -DGIMP_PLUGIN_VERSION=\""2.0"\"
> -I/sw/lib/system-openssl/include -I/sw/lib/fontconfig2/include -I/sw/include
> -DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE
> -DGTK_MULTIHEAD_SAFE -g -O2 -Wall -Wdeclaration-after-statement
> -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith
> -Wold-style-definition -c gimp-remote.c
>
> . . . . . . . . . . . 8< cut on the dotted line 8< . . . . . . . . . . . . .
>
>
> Making all in twain
> gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/sw/include/glib-2.0
> -I/sw/lib/glib-2.0/include -I/sw/include -I/sw/lib/system-openssl/include
> -I/sw/lib/fontconfig2/include -I/sw/include -DGIMP_DISABLE_DEPRECATED
> -DG_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -g -O2
> -Wall -Wdeclaration-after-statement -Wmissing-prototypes
> -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c
> tw_func.c
> tw_func.c:107: warning: no previous prototype for 'FloatToFIX32'
> tw_func.c: In function 'processTwainMessage':
> tw_func.c:739: warning: 'pendingCount' may be used uninitialized in this
> function
> tw_func.c:739: note: 'pendingCount' was declared here
> tw_func.c:700: warning: 'continueTransfers' may be used uninitialized in this
> function
> tw_func.c:700: note: 'continueTransfers' was declared here
> gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/sw/include/glib-2.0
> -I/sw/lib/glib-2.0/include -I/sw/include -I/sw/lib/system-openssl/include
> -I/sw/lib/fontconfig2/include -I/sw/include -DGIMP_DISABLE_DEPRECATED
> -DG_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -g -O2
> -Wall -Wdeclaration-after-statement -Wmissing-prototypes
> -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c
> tw_util.c
> gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/sw/include/glib-2.0
> -I/sw/lib/glib-2.0/include -I/sw/include -I/sw/lib/system-openssl/include
> -I/sw/lib/fontconfig2/include -I/sw/include -DGIMP_DISABLE_DEPRECATED
> -DG_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -g -O2
> -Wall -Wdeclaration-after-statement -Wmissing-prototypes
> -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c
> twain.c
> twain.c:210: warning: no previous prototype for 'scanImage'
> twain.c: In function 'getAppIdentity':
> twain.c:236: warning: pointer targets in passing argument 1 of
> '__builtin___strcpy_chk' differ in signedness
> twain.c:236: warning: pointer targets in passing argument 1 of
> '__inline_strcpy_chk' differ in signedness
> twain.c:240: warning: pointer targets in passing argument 1 of
> '__builtin___strcpy_chk' differ in signedness
> twain.c:240: warning: pointer targets in passing argument 1 of
> '__inline_strcpy_chk' differ in signedness
> twain.c:241: warning: pointer targets in passing argument 1 of
> '__builtin___strcpy_chk' differ in signedness
> twain.c:241: warning: pointer targets in passing argument 1 of
> '__inline_strcpy_chk' differ in signedness
> twain.c:242: warning: pointer targets in passing argument 1 of
> '__builtin___strcpy_chk' differ in signedness
> twain.c:242: warning: pointer targets in passing argument 1 of
> '__inline_strcpy_chk' differ in signedness
> twain.c: At top level:
> twain.c:257: warning: no previous prototype for 'initializeTwain'
> gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/sw/include/glib-2.0
> -I/sw/lib/glib-2.0/include -I/sw/include -I/sw/lib/system-openssl/include
> -I/sw/lib/fontconfig2/include -I/sw/include -DGIMP_DISABLE_DEPRECATED
> -DG_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -g -O2
> -Wall -Wdeclaration-after-statement -Wmissing-prototypes
> -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c
> tw_mac.c
> tw_mac.c: In function 'twainSetupCallback':
> tw_mac.c:106: warning: cast from pointer to integer of different size
> tw_mac.c:106: warning: assignment makes pointer from integer without a cast
> tw_mac.c: At top level:
> tw_mac.c:125: warning: no previous prototype for 'unloadTwainLibrary'
> tw_mac.c:151: warning: no previous prototype for 'twainQuitApplication'
> tw_mac.c: In function 'twainQuitApplication':
> tw_mac.c:151: warning: old-style function definition
> tw_mac.c:152: warning: implicit declaration of function
> 'QuitApplicationEventLoop'
> tw_mac.c: In function 'twainSetupMacUI':
> tw_mac.c:170: warning: old-style function definition
> tw_mac.c:180: warning: ISO C90 forbids mixed declarations and code
> tw_mac.c:187: warning: pointer targets in passing argument 2 of
> 'CFURLCreateFromFileSystemRepresentation' differ in signedness
> tw_mac.c:190: warning: ISO C90 forbids mixed declarations and code
> tw_mac.c:196: warning: implicit declaration of function
> 'BeginQDContextForApplicationDockTile'
> tw_mac.c:196: warning: initialization makes pointer from integer without a
> cast
> tw_mac.c:197: warning: implicit declaration of function
> 'EndQDContextForApplicationDockTile'
> tw_mac.c:199: warning: implicit declaration of function
> 'SetApplicationDockTileImage'
> tw_mac.c: At top level:
> tw_mac.c:204: warning: no previous prototype for 'twainMain'
> tw_mac.c: In function 'twainMain':
> tw_mac.c:204: warning: old-style function definition
> tw_mac.c:225: warning: implicit declaration of function
> 'RunApplicationEventLoop'
> /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall
> -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations
> -Winit-self -Wpointer-arith -Wold-style-definition -framework Carbon
> -framework TWAIN -L/sw/lib/system-openssl/lib -L/sw/lib/fontconfig2/lib
> -L/sw/lib -o twain tw_func.o tw_util.o twain.o tw_mac.o
> ../../libgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la
> ../../libgimpbase/libgimpbase-2.0.la -L/sw/lib -lgobject-2.0 -lgthread-2.0
> -lglib-2.0 -lintl -lintl
> mkdir .libs
> gcc -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes
> -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition
> -framework Carbon -framework TWAIN -o .libs/twain tw_func.o tw_util.o twain.o
> tw_mac.o -L/sw/lib/system-openssl/lib -L/sw/lib/fontconfig2/lib -L/sw/lib
> ../../libgimp/.libs/libgimp-2.0.dylib
> /sw/src/fink.build/gimp2-2.6.6-3/gimp-2.6.6/libgimpconfig/.libs/libgimpconfig-2.0.dylib
>
> /sw/src/fink.build/gimp2-2.6.6-3/gimp-2.6.6/libgimpmath/.libs/libgimpmath-2.0.dylib
>
> /sw/src/fink.build/gimp2-2.6.6-3/gimp-2.6.6/libgimpcolor/.libs/libgimpcolor-2.0.dylib
>
> /sw/src/fink.build/gimp2-2.6.6-3/gimp-2.6.6/libgimpbase/.libs/libgimpbase-2.0.dylib
> ../../libgimpcolor/.libs/libgimpcolor-2.0.dylib -lm
> ../../libgimpbase/.libs/libgimpbase-2.0.dylib /sw/lib/libgobject-2.0.dylib
> /sw/lib/libgthread-2.0.dylib /sw/lib/libglib-2.0.dylib /sw/lib/libintl.dylib
> /sw/lib/libiconv.dylib -lc
> Undefined symbols:
> "_EndQDContextForApplicationDockTile", referenced from:
> _twainMain in tw_mac.o
> "_BeginQDContextForApplicationDockTile", referenced from:
> _twainMain in tw_mac.o
> "_SetApplicationDockTileImage", referenced from:
> _twainMain in tw_mac.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> make[3]: *** [twain] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> ### execution of /var/tmp/tmp.2.Tny91I failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-gimp2-2.6.6-3
> (Reading database ... 63807 files and directories currently installed.)
> Removing fink-buildlock-gimp2-2.6.6-3 ...
> Failed: phase compiling: gimp2-2.6.6-3 failed
>
> Before reporting any errors, please run "fink selfupdate" and
> try again. If you continue to have issues, please check to see if the
> FAQ on fink's website solves the problem. If not, ask on the fink-users
> or fink-beginners mailing lists, with a carbon copy to the maintainer:
>
> Alexander Strange <[email protected]>
>
> Note that this is preferable to emailing the maintainer directly, since
> most fink package maintainers do not have access to all possible
> hardware and software configurations.
>
>
>
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners