Hi,
Having sorted my OpenDylan/MacOS issue I thought I'd try my luck with a copy of the master.
With the Xcode 10 command line tools and a git clone of the master I got a shed load of error after a short while. However it did not look like a normal Dylan code error, it had resulted from part of the llvm chain.
Now I've been lurking on the IRC channel and remembered a post about a requirement for clang/llvm v7 - So I downloaded a copy and stuck it away on its own, re-downloaded a clone of the git and did a configure with CC=clang-7. The make seemed to take most of my 2hr lunch but it did finally complete!!!!
So I actually have a query - do I actually need to specify clang-7 for subsequent uses of dylan-compiler?
I understand that I will when the llvm back-end is live but now?
Thanks
Gareth
PS - I do plan some time soon to sit down and learn a bit of Regex to try and sort the minor problem with the Dylan plugin for vs-code :-)