Compilation problem on Macbook air M1
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.
- Platform / Operating System:* macOS Sonoma 14.2.1
- **PlotJuggler Version: 3.8.4
- **CMake Version: 3.28.1
- **Xcode Version: Xcode 15.1
This is the error i am getting:
I would be appreciated if you help me on that. Thank you.
Same problem here, if somebody finds a solution, mentioning it here would be great!
Solved in https://github.com/facontidavide/PlotJuggler/issues/947
How do you even get it to compile on an M1 macbook. For me it complains about the arm64 arch.
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?