Make file not working on Mac OSX #628
-
This is the error I get after installing dependencies on Mac OSX. Does anyone know what could be wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Yes, there's some ARM Mac build issues at the moment. The bottom line at #536 suggests a solution:
(I'm assuming this is at the top of Intel Macs are fine. I'm hoping to have a chance to test it out on an ARM Mac in the next few days but it won't be immediate I'm afraid. |
Beta Was this translation helpful? Give feedback.
-
At the root, it is because a 'c' file is included in a 'cc' file, causing the offending lines of code to be compiled as C++ rather than C. I wonder if the I'll be happy to be corrected if I missed something. |
Beta Was this translation helpful? Give feedback.
Yes, there's some ARM Mac build issues at the moment. The bottom line at #536 suggests a solution:
(I'm assuming this is at the top of
src/external/streamvbyte_arm_decode.c
)Intel Macs are fine. I'm hoping to have a chance to test it out on an ARM Mac in the next few days but it won't be immediate I'm afraid.