-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build because of failing custom build command(s) for libsqlite3-sys v0.25.2
#36
Comments
Is this project even ongoing anymore? I saw open PRs, without commentary from the repo owner. |
Sorry people, i am quite caught up in work, but i tried quickly in below setup, is working fine. if you still have problem let me know and i will try to look and if you found a workaround also post it here for others <3
|
I had the same issue, fix by going to [package]
name = "config"
version = "2.0.0-beta"
edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
dirs = "4.0"
lazy_static = "1.4.0"
rand = "0.8"
- rusqlite = { version = "0.28", features = ["bundled", "extra_check", "winsqlite3"] }
+ rusqlite = { version = "0.29", features = ["bundled", "extra_check"] }
[lib]
name = "config"
path = "src/lib.rs" However now i'm getting another error when building. I would appreciate if someone could find a fix. (I have mpv installed) |
Same issue here, 7ih's change did remove the original error, but ended up getting the same error they got. |
Hello, it's kind of my first ever issue, so bare with me.
I was trying to build the newest release on Windows, but I got the following error, sayining that custom build commands failed to run:
The text was updated successfully, but these errors were encountered: