You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking to contribute to the gem, but it blows up after cloning when trying to get up and running... A bit of docs on dev setup or what might be missing to build from scratch would be helpful.
bundle exec rake
Copy singleheader files to ext/simdjson...
rake aborted!
Errno::ENOENT: No such file or directory @ rb_sysopen - /Users/danmayer/projects/simdjson_ruby/vendor/simdjson/singleheader/simdjson.h
/Users/danmayer/projects/simdjson_ruby/Rakefile:22:in `block in <top (required)>'
/Users/danmayer/.rvm/gems/ruby-2.6.2/gems/rake-13.0.1/exe/rake:27:in `<top (required)>'
/Users/danmayer/.rvm/gems/ruby-2.6.2/bin/ruby_executable_hooks:24:in `eval'
/Users/danmayer/.rvm/gems/ruby-2.6.2/bin/ruby_executable_hooks:24:in `<main>'
Tasks: TOP => default => compile => before_compile
(See full trace by running task with --trace)
The text was updated successfully, but these errors were encountered:
I was looking to contribute to the gem, but it blows up after cloning when trying to get up and running... A bit of docs on dev setup or what might be missing to build from scratch would be helpful.
The text was updated successfully, but these errors were encountered: