Changes between Version 2 and Version 3 of Ticket #60739


Ignore:
Timestamp:
Jun 30, 2020, 12:38:41 AM (4 years ago)
Author:
kencu (Ken)
Comment:

On another note, I have set up a binaries server with many many GB of prebuilt binaries for MacOSX 10.4 Intel, 10.4 PPC, and 10.5 PPC. If you email me at kencu@…, I will send you the information regarding how to access it.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60739 – Description

    v2 v3  
    22
    33Here is the error:
    4 {{{
     4
    55:info:configure Error when bootstrapping CMake:
    66:info:configure Cannot find a C++ compiler that supports both C++11 and the specified C++ flags.
     
    99:info:configure They can be changed using the environment variable CXXFLAGS.
    1010:info:configure See cmake_bootstrap.log for compilers attempted.
    11 }}}
    1211
    1312I'm thinking a good fix to this issue is to scan the /opt/local/bin/ folder for compilers that should work. I do have gcc-7 install. For some reason it picked /opt/local/bin/clang++-mp-3.4 instead.