Changes between Initial Version and Version 1 of Ticket #48779


Ignore:
Timestamp:
Sep 7, 2015, 5:32:02 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Duplicate of #48780.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48779

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
  • Ticket #48779 – Description

    initial v1  
    1 cmake 3.3.1requires libcurl that isn't available in macports (at least at this moment)
     1cmake 3.3.1 requires libcurl that isn't available in macports (at least at this moment)
    22
    33# cmake .
    44
     5{{{
    56dyld: Library not loaded: /opt/local/lib/libcurl.4.dylib
    67  Referenced from: /opt/local/bin/cmake
    78  Reason: Incompatible library version: cmake requires version 9.0.0 or later, but libcurl.4.dylib provides version 8.0.0
    89make: *** [cmake_check_build_system] Trace/BPT trap: 5
     10}}}
    911
    1012Reverting to cmake 3.3.1 works fine.
     13{{{
    1114cmake @3.3.1_0 (active)
     15}}}
    1216
    1317
    14