-
There is a lot of different ways to compile an arm code, the end result being architecture and distribution specific. Since it's kind of a time bomb to support only one type and hope for the best, xgo…
-
I ran into an issue compiling `compiler_rt` from this repo on a Fedora 36 podman/docker image, while it works fine on Fedora 34 and 35.
I haven't found out yet what is causing the CMake issue, so ope…
-
Multiple compile errors on macOS platform:
```
x86_64-apple-darwin20.2-clang++-libc++ -std=c++11 -stdlib=libc++ -fPIC -I/home/build/rack-plugin-toolchain/Rack-SDK-mac-x64/include -I/home/build/ra…
-
### Crate name
getargv
### Build failure link
https://docs.rs/crate/getargv/0.1.1/builds/701636
### Additional details
This crate has a dep `getargv-sys` which requires an apple OS to b…
-
Was building SDL3 against Mojave and ran into some errors - the camera one I think just needs a minimum SDK version requirement in the CMake project...
```
/home/flibitijibibo/libraries/SDL3/src/c…
-
Although there is the options for using xgo, this article suggests it might be possible to cross-compile in a more lightweight way using zig: https://dev.to/kristoff/zig-makes-go-cross-compilation-jus…
-
@andrewrk
Are there any plans in zig for making it easier to consume Objective-C frameworks? This would enable iOS and mac development in a way that isn't possible without a lot of effort in langu…
-
etc.
some interesting ideas came up in this PR https://github.com/stacks-network/stacks-blockchain/pull/3199
that i think would make a good issue to work on for the next iteration.
Saving the li…
-
Hello,
I downloaded and compiled successfuly the last version of cctools. I'm trying to pre-link some object files (containing bitcode) into a single one:
ld -r -x -bitcode_bundle -bitcode_hide_…
-
### Describe the bug
`pkgs.xar` cannot be built on any system outside of `*-darwin` (and maybe BSD systems) due to the usage of a BSD/Darwin specific `fnctl` value `F_GETPATH` in `xar/lib/archive.c`.…