-
Notifications
You must be signed in to change notification settings - Fork 297
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
Can’t build with WITH_DLT_FILE_LOGGING_SYSLOG_FALLBACK #700
Comments
margopodvig
changed the title
Do not build with WITH_DLT_FILE_LOGGING_SYSLOG_FALLBACK
Can’t build with WITH_DLT_FILE_LOGGING_SYSLOG_FALLBACK
Nov 2, 2024
Hello @margopodvig, |
We will create the PR soon |
the PR : #711 |
the function dlt_log_init is a void call so no return value. It might be because some fixes in the past did not include the change here. See: Line 496 in 80371aa
|
Todo: @lti9hc is working on the fix of this code piece. |
Thank you, @lti9hc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I tried to build a dlt-daemon with the WITH_DLT_FILE_LOGGING_SYSLOG_FALLBACK flag for my project, but the build fell down.
I found a bug in dlt-daemon.c
Perhaps some other function dlt_log_init_* should be called
, which should return the value DltReturnValue
The text was updated successfully, but these errors were encountered: