-
### Checklist
- [x] The issue exists after disabling all extensions
- [x] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
I tried this code:
```rust
fn main() {
println!("Hello, world!")
}
```
with following config.toml
```toml
[target.wasm32-unknown-emscripten]
rustflags = [
"-C",
"link-…
-
Detail message like below:
```
error: linking with `x86_64-unknown-freebsd13-gcc.sh` failed: exit status: 1
...
/usr/local/lib/gcc/x86_64-unknown-freebsd13/6.4.0/../../../../x86_64-unkno…
-
Scenario: building a shared library linking statically to `libcrypto.a`
Target platform: Android on 32-bit ARM (ARMv7-A). This issue is not observed on 64-bit ARM (AArch64).
Build Step Failing wit…
-
I got a problem whith **tokenizers-0.13.4rc3** compiling
I am trying on compile following the guide with miniconda on **Windows 10 Environment 22H2 (OS Build 19045.4894)**
I have the following vers…
-
After updating to `1.7.0` from `1.6.3` Windows fails to build with a linking error:
```
error: linking with `lld-link.exe` failed: exit code: 1
```
This is the `Cargo.toml`:
```toml
amqprs =…
-
**Description**
I'm trying to build a custom CPU-only Triton server for Edge usage to limit image size
- Docker build method, r24.07
- Fresh Ubuntu 22.04 installation on Arm
- Command invoked: .…
-
## Issue
I should be able to use `deps = ["{[arbitrary.section.name]deps}", "one", "two", ...]` to include the dependencies from that arbitrary section in the current section's `deps`.
When the …
-
### Describe the bug
When trying to build the project, I encountered a linking error with the libzstd_sys library.
### Reproduction steps
1. Installing with cargo install
2.
3.
...
### Expect…
-
### Is your feature request related to a problem? Please describe.
Hello,
As described [here](https://github.com/xmake-io/xmake/issues/5527#issuecomment-2425639354), the way package dependencies…