[MacPorts] #40993: ImageMagick stopped working in OS X 10.9 Mavericks

MacPorts noreply at macports.org
Tue Oct 29 10:09:44 PDT 2013


#40993: ImageMagick stopped working in OS X 10.9 Mavericks
--------------------------------+--------------------------
  Reporter:  Maurizio.Loreti@…  |      Owner:  ryandesign@…
      Type:  defect             |     Status:  closed
  Priority:  Normal             |  Milestone:
 Component:  ports              |    Version:  2.2.0
Resolution:  invalid            |   Keywords:  mavericks
      Port:  ImageMagick        |
--------------------------------+--------------------------
Changes (by ryandesign@…):

 * status:  new => closed
 * cc: Maurizio.Loreti@… (removed)
 * resolution:   => invalid


Comment:

 Yes. ImageMagick and most ports are built with the system default
 compiler, which is clang on recent versions of Xcode. This uses the system
 default C++ library, which on Mavericks is libc++. You cannot mix this
 with software compiled using libstdc++, which is what gcc48 uses. The
 solution is to use clang for your own code also, not gcc48. clang supports
 C++11 just fine.

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


More information about the macports-tickets mailing list