I am having compilation issues for signal
. #39
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Yehowshua/FastWaveBackend#39
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am having compilation issues for
signal
. Apparently, thequery_string_val_on_tmln
function is removed from the signal with a commend that saysHowever, the
main()
directly depends on it.Are there any pointer for resolving the issue?
Oh interesting, I guess I never tested the examples after removing that function 🤔. Since it worked and compiled as a library I was happy
Thanks for the report
If you'd like to take a stab at fixing it, the commit that broke these is probably in https://github.com/ThePerfectComputer/FastWaveBackend/pull/36 and should just be a matter of reverting the removal of that function