Changes between Initial Version and Version 1 of Ticket #49299, comment 4


Ignore:
Timestamp:
Oct 16, 2015, 2:40:34 PM (9 years ago)
Author:
michaelld (Michael Dickens)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49299, comment 4

    initial v1  
    66(or "macports-gcc-4.8" for that version).
    77
    8 If I recall, the default build on OS X 10.8 is to use libstdc++, which (for better or worse) when using clang as the compiler also uses Apple's installed gcc 4.2 C++ stuff. Which is not really c++0x compliant. Moving to using a reasonably modern GCC should do the trick here, I think. Should not really matter if qt4-mac was build using c++11 or not.
     8If I recall, the default build on OS X 10.8 is to use libstdc++, which (for better or worse) when using clang as the compiler also uses Apple's installed gcc 4.2 C++ stuff. Which is not really c++0x compliant. Moving to using a reasonably modern GCC should do the trick here, I think. Should not really matter if qt4-mac was built using c++11 (+cxx11) or not.