-
https://github.com/tpoechtrager/osxcross
This looks interesting, and given my iOS needs I typically use an OS X host. This could help add linux platforms in the same build step. I just stumbled on …
-
**macports** support GTK4, but I saw that **osxcross-macports** do not:
```
$ osxcross-macports search gtk4
no matching packages found for gtk4
```
In the future is it planned to support GTK4?
efa updated
11 months ago
-
When running `./build.sh` I encounter these messages:
```
testing x86_64h-apple-darwin21.1-clang ... osxcross: warning: cannot find clang intrinsic headers; please report this issue to the OSXCross …
-
We are building all our software targeting macOS with osxcross in docker containers on linux. However, Apple requires notarization of apps starting with macOS 10.15. I cant figure out whether this is …
-
Build: https://github.com/plentico/plenti/actions/runs/11598535151/job/32294588004
Error:
```
/usr/bin/ld: unrecognised emulation mode: llvm
Supported emulations: elf_x86_64 elf32_x86_64 elf_i38…
-
Click Me button does nothing in callback example:
Configuration:
```
vadym@ubuntu:~/go-sciter/examples/callback$ go env
GO111MODULE="auto"
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/vadym/.cache/…
-
I'm able to cross compile ring from Linux to `x86_64-apple-darwin` by using the osxcross toolchain. I set the following in .config/cargo.toml:
```toml
[target.x86_64-apple-darwin]
linker = "x86_6…
-
```
error: linking with `/opt/osxcross/target/bin/x86_64-apple-darwin14-clang` failed: exit status: 1
|
...
= note: ld: framework not found Metal
clang-15: error: linker command fail…
-
Hello,
I am trying to compile and link assembly from Ubuntu Linux for osx
I have tried running
```bash
nasm -fmacho64 fun.asm
x86_64-apple-darwin14-ld fun.o
```
but I keep getting the err…
-
I'm in the process of updating my sdk tarball, doing so inside of an ubuntu Docker container. The section https://github.com/tpoechtrager/osxcross#packing-the-sdk-on-linux---method-1-xcode--80 lists …