Changes between Version 1 and Version 2 of Ticket #70404, comment 8


Ignore:
Timestamp:
Jul 19, 2024, 9:36:34 PM (2 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70404, comment 8

    v1 v2  
    11This project: https://github.com/grame-cncm/faust
    22
    3 1) install llvm-18
    4 
    5 2) make developer
    6 
    7 3) link step of the "faust" binary : https://gist.github.com/sletz/57615fcaf886b972449e8bf28cb2e362
    8 
    9 4) runtime error when doing : build/bin/faust
    10 
     31. install llvm-18
     42. make developer
     53. link step of the "faust" binary : https://gist.github.com/sletz/57615fcaf886b972449e8bf28cb2e362
     64. runtime error when doing : build/bin/faust
     7{{{
    118build/bin/faust
    129dyld[74799]: Library not loaded: '@rpath/libLLVM.dylib'
    1310  Referenced from: '/Users/letz/Developpements/faust/build/bin/faust'
    1411  Reason: tried: '/Users/letz/Qt6/6.2.0/macos/lib/libLLVM.dylib' (no such file), '/usr/local/cuda/lib/libLLVM.dylib' (no such file), '/libLLVM.dylib' (no such file), '/opt/local/lib/libLLVM.dylib' (no such file), '/opt/local/lib/libLLVM.dylib' (no such file), '/usr/local/lib/libLLVM.dylib' (no such file), '/usr/lib/libLLVM.dylib' (no such file)
    15 
    16 5) otool -L build/bin/faust
     12}}}
     135. otool -L build/bin/faust
     14{{{
    1715build/bin/faust:
    1816        @rpath/libLLVM.dylib (compatibility version 1.0.0, current version 18.1.8)
    1917        /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 1300.36.0)
    2018        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1319.0.0)
     19}}}