Changes between Version 1 and Version 2 of Ticket #55382, comment 5


Ignore:
Timestamp:
Nov 22, 2017, 6:16:39 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55382, comment 5

    v1 v2  
     1looks like that might be it:
     2{{{
     3Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.10.0" && ./configure --prefix=/opt/local --docdir=share/doc/cmake --parallel=4 --init=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.10.0/macports.cmake --system-libs --no-system-jsoncpp --no-system-librhash --no-qt-gui
     4---------------------------------------------
     5CMake 3.10.0, Copyright 2000-2017 Kitware, Inc. and Contributors
     6C compiler on this system is: /opt/local/bin/clang-mp-3.7 -pipe -Os -arch x86_64
     7C++ compiler on this system is: /opt/local/bin/clang++-mp-3.7 -pipe -Os -stdlib=libc++ -arch x86_64 -std=gnu++1z
     8Makefile processor on this system is: make
     9/opt/local/bin/clang++-mp-3.7 has setenv
     10}}}
     11
     12that's a bit ugly. OK for 10.7+ (just force libc++) but for 10.6, not so simple (LibcxxOnOlderSystems).