Closed ericdolphf closed 3 years ago
Thanks for the report. I'll try resolving the problem when I get my hand on a MacOS machine.
I pushed a fix in https://github.com/wwylele/mhrice/commit/76c384de393a0a820c96c20d02f498b1a0bce61a . Could you verify that it works?
Thanks! It works perfect! Except that instead of mhrice
I would need to find the path of the executable: ./target/debug/mhrice
-- definitely not a big deal though.
As a tip, you can also do cargo run [--release] -- [arguments...]
I tried to build the program on MacOS, by first installing rust using
brew install rust
, then checking version withcargo --version
and an output of "cargo 1.53.0", then navigating to the root directory of this project, "mhrice-main", and finally build usingcargo build
. However, I encountered an error, claiming "could not find `unix` in `platform`". The completestderr
message is this log.txt, in which the error message is as follows: