SOFA on M1 macbook error using ninja #4518
-
Dear Support Team, I am currently trying to install SOFA on a Macbook with M1. However, during the build process, I encountered the following error:
This error has halted the build process, and I am unsure about the cause and how to resolve it. I have tried troubleshooting on my own, but unfortunately, I have not been able to find a solution. If you require any additional information or logs to assist with troubleshooting, please let me know, and I will be happy to provide them. Thank you very much for your attention to this matter. I look forward to your prompt response and assistance. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 16 replies
-
Hello, There should be no problem to compile SOFA a MacOS and M1. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I attached the output of CMake and the output of "ninja".
:arrow_right: https://pastebin.com/wgdSiYqn
Thank you,
Veronica
|
Beta Was this translation helpful? Give feedback.
-
I used pastebin. And I did the copy paste of cmake after clicking “configure” and “generate”. And on the terminal copy paste everything generated after the ` ninja -j10 ` command. I followed the instruction on this page: https://www.sofa-framework.org/community/doc/getting-started/build/macos/ In particular the “generate the makefile with cmake”.I don’t understand what do you need. Sorry.Let me know. Thank you and sorry again,VeronicaIl giorno 22 feb 2024, alle ore 11:51, Hugo ***@***.***> ha scritto:
You did not copy pasted enough @VeronicaG24
Please use pastebin, as I did ☝️
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
could you try specifying in
CMAKE_PREFIX_PATH
: ..../qt@5/5.15.12_1if this does not work, @fredroy would give you a solution I guess (but tomorrow since he's in Asia)