Open aleftik-lw opened 11 months ago
Thank you for reporting. I take it that this an x86 Mac?
Hatrack is a new library add laying the groundwork for a some multi-threaded stuff we'll be doing (it's a lock-free hash table I wrote a few years ago), and we haven't added a cached version for x86, but should be there for Arm.
I should be able to get get a cached version built for that platform, hopefully tonight (I've got an x86 mac at home).
If you don't want to wait, this should build on your mac: https://github.com/viega/hatrack.git
You'd need to brew install autoconf automake
Then in the directory, run:
autoreconf -i
./automake.sh
./configure
make libhatrack.a
mv libhatrack.a ~/.local/c0/libs/
At this point, nimble build
should work again within chalk.