PlotJuggler icon indicating copy to clipboard operation
PlotJuggler copied to clipboard

Compilation problem on Macbook air M1

Open ibeyzaekici opened this issue 2 years ago • 4 comments

Hello, I am encountering an issue while attempting to configure and build PlotJuggler. The error is related to the C compiler, and it seems to be failing during a simple test program compilation. The build process is encountering a "file cannot be mmap()ed" error with a specific path related to the Qt library.

  1. Platform / Operating System:* macOS Sonoma 14.2.1
  2. **PlotJuggler Version: 3.8.4
  3. **CMake Version: 3.28.1
  4. **Xcode Version: Xcode 15.1

This is the error i am getting: Ekran Resmi 2023-12-31 21 02 35 Ekran Resmi 2023-12-31 21 02 39

I would be appreciated if you help me on that. Thank you.

ibeyzaekici avatar Dec 31 '23 18:12 ibeyzaekici

Same problem here, if somebody finds a solution, mentioning it here would be great!

NothanUmber avatar Feb 09 '24 11:02 NothanUmber

Solved in https://github.com/facontidavide/PlotJuggler/issues/947

ubaldot avatar Mar 07 '24 22:03 ubaldot

How do you even get it to compile on an M1 macbook. For me it complains about the arm64 arch.

rizvanovic avatar Apr 25 '24 12:04 rizvanovic

How do you even get it to compile on an M1 macbook. For me it complains about the arm64 arch.

Here are the files I changed:

https://github.com/facontidavide/PlotJuggler/pull/950/files

what error message you get extactly?

ubaldot avatar Apr 25 '24 20:04 ubaldot