-
As the issue name suggests, this is missing the binaries for GCC compilers, which is supported by osxcross.
These can usually be built with build_gcc.
If i can manage to figure it out, i'll add …
-
Getting this error when trying to build on `ubuntu:24.04`.
### Error
```shell
In file included from ./../code-sign-blobs/superblob.h:7:
./../code-sign-blobs/blob.h:185:60: error: no member named…
-
see https://github.com/godotengine/godot/issues/17888
I'm on Antergos OS (Arch Linux) and installed the package ```apple-darwin-osxcross```.
When I try to compile with OSXCross, I get this output:…
-
Dear CC community,
I am having the following error when creating apple artifacs
https://github.com/eth-cscs/manta/actions/runs/8111755111/job/22171593499
I also tried locally using the `cross…
-
## Description of the issue
### Context information (for bug reports)
* Output of `pyinstaller --version`: ```(4.5.1)```
* Version of Python: Python 3.9.7
* Platform: OSX -> target…
-
When trying to cross compile gallery example via
```
SLINT_NO_QT=1 cargo build --target x86_64-apple-darwin
```
`cross build` not change anything, because image with this target not exists
I go…
-
Hi,
here is what I did
```
$ git clone https://github.com/lvgl/lv_binding_rust
$ cd lv_binding_rust
$ . ~/export-esp.sh
$ export DEP_LV_CONFIG_PATH=~/lv_binding_rust/examples/include
$ cargo …
ds2k5 updated
3 weeks ago
-
And rebuild all wine from 4.0.
-
Reference
* https://github.com/avrdudes/avrdude/issues/1552#issuecomment-1962251122
To do:
1. improve https://github.com/avrdudes/libserialport (not part of this issue)
**2. to make it compat…
mcuee updated
7 months ago
-
The std library now has code that must be linked against CoreFoundation on macOS and iOS.
What is the best way to do so?