-
Notifications
You must be signed in to change notification settings - Fork 460
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
OSX make error:sdrangel/sdrbase/dsp/scopevis.h:4:10: fatal error: 'boost/circular_buffer.hpp' file not found #41
Comments
It looks like you are missing the Boost library dependency. The Mac OS more specifically Mac OS Sierra build was contributed by sygismund and I have very little knowledge about Mac. Please make sure you read his specific readme for Mac: https://github.com/f4exb/sdrangel/blob/master/ReadmeMacOS.md |
thank you all the same. i'll try it again follow ReadmeMacOS.md |
May be due to the fact that Boost dependency is not mandatory in the main cmake file. It should have complained at cmake stage. This was reported in issue #46 the fix is now on dev branch. |
has the same result:
|
install boost with mac port:
|
nice project.
there is something error when i build it on osx :
The text was updated successfully, but these errors were encountered: