Open Clemapfel opened 7 months ago
To reproduce these errors, on your mac, execute:
git clone https://github.com/jluna
cd jluna
git fetch
git checkout mac_literal
git pull
cmake .. -DBUILD_TESTING=ON
make -j 8
Hi @Clemapfel,
First thank you very much for this very useful library, sincerely!
I also noticed the same problem on Apple Silicon CPUs. Do you have any plan to fix this? In any case I think it could be useful knowing that more and more CPUs are ARM-based nowadays :-)
Best regards.
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.