Changes between Initial Version and Version 1 of Ticket #41588


Ignore:
Timestamp:
Nov 29, 2013, 4:38:57 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You cannot mix C++ software compiled with libstdc++ (i.e. anything compiled with FSF GCC, i.e. your foo.cc) with C++ software compiled with libc++ (i.e. boost and most other ports compiled using clang, llvm-gcc, or Apple GCC on Mavericks or later). Compile your foo.cc with clang instead of FSF GCC.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41588

    • Property Status changed from new to closed
    • Property Cc ryandesign@… added
    • Property Resolution changed from to invalid
  • Ticket #41588 – Description

    initial v1  
    11Hi,
    22
    3 First of all, this seems to be strongly related to this ticket: http://trac.macports.org/ticket/38984.
     3First of all, this seems to be strongly related to this ticket: #38984.
    44
    55On Mavericks (with a fresh install of MacPorts, not a plain upgrade), I have the following behavior which turns out to be very alike the one I had reported in the aforementioned ticket, except that this time GCC is broken, but Clang is not: