MyHush / hush3

Hush: Speak And Transact Freely
https://myhush.org
Other
15 stars 13 forks source link

Runtime linker exception on OS X #75

Closed leto closed 4 years ago

leto commented 4 years ago

From a partial compile on master commit 4c39efccce744b6001773ed3c53e8ee987293a3b

$ ./src/hushd -zindex -zdebug -reindex
Found binary: ./komodod
dyld: Symbol not found: ___isOSVersionAtLeast
  Referenced from: /Users/xxx/git/hush3/src/./komodod
  Expected in: flat namespace
 in /Users/xxx/git/hush3/src/./komodod
./src/hushd: line 75: 20983 Abort trap: 6           (core dumped)
leto commented 4 years ago

Pretty sure this was undefined behavior from a previous failed build and git pull, closing for now