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

MacPorts noreply at macports.org
Tue Oct 29 07:03:09 PDT 2013


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

Comment (by cooperz@…):

 It's most likely related to the runtime C++ runtime that it's linked
 against (they've changed the default one). I've encountered a similar
 problem for a different project under 10.9.
 Not sure what ImageMagick is using for a build system, but if it's using
 cmake, try adding this somewhere:

 SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libstdc++")

 (otherwise, modify and try as appropriate). good luck.

 I was not actually trying to get ImageMagick running myself... I was
 simply browsing the error list for mavericks .. so I thought to help :)

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


More information about the macports-tickets mailing list