Changes between Initial Version and Version 1 of Ticket #56878


Ignore:
Timestamp:
Jul 28, 2018, 6:17:57 AM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56878 – Description

    initial v1  
    1212didn't fix it either.
    1313
    14 qt4 is a bit picky/tricky about these things. I may need to edit the build file directly and add `-std=c++11` to the QMAKE OJCXX flags, unless there is an easier way.
     14qt4 is a bit picky/tricky about these things. I may need to edit the build file directly and add `-std=c++11` to the QMAKE OBJCXX flags, unless there is an easier way.
    1515
    1616It seems (in the log) that this build specifically disables `c++11` earlier in the build configuration due to `libstdc++` (I guess it doesn't see `libc++`, and/or doesn't know what `macports-libstdc++` might be).