On Wednesday, 9 October 2019 at 15:42:42 UTC, David Briant wrote:
On Wednesday, 9 October 2019 at 10:33:21 UTC, David Briant
wrote:
[...]
If I uninstall clang using conda I now get:
(base) Davids-MacBook:fred david$ dub
Performing "debug" build using /Library/D/dmd/bin/dmd for
x86_64.
fred ~master: building configuration "application"...
Linking...
x86_64-apple-darwin13.4.0-clang: No such file or directory
core.thread.ThreadError@src/core/thread.d(3093): Unable to load
thread state
----------------
Error: linker exited with status 255
/Library/D/dmd/bin/dmd failed with exit code 1.
It seems like dub has somehow gotten entwined with the anaconda
compiler - any ideas how to fix?
FYI Solution was to use anaconda-clean to remove anaconda
completely, then uninstall dmd using homebrew then reinstall the
beta version.