Skip to content
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

libsqlite3 build error #890

Closed
bigfoodK opened this issue Jul 9, 2024 · 1 comment · Fixed by #891
Closed

libsqlite3 build error #890

bigfoodK opened this issue Jul 9, 2024 · 1 comment · Fixed by #891
Assignees
Labels
bug Something isn't working

Comments

@bigfoodK
Copy link
Contributor

bigfoodK commented Jul 9, 2024

error: use of deprecated unit variant `cc::windows_registry::VsVers::Vs12`: Visual Studio 12 is no longer supported. cc will never return this value.
   --> /home/runner/work/namseent/namseent/namui/third-party-forks/rusqlite/libsqlite3-sys/build.rs:238:43
    |
238 |                 Ok(ver) => ver != VsVers::Vs12,
    |                                           ^^^^
    |
    = note: `-D deprecated` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(deprecated)]`

https://github.com/rusqlite/rusqlite/blob/eebbbb008633b36f2580b29501800fb8bc37e36a/libsqlite3-sys/build.rs#L247-L251

https://github.com/rust-lang/cc-rs/blob/ba08d63ae08553d955d0d372982c04679b9ecdb1/src/windows/find_tools.rs#L154-L168

@bigfoodK bigfoodK added the bug Something isn't working label Jul 9, 2024
@namse namse self-assigned this Jul 9, 2024
@namse
Copy link
Contributor

namse commented Jul 9, 2024

we forked so we don't have to wait for their changes.

@namse namse linked a pull request Jul 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants