simondlevy / BreezySLAM

Simple, efficient, open-source package for Simultaneous Localization and Mapping
GNU Lesser General Public License v3.0
758 stars 251 forks source link

Errors when installing on Mac OS BigSur 11.6.1 with Apple clang version 13.0.0 #79

Open tn3wman opened 2 years ago

tn3wman commented 2 years ago

I cant seem to get this installed on Mac OS BigSur 11.6.1 with Apple clang version 13.0.0

Getting about 20 similar errors with one example being:

/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/mmintrin.h:525:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size return (__m64)__builtin_ia32_psubw((__v4hi)__m1, (__v4hi)__m2);