-
Notifications
You must be signed in to change notification settings - Fork 370
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
openrtsp 2023.06.16 build issue #45
Comments
Same issue here |
Same issue |
A project that I follow fixed it in her |
The current repository source is the 06.14 version, but I downloaded the 06.20 version source from the live555 official website and confirmed the same build error. If you are 06.20 version, the problem is: test variable in atomic_flag is a feature supported by c++20. If that's the case, just build by adding the -DNO_STD_LIB option. I solved the problem this way.
|
This works, just edit the config.platform file to add -std=c++2a to CPLUSCPLUS_FLAGS solves problem. |
thank you, my env is |
which config file belong to raspberry 3b+? |
Yes, passing |
👋 trying to build the latest release, but run into some build issue. The error log is as below:
error build log
full build log, https://github.com/Homebrew/homebrew-core/actions/runs/5287551081/jobs/9568349761
relates to Homebrew/homebrew-core#133924
The text was updated successfully, but these errors were encountered: