Dawn-Equipment-Company / multican

Rust crate providing connections to multiple CAN busses
MIT License
6 stars 1 forks source link

Can't build on Windows #2

Open thebeekeeper opened 4 years ago

thebeekeeper commented 4 years ago

Looks like the pcan-basic-sys crate is using an old version of bindgen that doesn't work with the current rust compiler.

thebeekeeper commented 4 years ago

to fix this:

See this pull request for updating pcan-basic-sys: https://github.com/cwoodall/pcan-basic-sys/pull/5