libsql
libsql copied to clipboard
Errror building cargo on sqld for Windows
rustup update stable-gnu
rustup set default-host x86_64-pc-windows-gnu
scoop install mingw
scoop install llvm
scoop install protobuf
cargo build 2> error.log
@psarna Looks like wasmtime related build issue:
undefined reference to `__intrinsic_setjmpex'
collect2.exe: error: ld returned 1 exit status
= note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path
specified
= note: use the `-l` flag to specify native libraries to link
= note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see
https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname)
error: could not compile `libsql-wasmtime-bindings` due to previous error
+1
Closing due to lack of attention to windows platform.