#17121: gnucash fails to build ------------------------------------+--------------------------------------- Reporter: gemmett@bellsouth.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: gnucash build Port: gnucash | ------------------------------------+--------------------------------------- Comment(by blb@macports.org): From the debug output: {{{ sudo port -d install gnucash Password: DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/gnucash DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/gnucash DEBUG: Requested variant darwin is not provided by port gnucash. DEBUG: Requested variant i386 is not provided by port gnucash. DEBUG: Requested variant macosx is not provided by port gnucash. ... libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"gnc.core-utils\" -I/opt/local/include -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -DORBIT2=1 -D_REENTRANT -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -DXTHREADS -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/usr/X11R6/include -Wdeclaration-after-statement -Wno-pointer-sign -D_FORTIFY_SOURCE=2 -O2 -Wall -Wunused -Wmissing-prototypes -Wmissing- declarations -Wno-unused -c swig-core-utils.c -fno-common -DPIC -o .libs /swig-core-utils.o In file included from swig-core-utils.c:696: /opt/local/include/libguile16.h:50:28: error: libguile/__scm.h: No such file or directory /opt/local/include/libguile16.h:54:28: error: libguile/print.h: No such file or directory ... many more libguile headers not found... }}} Looking into the guile16 port, libguile16.h should be trying to access those header files in libguile16, not libguile. What version of guile16 do you have installed? {{{port installed guile16}}} will tell you. -- Ticket URL: <http://trac.macports.org/ticket/17121#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS