NamseEnt / namseent

Mono Repository for Namse Entertainment Ltd.
GNU Affero General Public License v3.0
13 stars 2 forks source link

libsqlite3 build error #890

Closed bigfoodK closed 4 months ago

bigfoodK commented 4 months ago
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

namse commented 4 months ago

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