OpenKinect / libfreenect

Drivers and libraries for the Xbox Kinect device on Windows, Linux, and OS X
http://openkinect.org
3.55k stars 1.15k forks source link

mach-o file: have arm64, need x86_64 #659

Open joaomigsilva opened 1 year ago

joaomigsilva commented 1 year ago

After a manual build on macOS, trying to run the examples (python, c++) results in:

(mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64'))

Tried to compile cmake with flag -DCMAKE_APPLE_SILICON_PROCESSOR=arm64 but same error. freenect-glview works well.

Any feedback on successfully using this library with a mac M1?

matheusft commented 1 year ago

Same for me