Changes between Initial Version and Version 4 of Ticket #48780


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

Yup, that's what happens when you set DYLD_LIBRARY_PATH, which is why you should probably not set DYLD_LIBRARY_PATH.

Has duplicate #48779.

P.S: Please use WikiFormatting when writing in Trac in the future, and preview before submitting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48780

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #48780 – Description

    initial v4  
    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
     3{{{
    34# cmake .
    45
     
    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)
    12 
    13 
    14 
     15}}}