#14937: Still problems building inkscape on OS X 10.4.11 Intel ---------------------------------------------+------------------------------ Reporter: Martin.Buchmann@googlemail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------------------+------------------------------ Comment (by neric27@wanadoo.fr): Hi,[[BR]] the problem is that Object.h from python25 is included instead of Object.h of libpoppler.[[BR]] It's caused by the order of the -I directives. The way I tried is to point to the full path of the Object.h [[BR]][[BR]] For a quick fix, edit the file pdf-parser.h[[BR]] {{{ sudo vi /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_inkscape/work/inkscape-0.46 src/extension/internal/pdfinput/pdf-parser.h }}} line 30 {{{ #include "/opt/local/include/poppler/Object.h" }}} instead of {{{ #include "Object.h" }}} [[BR]] Then, retry to update {{{ sudo port upgrade inkscape }}} Cheers, -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14937#comment:1> MacPorts </projects/macports> Ports system for Mac OS