parse error before 'GdkPixbuf' when installing goffice 0.3.8
Hi all, I'm having difficulties installing the latest gnucash (2.2.1) - dying when trying to install goffice. (after cleaning *everything*) The specific error is "parse error before 'GdkPixbuf'" - gdk-pixbuf.h exists in /opt/local/include/gtk-2.0/gdk-pixbuf - but having very little clue about gcc, I have no idea whether it's being included or not. Uninstalling, cleaning and reinstalling gtk2 makes no difference. Here's the full transcript if anyone can help - thanks! $ sudo port -v install goffice ---> Fetching goffice ---> goffice-0.3.8.tar.bz2 doesn't seem to exist in /opt/local/var/ macports/distfiles/goffice ---> Attempting to fetch goffice-0.3.8.tar.bz2 from http:// mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/goffice/0.3/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1638k 100 1638k 0 0 445k 0 0:00:03 0:00:03 --:--:-- 612k ---> Verifying checksum(s) for goffice ---> Checksumming goffice-0.3.8.tar.bz2 ---> Extracting goffice ---> Extracting goffice-0.3.8.tar.bz2 ---> Configuring goffice checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for intltool >= 0.27.2... 0.35.0 found checking for perl... /opt/local/bin/perl checking for XML::Parser... ok checking for iconv... /opt/local/bin/iconv checking for msgfmt... /opt/local/bin/msgfmt checking for msgmerge... /opt/local/bin/msgmerge checking for xgettext... /opt/local/bin/xgettext checking build system type... i386-apple-darwin8.10.1 checking host system type... i386-apple-darwin8.10.1 checking for style of include used by make... GNU 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 dependency style of gcc... gcc3 checking for library containing strerror... none required checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for bison... bison -y checking for flex... flex checking for yywrap in -lfl... yes checking lex output file root... lex.yy checking whether yytext is a pointer... yes checking whether ln -s works... yes 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/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -p checking how to recognise 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 g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 196608 checking command to parse /usr/bin/nm -p output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip 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/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin8.10.1 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/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/usr/bin/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/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin8.10.1 dyld checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for ANSI C header files... (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 for _LARGE_FILES value needed for large files... no checking for pkg-config... /opt/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTK... yes checking for GNOME... yes checking for CAIRO_SVG... yes checking for GOFFICE... yes checking for XRenderFindFormat in -lXrender... no checking pcre.h usability... yes checking pcre.h presence... yes checking for pcre.h... yes checking for pcre_compile2 in -lpcre... yes checking for UTF-8 support in pcre... yes checking for Win32 platform... no checking for Win32 platform with no Cygwin... no checking for glib-genmarshal... glib-genmarshal checking for gdk-pixbuf-csource... gdk-pixbuf-csource checking what warning flags to pass to the C compiler... -Wall - Wmissing-prototypes checking what language compliance flags to pass to the C compiler... checking whether gcc understands -Wsign-compare... yes checking whether gcc understands -Wpointer-arith... yes checking whether gcc understands -Wnested-externs... yes checking whether gcc understands -Wchar-subscripts... yes checking whether gcc understands -Wwrite-strings... yes checking whether gcc understands -Wdeclaration-after-statement... yes checking whether gcc understands -Wmissing-noreturn... yes checking whether gcc understands -Wstrict-prototypes... yes checking whether gcc understands -Wmissing-prototypes... yes checking whether gcc understands -Wmissing-declarations... yes checking whether gcc understands -Wformat... yes checking whether gcc understands -Wmissing-format-attribute... yes checking whether gcc understands -Wno-pointer-sign... yes checking whether fdopen is declared... yes checking whether struct timeval is available... yes checking for gettimeofday... yes checking whether M_PI is available... yes 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... /opt/local/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /opt/local/bin/msgfmt checking for xgettext... /opt/local/bin/xgettext checking for catalogs to be installed... am az bg ca cs da de el en_CA en_GB es et fi fr ga gl he hr hu it ja ko lv ml mr ms nb nl nn pl pt pt_BR ro ru sk sr sr@Latn sv tr uk vi zh_CN zh_TW checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking ieee754.h usability... no checking ieee754.h presence... no checking for ieee754.h... no checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking for random... yes checking for drand48... yes checking for finite... yes checking for memmove... yes checking for mkdtemp... yes checking for uname... yes checking for times... yes checking for sysconf... yes checking for bind_textdomain_codeset... (cached) yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for log... yes checking for cairo_surface_set_fallback_resolution... yes checking for g_chmod... yes checking for g_access... yes checking for gtk_dialog_get_response_for_widget... yes checking for gdk_cairo_set_source_pixbuf... yes checking for log1p... yes checking for expm1... yes checking for asinh... yes checking for acosh... yes checking for atanh... yes checking for long double with more range or precision than double... yes checking for fabsl... yes checking for logl... yes checking for log10l... yes checking for ceill... yes checking for floorl... yes checking for powl... yes checking for isnanl... no checking for isnanl in -lm... no checking for isnanl in -lsunmath... no checking for finitel... no checking for finitel in -lm... no checking for finitel in -lsunmath... no checking for modfl... yes checking for ldexpl... yes checking for frexpl... yes checking for strtold... yes checking if we must prototype strtold ourselves... yes configure: WARNING: Long double support disabled because of library problems configure: creating ./config.status config.status: creating Makefile config.status: creating libgoffice-0.3.pc config.status: creating goffice/Makefile config.status: creating goffice/app/Makefile config.status: creating goffice/utils/Makefile config.status: creating goffice/data/Makefile config.status: creating goffice/gtk/Makefile config.status: creating goffice/graph/Makefile config.status: creating goffice/drawing/Makefile config.status: creating goffice/ms-compat/Makefile config.status: creating goffice/component/Makefile config.status: creating goffice/cut-n-paste/Makefile config.status: creating goffice/cut-n-paste/foocanvas/Makefile config.status: creating plugins/Makefile config.status: creating plugins/plot_barcol/Makefile config.status: creating plugins/plot_pie/Makefile config.status: creating plugins/plot_radar/Makefile config.status: creating plugins/plot_xy/Makefile config.status: creating plugins/plot_surface/Makefile config.status: creating plugins/plot_boxes/Makefile config.status: creating plugins/reg_linear/Makefile config.status: creating plugins/reg_logfit/Makefile config.status: creating plugins/smoothing/Makefile config.status: creating pixmaps/Makefile config.status: creating po/Makefile.in config.status: creating tests/Makefile config.status: creating docs/Makefile config.status: creating docs/reference/Makefile config.status: creating docs/reference/version.xml config.status: creating goffice/goffice-config.h config.status: creating goffice/goffice-features.h config.status: executing intltool commands config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing po/stamp-it commands Configuration: Source code location: . Compiler: gcc Compiler flags: -O2 -DG_DISABLE_DEPRECATED - DPANGO_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED - DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED - DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall - Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs - Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement - Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing- declarations -Wformat -Wmissing-format-attribute -Wno-pointer-sign Long double support: no UI: Gnome ---> Building goffice with target all Making all in goffice creating goffice-paths.h make all-recursive Making all in utils glib-genmarshal --prefix=go_ --header go-marshalers.list >go- marshalers.h make all-am (echo '/* This file has been automatically generated. Do not edit. */' && \ echo '#include <goffice/goffice-config.h>' && \ echo '#include "go-marshalers.h"' && \ glib-genmarshal --prefix=go_ --body go-marshalers.list ) >go- marshalers.c if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H - I. -I. -I../../goffice -I../../goffice -I../.. -I../.. -DXTHREADS - DORBIT2=1 -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/ glib-2.0/include -I/opt/local/include -I/opt/local/include/libgsf-1 - I/opt/local/include/libxml2 -I/opt/local/include/pango-1.0 -I/opt/ local/include/freetype2 -I/opt/local/include/cairo -I/opt/local/ include/libpng12 -I/usr/X11R6/include -I/opt/local/include/libart-2.0 -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/libglade-2.0 -I/opt/local/ include/libgnomeprint-2.2 -I/opt/local/include/gconf/2 -I/opt/local/ include/orbit-2.0 -I/opt/local/include/libgnomeui-2.0 -I/opt/local/ include/libgnome-2.0 -I/opt/local/include/libgnomecanvas-2.0 -I/opt/ local/include/libbonoboui-2.0 -I/opt/local/include/gnome-vfs-2.0 -I/ opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/gnome- keyring-1 -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/ bonobo-activation-2.0 -I/opt/local/include/gnome-vfs-module-2.0 - DGOFFICE_COMPILATION -I/opt/local/include -O2 -DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED - DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED - DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall - Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs - Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement - Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing- declarations -Wformat -Wmissing-format-attribute -Wno-pointer-sign - MT go-marshalers.lo -MD -MP -MF ".deps/go-marshalers.Tpo" -c -o go- marshalers.lo go-marshalers.c; \ then mv -f ".deps/go-marshalers.Tpo" ".deps/go-marshalers.Plo"; else rm -f ".deps/go-marshalers.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../goffice -I../../goffice -I../.. - I../.. -DXTHREADS -DORBIT2=1 -D_REENTRANT -I/opt/local/include/ glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/ opt/local/include/libgsf-1 -I/opt/local/include/libxml2 -I/opt/local/ include/pango-1.0 -I/opt/local/include/freetype2 -I/opt/local/include/ cairo -I/opt/local/include/libpng12 -I/usr/X11R6/include -I/opt/local/ include/libart-2.0 -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/ libglade-2.0 -I/opt/local/include/libgnomeprint-2.2 -I/opt/local/ include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/ libgnomeui-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/ libgnomecanvas-2.0 -I/opt/local/include/libbonoboui-2.0 -I/opt/local/ include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/ local/include/gnome-keyring-1 -I/opt/local/include/libbonobo-2.0 -I/ opt/local/include/bonobo-activation-2.0 -I/opt/local/include/gnome- vfs-module-2.0 -DGOFFICE_COMPILATION -I/opt/local/include -O2 - DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED - DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED - DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED - DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED - DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall - Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs - Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement - Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing- declarations -Wformat -Wmissing-format-attribute -Wno-pointer-sign - MT go-marshalers.lo -MD -MP -MF .deps/go-marshalers.Tpo -c go- marshalers.c -fno-common -DPIC -o .libs/go-marshalers.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H - I. -I. -I../../goffice -I../../goffice -I../.. -I../.. -DXTHREADS - DORBIT2=1 -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/ glib-2.0/include -I/opt/local/include -I/opt/local/include/libgsf-1 - I/opt/local/include/libxml2 -I/opt/local/include/pango-1.0 -I/opt/ local/include/freetype2 -I/opt/local/include/cairo -I/opt/local/ include/libpng12 -I/usr/X11R6/include -I/opt/local/include/libart-2.0 -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/libglade-2.0 -I/opt/local/ include/libgnomeprint-2.2 -I/opt/local/include/gconf/2 -I/opt/local/ include/orbit-2.0 -I/opt/local/include/libgnomeui-2.0 -I/opt/local/ include/libgnome-2.0 -I/opt/local/include/libgnomecanvas-2.0 -I/opt/ local/include/libbonoboui-2.0 -I/opt/local/include/gnome-vfs-2.0 -I/ opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/gnome- keyring-1 -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/ bonobo-activation-2.0 -I/opt/local/include/gnome-vfs-module-2.0 - DGOFFICE_COMPILATION -I/opt/local/include -O2 -DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED - DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED - DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall - Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs - Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement - Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing- declarations -Wformat -Wmissing-format-attribute -Wno-pointer-sign - MT go-color.lo -MD -MP -MF ".deps/go-color.Tpo" -c -o go-color.lo go- color.c; \ then mv -f ".deps/go-color.Tpo" ".deps/go-color.Plo"; else rm -f ".deps/go-color.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../goffice -I../../goffice -I../.. - I../.. -DXTHREADS -DORBIT2=1 -D_REENTRANT -I/opt/local/include/ glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/ opt/local/include/libgsf-1 -I/opt/local/include/libxml2 -I/opt/local/ include/pango-1.0 -I/opt/local/include/freetype2 -I/opt/local/include/ cairo -I/opt/local/include/libpng12 -I/usr/X11R6/include -I/opt/local/ include/libart-2.0 -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/ libglade-2.0 -I/opt/local/include/libgnomeprint-2.2 -I/opt/local/ include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/ libgnomeui-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/ libgnomecanvas-2.0 -I/opt/local/include/libbonoboui-2.0 -I/opt/local/ include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/ local/include/gnome-keyring-1 -I/opt/local/include/libbonobo-2.0 -I/ opt/local/include/bonobo-activation-2.0 -I/opt/local/include/gnome- vfs-module-2.0 -DGOFFICE_COMPILATION -I/opt/local/include -O2 - DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED - DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED - DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED - DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED - DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall - Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs - Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement - Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing- declarations -Wformat -Wmissing-format-attribute -Wno-pointer-sign - MT go-color.lo -MD -MP -MF .deps/go-color.Tpo -c go-color.c -fno- common -DPIC -o .libs/go-color.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H - I. -I. -I../../goffice -I../../goffice -I../.. -I../.. -DXTHREADS - DORBIT2=1 -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/ glib-2.0/include -I/opt/local/include -I/opt/local/include/libgsf-1 - I/opt/local/include/libxml2 -I/opt/local/include/pango-1.0 -I/opt/ local/include/freetype2 -I/opt/local/include/cairo -I/opt/local/ include/libpng12 -I/usr/X11R6/include -I/opt/local/include/libart-2.0 -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/libglade-2.0 -I/opt/local/ include/libgnomeprint-2.2 -I/opt/local/include/gconf/2 -I/opt/local/ include/orbit-2.0 -I/opt/local/include/libgnomeui-2.0 -I/opt/local/ include/libgnome-2.0 -I/opt/local/include/libgnomecanvas-2.0 -I/opt/ local/include/libbonoboui-2.0 -I/opt/local/include/gnome-vfs-2.0 -I/ opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/gnome- keyring-1 -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/ bonobo-activation-2.0 -I/opt/local/include/gnome-vfs-module-2.0 - DGOFFICE_COMPILATION -I/opt/local/include -O2 -DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED - DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED - DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall - Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs - Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement - Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing- declarations -Wformat -Wmissing-format-attribute -Wno-pointer-sign - MT go-file.lo -MD -MP -MF ".deps/go-file.Tpo" -c -o go-file.lo go- file.c; \ then mv -f ".deps/go-file.Tpo" ".deps/go-file.Plo"; else rm -f ".deps/ go-file.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../goffice -I../../goffice -I../.. - I../.. -DXTHREADS -DORBIT2=1 -D_REENTRANT -I/opt/local/include/ glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/ opt/local/include/libgsf-1 -I/opt/local/include/libxml2 -I/opt/local/ include/pango-1.0 -I/opt/local/include/freetype2 -I/opt/local/include/ cairo -I/opt/local/include/libpng12 -I/usr/X11R6/include -I/opt/local/ include/libart-2.0 -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/ libglade-2.0 -I/opt/local/include/libgnomeprint-2.2 -I/opt/local/ include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/ libgnomeui-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/ libgnomecanvas-2.0 -I/opt/local/include/libbonoboui-2.0 -I/opt/local/ include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/ local/include/gnome-keyring-1 -I/opt/local/include/libbonobo-2.0 -I/ opt/local/include/bonobo-activation-2.0 -I/opt/local/include/gnome- vfs-module-2.0 -DGOFFICE_COMPILATION -I/opt/local/include -O2 - DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED - DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED - DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED - DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED - DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall - Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs - Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement - Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing- declarations -Wformat -Wmissing-format-attribute -Wno-pointer-sign - MT go-file.lo -MD -MP -MF .deps/go-file.Tpo -c go-file.c -fno-common -DPIC -o .libs/go-file.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H - I. -I. -I../../goffice -I../../goffice -I../.. -I../.. -DXTHREADS - DORBIT2=1 -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/ glib-2.0/include -I/opt/local/include -I/opt/local/include/libgsf-1 - I/opt/local/include/libxml2 -I/opt/local/include/pango-1.0 -I/opt/ local/include/freetype2 -I/opt/local/include/cairo -I/opt/local/ include/libpng12 -I/usr/X11R6/include -I/opt/local/include/libart-2.0 -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/libglade-2.0 -I/opt/local/ include/libgnomeprint-2.2 -I/opt/local/include/gconf/2 -I/opt/local/ include/orbit-2.0 -I/opt/local/include/libgnomeui-2.0 -I/opt/local/ include/libgnome-2.0 -I/opt/local/include/libgnomecanvas-2.0 -I/opt/ local/include/libbonoboui-2.0 -I/opt/local/include/gnome-vfs-2.0 -I/ opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/gnome- keyring-1 -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/ bonobo-activation-2.0 -I/opt/local/include/gnome-vfs-module-2.0 - DGOFFICE_COMPILATION -I/opt/local/include -O2 -DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED - DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED - DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall - Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs - Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement - Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing- declarations -Wformat -Wmissing-format-attribute -Wno-pointer-sign - MT go-font.lo -MD -MP -MF ".deps/go-font.Tpo" -c -o go-font.lo go- font.c; \ then mv -f ".deps/go-font.Tpo" ".deps/go-font.Plo"; else rm -f ".deps/ go-font.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../goffice -I../../goffice -I../.. - I../.. -DXTHREADS -DORBIT2=1 -D_REENTRANT -I/opt/local/include/ glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/ opt/local/include/libgsf-1 -I/opt/local/include/libxml2 -I/opt/local/ include/pango-1.0 -I/opt/local/include/freetype2 -I/opt/local/include/ cairo -I/opt/local/include/libpng12 -I/usr/X11R6/include -I/opt/local/ include/libart-2.0 -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/ libglade-2.0 -I/opt/local/include/libgnomeprint-2.2 -I/opt/local/ include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/ libgnomeui-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/ libgnomecanvas-2.0 -I/opt/local/include/libbonoboui-2.0 -I/opt/local/ include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/ local/include/gnome-keyring-1 -I/opt/local/include/libbonobo-2.0 -I/ opt/local/include/bonobo-activation-2.0 -I/opt/local/include/gnome- vfs-module-2.0 -DGOFFICE_COMPILATION -I/opt/local/include -O2 - DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED - DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED - DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED - DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED - DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall - Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs - Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement - Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing- declarations -Wformat -Wmissing-format-attribute -Wno-pointer-sign - MT go-font.lo -MD -MP -MF .deps/go-font.Tpo -c go-font.c -fno-common -DPIC -o .libs/go-font.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H - I. -I. -I../../goffice -I../../goffice -I../.. -I../.. -DXTHREADS - DORBIT2=1 -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/ glib-2.0/include -I/opt/local/include -I/opt/local/include/libgsf-1 - I/opt/local/include/libxml2 -I/opt/local/include/pango-1.0 -I/opt/ local/include/freetype2 -I/opt/local/include/cairo -I/opt/local/ include/libpng12 -I/usr/X11R6/include -I/opt/local/include/libart-2.0 -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/libglade-2.0 -I/opt/local/ include/libgnomeprint-2.2 -I/opt/local/include/gconf/2 -I/opt/local/ include/orbit-2.0 -I/opt/local/include/libgnomeui-2.0 -I/opt/local/ include/libgnome-2.0 -I/opt/local/include/libgnomecanvas-2.0 -I/opt/ local/include/libbonoboui-2.0 -I/opt/local/include/gnome-vfs-2.0 -I/ opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/gnome- keyring-1 -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/ bonobo-activation-2.0 -I/opt/local/include/gnome-vfs-module-2.0 - DGOFFICE_COMPILATION -I/opt/local/include -O2 -DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED - DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED - DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall - Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs - Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement - Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing- declarations -Wformat -Wmissing-format-attribute -Wno-pointer-sign - MT go-gradient.lo -MD -MP -MF ".deps/go-gradient.Tpo" -c -o go- gradient.lo go-gradient.c; \ then mv -f ".deps/go-gradient.Tpo" ".deps/go-gradient.Plo"; else rm - f ".deps/go-gradient.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../goffice -I../../goffice -I../.. - I../.. -DXTHREADS -DORBIT2=1 -D_REENTRANT -I/opt/local/include/ glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/ opt/local/include/libgsf-1 -I/opt/local/include/libxml2 -I/opt/local/ include/pango-1.0 -I/opt/local/include/freetype2 -I/opt/local/include/ cairo -I/opt/local/include/libpng12 -I/usr/X11R6/include -I/opt/local/ include/libart-2.0 -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/ libglade-2.0 -I/opt/local/include/libgnomeprint-2.2 -I/opt/local/ include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/ libgnomeui-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/ libgnomecanvas-2.0 -I/opt/local/include/libbonoboui-2.0 -I/opt/local/ include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/ local/include/gnome-keyring-1 -I/opt/local/include/libbonobo-2.0 -I/ opt/local/include/bonobo-activation-2.0 -I/opt/local/include/gnome- vfs-module-2.0 -DGOFFICE_COMPILATION -I/opt/local/include -O2 - DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED - DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED - DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED - DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED - DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall - Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs - Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement - Wmissing-noreturn -Wstrict-prototypes -Wmissing-prototypes -Wmissing- declarations -Wformat -Wmissing-format-attribute -Wno-pointer-sign - MT go-gradient.lo -MD -MP -MF .deps/go-gradient.Tpo -c go-gradient.c -fno-common -DPIC -o .libs/go-gradient.o In file included from go-gradient.c:27: ../../goffice/gtk/go-combo-pixmaps.h:41: error: parse error before 'GdkPixbuf' ../../goffice/gtk/go-combo-pixmaps.h:42: warning: function declaration isn't a prototype ../../goffice/gtk/go-combo-pixmaps.h:46: error: parse error before '*' token ../../goffice/gtk/go-combo-pixmaps.h:46: warning: type defaults to 'int' in declaration of 'go_combo_pixmaps_get_preview' ../../goffice/gtk/go-combo-pixmaps.h:46: warning: data definition has no type or storage class ../../goffice/gtk/go-combo-pixmaps.h:50: error: parse error before 'GdkPixbuf' ../../goffice/gtk/go-combo-pixmaps.h:50: warning: function declaration isn't a prototype make[4]: *** [go-gradient.lo] Error 1 make[3]: *** [all] Error 2 make[2]: *** [all-recursive] Error 1 make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1 Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_g office/work/goffice-0.3.8" && make all " returned error 2 Command output: glib-genmarshal --prefix=go_ --body go- marshalers.list ) >go-marshalers.c <snip - to keep message under 40k> Warning: the following items did not execute (for goffice): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing.
participants (1)
-
Michael Hart