moetsi / Sensor-Stream-Pipe

Open Source Sensor Stream Server and Client for Digitizing Reality
MIT License
70 stars 11 forks source link

Erros after make -j12 command on M1 Mac #18

Closed oguzveozturk closed 1 year ago

oguzveozturk commented 1 year ago

Hi, I'm using M1 macbook air (Monterey 12.6) and getting the following errors after the make -j12 command:

Ekran Resmi 2022-10-28 14 17 23 Ekran Resmi 2022-10-28 14 17 33 Ekran Resmi 2022-10-28 14 17 46 Ekran Resmi 2022-10-28 14 18 14

adammpolak commented 1 year ago

Thank you for opening the issue. We have not tested SSP with the new Mac hardware and will look into this.

What is your use case?

oguzveozturk commented 1 year ago

I just want to try 3d streaming from iPhone to M1 Mac. but I couldn't install on m1 Mac. Most of the errors are caused by installing x86 on arm64 architecture.

adammpolak commented 1 year ago

@oguzveozturk I believe this could be fixed by building the 3rd party dependencies yourself for your platform. Right now we pre-bundle for users.

You can run the .sh scripts in 3rdparty: https://github.com/moetsi/Sensor-Stream-Pipe/blob/master/3rdparty/build_ios_dep.sh

This should have it built for your platform, you can then replace with THESE libraries.

I believe it should work.

adammpolak commented 1 year ago

@oguzveozturk I assume this ticket is closed

adammpolak commented 4 months ago

@oguzveozturk I pushed an update, works now.