darling icon indicating copy to clipboard operation
darling copied to clipboard

Libc++ is missing std::filesystem symbols

Open sinetek opened this issue 1 year ago • 1 comments

I am trying to run my application on darling.

dyld: dyld cache load error: shared cache file open() failed
dyld: Symbol not found: __ZNKSt3__14__fs10filesystem18directory_iterator13__dereferenceEv
  Referenced from: /Volumes/SystemRoot/home/phil/navcoin-mnemonic/src/test/test_navcoin
  Expected in: /usr/lib/libc++.1.dylib
 in /Volumes/SystemRoot/home/phil/navcoin-mnemonic/src/test/test_navcoin
abort_with_payload: reason: dyld cache load error: shared cache file open() failed
Symbol not found: __ZNKSt3__14__fs10filesystem18directory_iterator13__dereferenceEv
  Referenced from: /Volumes/SystemRoot/home/phil/navcoin-mnemonic/src/test/test_navcoin
  Expected in: /usr/lib/libc++.1.dylib
 in /Volumes/SystemRoot/home/phil/navcoin-mnemonic/src/test/test_navcoin; code: 4
Abort trap: 6 (core dumped)

What is missing, how could I help to add it in?

sinetek avatar Sep 15 '22 14:09 sinetek