anton-rs/op-up

bug: cargo run

solidoracle opened this issue · 4 comments

cloned the op-up repo and when I run cargo run I get the error:
failed to run custom build command for jemalloc-sys v0.5.4+5.3.0-patched

Hi @solidoracle what OS are you on? Windows with WSL?

  1. make sure you have jemalloc: brew install jemalloc
  2. if that isn't enough, try running without the jemalloc feature: cargo run --no-default-features

found issue: was running the project located in a directory with spaces in the path