json2cpp
json2cpp copied to clipboard
Snapshot doesn't run
- Download https://github.com/lefticus/json2cpp/releases/download/snapshot-fc69acfd190ff0aa23689fae339ed89db4c3ed75/json2cpp-0.0.1-fc69acfd-Windows-Release-MSVC-19.34.31944.0.zip
- Extract
- Start json2cpp.exe
- Get
misses clang_rt.asan_dynamic-x86_64.dll (on the MSVC build even).
Funnily enough, the Clang build has no such dependency on that file and runs without problems (https://github.com/lefticus/json2cpp/releases/download/snapshot-fc69acfd190ff0aa23689fae339ed89db4c3ed75/json2cpp-0.0.1-fc69acfd-Windows-Release-Clang-15.0.2.tar.bz2)
Same here. I get an error on the same exact snapshot, but on MacOS :
dyld[50669]: Library not loaded: /usr/local/opt/gcc@11/lib/gcc/11/libasan.6.dylib
Referenced from: <D055DC41-468B-3AD5-84E5-9B111A0A03BB> /Users/jessbauer/Development/STN_TFT_Adapter/cstn-lcd-controller/CSTNController/cstn_controller/json2cpp/bin/json2cpp
Reason: tried: '/usr/local/opt/gcc@11/lib/gcc/11/libasan.6.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/gcc@11/lib/gcc/11/libasan.6.dylib' (no such file), '/usr/local/opt/gcc@11/lib/gcc/11/libasan.6.dylib' (no such file), '/usr/local/lib/libasan.6.dylib' (no such file), '/usr/lib/libasan.6.dylib' (no such file, not in dyld cache)
That's an error - I shouldn't be shipping binaries with ASAN enabled