gokr / spry

A Smalltalk and Rebol inspired language implemented as an AST interpreter in Nim
Other
389 stars 23 forks source link

Mac Catalina install required `brew install rocksdb` to start spry #16

Closed psilotorp closed 4 years ago

psilotorp commented 4 years ago
$ sw_vers
ProductName:    Mac OS X
ProductVersion: 10.15.4
BuildVersion:   19E287

$ nim --version
Nim Compiler Version 1.2.0 [MacOSX: amd64]
Compiled at 2020-05-06
Copyright (c) 2006-2020 by Andreas Rumpf
active boot switches: -d:release

$ spry --version
Spry 0.8.0

$ spry -e "echo (3 + 4)"
could not load: librocksdb(|_lite).dylib
compile with -d:nimDebugDlOpen for more information

$ brew install rocksdb
[...]
==> Pouring rocksdb-6.7.3.catalina.bottle.tar.gz
🍺  /usr/local/Cellar/rocksdb/6.7.3: 106 files, 65.2MB

$ spry -e "echo (3 + 4)"
7

I'm not sure if this is the proper venue for this but I assumed it was better than nothing. Spry looks very cool!

kamidev commented 4 years ago

I am also on Catalina and can verify the problem and the suggested fix.

gokr commented 4 years ago

Whoa! Hi Jonas! Join on Discord man! :)

gokr commented 4 years ago

Fixed README