Open ktodyruik opened 5 months ago
That seems to be an error from the C compiler that bindgen
is using on Windows. This kind of error usually happens when the C standard headers are not in the expected place, or if your system lacks those files all together.
Question: were you able to compile Janet on Windows before?
I sadly lack a windows machine rn to try this out. When I have the time, I'll make a Windows VM to test this out
Hi,
I just added janetrs to a simple hello Cargo.toml project on Windows and I'm having difficulty building it.
cargo build
fails to build evil-janet. What are the installation steps for building on Windows?Currently I'm getting the following error: