scallop-lang / scallop

Framework and Language for Neurosymbolic Programming. Join Our Discord: https://discord.gg/RavzdND229
https://www.scallop-lang.org
MIT License
182 stars 9 forks source link

Build instructions failing #3

Open ammkrn opened 1 year ago

ammkrn commented 1 year ago

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

cwarden commented 1 year ago

fwiw, I was able to get scli and sclrepl to build by commenting out etc/sclc and etc/scallopy in Cargo.toml.