We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The build still fails without easylogging on the current dev branch (7ebea7b), even after #6304 got merged, because of this line: https://github.com/IntelRealSense/librealsense/blame/development/src/l500/ac-trigger.cpp#L590
dev
Error message: cout is not a member of std.
cout
std
Perhaps an #include is missing.
#include
The text was updated successfully, but these errors were encountered:
Same issue here: https://github.com/IntelRealSense/librealsense/blame/development/src/terminal-parser.cpp#L32-L34
With those lines commented out, I am able to build librealsense without easylogging.
Sorry, something went wrong.
Thank you so much for informing us. We will take a look.
Sorry this was closed by mistake. Reopen and link to PR#7554.
#7554 approved and merged. Closing this ticket now. Thank you.
No branches or pull requests
The build still fails without easylogging on the current
dev
branch (7ebea7b), even after #6304 got merged, because of this line:https://github.com/IntelRealSense/librealsense/blame/development/src/l500/ac-trigger.cpp#L590
Error message:
cout
is not a member ofstd
.Perhaps an
#include
is missing.The text was updated successfully, but these errors were encountered: