-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Build error when disabling easylogging #11905
Comments
Hi @GrubbyHalo Have you experienced this issue in the previous SDKs 2.53.1 or 2.51.1? The most recent change to easylogging that is listed in the SDK release notes is 'Add easylogging include cmake' in SDK 2.51.1 - see #10388 |
I haven't tested previous releases. This is the first time I have disabled easylogging, with release 2.54.1 I'm assuming that in the presence of easylogging that is brought into the include list for terminal-parser among its dependencies and that in its absence it isn't ? |
There were previously problems with In regard to your question about the workings of easylogging, I don't know the answer to that. |
I noticed that the fix you refered to included the missing include file. subsequent to that it was removed again about 6 months ago in this commit. (Compare that commit and the one just before it) |
I will highlight your finding about a missing include file to my Intel RealSense colleagues to seek their advice. |
Hi @GrubbyHalo Thanks very much for your patience. My Intel RealSense colleagues were able to replicate your problem with easylogging=off and will discuss it. As you said, it is due to an earlier removal of an include. Thanks again for your report of the issue! |
Fix merged : #11962 |
Hi @GrubbyHalo As a fix for the easylogging=off issue was merged into the RealSense SDK last week - see #11962 - do you require further assistance with this case, please? Thanks! |
No further assistance required thanks. |
Thanks very much for the update! |
SDK Version 2.54.1
If I disable easylogging i get the following build error using gcc10
maybe specifically include in terminal-parser.cpp ?
The text was updated successfully, but these errors were encountered: