Apple aarch64 Compiler Error, unable to compile jluna #64
Labels
apple
issue only appears on apple
compiler error
error on compilation
known issue
the problem is known to the developer
On Apple machines with the aarch64 architecture, such as the M1/M2 Macs, compiler errors of the following type may appear when compiling jluna. These is due to integer-sizes of common types such as
size_t
oruint64_t
being unusually redefined on these platforms.Currently, there is no fix for this, I'm sure it is perfectly fixable I just do not have access to a machine to test and debug for it, and Apple makes it impossible to legally obtain such a platform without spending the money to get a physical device.
The text was updated successfully, but these errors were encountered: