-
Opened on behalf of @sztomi, Issue is current as of this writing. Previous Issue: https://github.com/tensorflow/tensorflow/issues/48118
*Please make sure that this is a build/installation issue. As…
-
### Prerequisite Checklist
- [X] I searched for [existing issues](https://github.com/search?q=repo%3ASFML%2FSFML&type=issues) to prevent duplicates
- [X] I searched for [existing discussions on the f…
-
I added `openssl-sys = { version = "0.9.104", features = ["vendored"] }` in `packages/hurl/Cargo.toml` as a dependency. And I did `export LIBXML2=/usr/lib/x86_64-linux-gnu/libxml2.so` (this is on Linu…
-
### Code
I tried this code:
```python
x = ['rustc.EXE', '--print=native-static-libs', '--target', 'x86_64-pc-windows-msvc', '--crate-type', 'staticlib', 'nul', '-o'] …
-
# Problem
* An address alone is not enough to distinguish a pointer-to-data vs pointer-to-function (see test case).
* The `patchELFGOT` function currently assumes values in the GOT are pointers-to…
-
When adding some new usage of `.listener` for blocks, I started hitting this error at runtime:
>Unhandled Exception: Invalid argument(s): Couldn't resolve native function 'disposeObjCBlockWithClosu…
-
Hi, I tried to build `binsider` to add in https://github.com/Azathothas/Toolpacks on `alpine:latest`, however it errors out with:
```bash
Compiling lddtree v0.3.5
Compiling lurk-cli v0.3.6
e…
-
### Discussed in https://github.com/mesonbuild/meson/discussions/13346
Originally posted by **Windev2024** June 21, 2024
https://github.com/mpv-player/mpv/discussions/14389
System Details:
…
-
With https://static.rust-lang.org/dist/rustc-1.83.0-src.tar.xz I create this config.toml
```
# Use different pre-set defaults than the global defaults.
#
# See `src/bootstrap/defaults` for more inform…
-
### Description of the problem / feature request:
When building a fully statically linked binary with the `c++-static` STL on Android, `libandroid_support.a` gets linked unconditionally, which lead…