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
The instructions in the README seem to fail on Mac OS. All of the make invocations in the readme, as well as invocations of cargo install fail with
$ make install-sclc
cargo install --path etc/sclc
error: failed to parse manifest at `/Users/ammkrn/rust/scallop/etc/sclc/Cargo.toml`
Caused by:
found duplicate binary name sclc, but all binary targets must have a unique name
make: *** [install-sclc] Error 101
Info:
rustc 1.68.0-nightly (333ee6c46 2023-01-18)
Big Sur 11.7.1
GNU Make 3.81
The text was updated successfully, but these errors were encountered:
The instructions in the README seem to fail on Mac OS. All of the make invocations in the readme, as well as invocations of
cargo install
fail withInfo:
rustc 1.68.0-nightly (333ee6c46 2023-01-18)
Big Sur 11.7.1
GNU Make 3.81
The text was updated successfully, but these errors were encountered: