yutannihilation / savvy

A simple R extension interface using Rust
https://yutannihilation.github.io/savvy/guide/
MIT License
63 stars 3 forks source link

error: could not find native static library `unwind_protect`, perhaps an -L flag is missing? #266

Closed daniellga closed 2 months ago

daniellga commented 2 months ago

Hi! I updated savvy and I am now getting this error. Do you happen to know what's the issue here?

image

Cargo check works fine btw.

daniellga commented 2 months ago

with 0.6.4 it didn't work, so I tried with git version and it worked. I don't know what change made it work... Do you want me to close it anyway?

yutannihilation commented 2 months ago

Thanks for reporting. I forgot in what situation this happens, but I think cargo clean would have saved you because this is something related to build cache and nothing was changed between 0.6.4 and the current GitHub version.

daniellga commented 2 months ago

I did tons of cargo clean and it didn't work anyway :( I will close it then. Thanks!

yutannihilation commented 2 months ago

Please feel free to file a new issue if you find the reproducible steps, thanks!