[MacPorts] #14937: Still problems building inkscape on OS X 10.4.11 Intel

MacPorts trac at macosforge.org
Sat Apr 12 10:27:58 PDT 2008


#14937: Still problems building inkscape on OS X 10.4.11 Intel
---------------------------------------------+------------------------------
  Reporter:  Martin.Buchmann at googlemail.com  |       Owner:  macports-tickets at lists.macosforge.org
      Type:  defect                          |      Status:  new                                  
  Priority:  Normal                          |   Milestone:  Port Bugs                            
 Component:  ports                           |     Version:  1.6.0                                
Resolution:                                  |    Keywords:                                       
---------------------------------------------+------------------------------
Comment (by neric27 at 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


More information about the macports-tickets mailing list