[MacPorts] #50945: Inkscape fail compiling OSX 10.11.4

MacPorts noreply at macports.org
Wed Mar 23 09:42:29 PDT 2016


#50945: Inkscape fail compiling OSX 10.11.4
----------------------------------+----------------------
  Reporter:  daniele.tartarini@…  |      Owner:  devans@…
      Type:  defect               |     Status:  assigned
  Priority:  Normal               |  Milestone:
 Component:  ports                |    Version:  2.3.4
Resolution:                       |   Keywords:
      Port:  inkscape             |
----------------------------------+----------------------

Comment (by devans@…):

 It looks like your compiler is configured incorrectly, that is, something
 is overriding the ports default compiler settings.  Your build uses
 /usr/bin/c++ but should be using /usr/bin/clang++ and the expected flags
 -std=c++11 -stdlib=libc++ appear to be missing.

 I can't tell how this is happening because your log is not from a clean
 build and does not show what happened during configure.  Have you made any
 customizations of the port or the configure/build environment variables
 that might be causing this problem?

 Please execute the following commands and attach the resulting log which
 should show the configuration phase as well as the build phase up to and
 including the build failure.


 {{{
 sudo port clean inkscape
 sudo port install inkscape
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/50945#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list