-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with macOS #17
Comments
Hi @Glantanamo, Yes, macOS is supported. Try the following steps:
I hope this helps. Regards, |
Hi @acebrianjuan ,
A similar error is repeated over the next building steps, before the command stops with :
I am not sure what it means. With a quick google search, it looks like the C++ compiler used isn't the right one, but I am not sure. Do you have an idea ? Thanks ! Gaspard |
Hi Gaspard, As far as I know these errors seem to be related to the C++ standard being used by your compiler. 1
And then build again with ninja. If it fails try with c++17. Let me know if this solved the problem. Álvaro |
Hi again @acebrianjuan, Thanks for the reply. Changing the C++ compiler seems to solve part of the problem. I now have the following errors, which seem to originate from QT5 :
The last error is repeated a few times, then :
|
Buenos días @acebrianjuan tengo un problema instalar gnss-sdr-monitor me da este error: CMake Error: The source directory "/Users/johanandrew/gnss-sdr-monitor/build" does not appear to contain CMakeLists.txt. Me preguntaba si los CMaleLists.txt deben de ser iguales tanto en el paquete de gnss-sdr y en gnss-sdr-monitor. |
Hi, I'm looking to make this work on macOS. Can it be built ? I am using Big Sur with a M1 chip.
The text was updated successfully, but these errors were encountered: