mattwparas / steel

An embedded scheme interpreter in Rust
Apache License 2.0
980 stars 46 forks source link

Running cogs/install.scm error #216

Closed Mawfyy closed 1 month ago

Mawfyy commented 1 month ago

Hello, I like so much steel!! It's my first time to deal with.

I've been trying to run in the root of repo this command: cargo run -- cogs/install.scm

But i get this: image

Thank you for taking the time to review this issue. Your help is greatly appreciated!

mattwparas commented 1 month ago

Thanks for trying out steel - did you follow the instructions found here?

Mawfyy commented 1 month ago

Thank you for taking the time to respond to this issue.

Yes, i did it, without any results.

image

mattwparas commented 1 month ago

Got it, thanks - can you try running install.scm from the cogs directory? I'm attempting to reproduce now, will update when I find something

Mawfyy commented 1 month ago

I did run the command again, and i get this: image

Mawfyy commented 1 month ago

i did re-run the command again, and i got this: image

mattwparas commented 1 month ago

Was this from running cargo run -- install.scm from the cogs directory? Also - can you delete the contents of $STEEL_HOME to get a clean slate?

I was able to reproduce the initial error, so the instructions do need to be updated, however when I ran install.scm from the cogs directory with a clean slate, everything ran successfully.

i.e.

cd cogs
cargo run -- install.scm
Mawfyy commented 1 month ago

I ran and clean the STEEL_HOME folder and works!!

cd cogs
cargo run -- install.scm

Thank you so much