-
There is build failure on `ppc64le`:
```
[00:00:09] + cargo build -j43 --offline --release --all-features
...
[00:00:12] Compiling aws-lc-rs v1.10.0
[00:00:12] Running `rustc --crate-name…
-
The spellcheck CI job runs fairly slow, mostly buying busy building cargo-spellcheck. A prebuilt cargo-spellcheck Docker image should solve this.
-
I'm able to build my Rust app on my mac and with an Android target without sherpa-rs included, but once it is included , it fails at `Compiling sherpa-rs-sys v0.1.9`.
I've tried regular build with …
-
At the moment it is not possible to build an Android app with Slint using the `gettext` feature for translation.
This is the error display on trying to build an Android Slint app with the `gettext…
-
This is my shell:
```shell
cargo clean
export NDK_HOST_TAG="darwin-x86_64"
NDK="/Users/xuegao/Library/Android/sdk/ndk/27.0.11902837"
COMPILER_DIR="$NDK/toolchains/llvm/prebuilt/$NDK_HOST_TAG/…
-
OS: Android 14, Pixel 8, Google
Source: https://github.com/beac0n/slint-debug
`x doctor` output:
```
> $ x doctor …
-
**Problem**
````
error: failed to run custom build command for `aws-lc-sys v0.21.2`
Caused by:
process didn't exit successfully: `C:\Users\me\AppData\Local\Temp\cargo-installZPq3k0\release\b…
-
**error: failed to run custom build command for `bzip2-sys v0.1.11+1.0.8`** Caused by: process didn't exit successfully: `/home/rahul/Desktop/Rust_code/rocksdb_test/target/debug/build/bzip2-sys-7a1…
-
Here's the dependency declaration in my `Cargo.toml`.
```toml
russimp = { version = "3.2.0", features = ["prebuilt"] }
```
The documentation says `prebuilt` flag will _"Download prebuilt Assim…
aedm updated
6 months ago
-
### Problem:
From https://github.com/rustls/rustls/issues/2133:
On Windows 10 with Microsoft Build Tools latest version as of today I get this error:
```
error: failed to run custom build co…