-
Notifications
You must be signed in to change notification settings - Fork 69
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
make error on osx #1
Comments
Mmmm I see that the random number generation is giving more problems than I expected. I will look up for a more "universal" replacement. |
I have almost the same OS X 10.15.4 |
Hi. Did you try using the -std=c++11 when compiling? |
Thanks for the answer. No, I haven't tried it. Where can I try to add this parameter? |
You should remove at least CMakeCache.txt (or the whole build directory) and re-run cmake with the flag, like so (from the build directory): |
Unfortunately, this did not lead to a positive result. I hope you can help with fix this error. |
I don't have a mac to check, but I've used a pull request from another OOT of mine (git-artes/gr-isdbt#22), which I now integrated into gr-tempest. Let me know if it works. |
Thank you very much! All components are installed perfectly! But now a new problem has appeared. After starting gnuradio, the program does not see the gr-tempest blocks. Can you help with this? gnuradio-companion |
To fix this error, I found that NTGTC installs its blocks along this path: /usr/local/share/gnuradio/grc/blocks This file contains system wide configuration data for GNU Radio.You may override any setting on a per-user basis by editing~/.gnuradio/config.conf[grc] and launched gnuradio-companion The program started correctly. But now at startup I have new error: No module named tempest gnuradio-companion Block paths:
Generating: '/Users/06/Downloads/gr-tempest/examples/semi_automatic_tempest_example.py' Traceback (most recent call last):
Do you have any ideas how to fix this? |
Hi, |
Hi,this project is cool,I try to use it on mac,but can't build it:
make
any ideal to fix it? thanks.
The text was updated successfully, but these errors were encountered: