Closed KajWiik closed 2 years ago
whole source does not find any reference to
symtrack_rrrf_create
.
There is a lot of cringe-worthy macro usage in the header... Those symbols do not appear to exist in the library, but the header is describing them as if they should exist in it. You can add q
to your string macro options to not see those warnings since they are just informing you that those symbols will not be bound to anything in the library.
I forgot to mention, you can also add the m
string macro option to avoid this bug if there is nothing in the C macros you need to use. There are a couple of other issues that need to be addressed before this is available in the next package release.
I tried to make bindings to the liquid-dsp library:
And in Julia REPL:
This leads to a strange error:
Any suggestions?
There are also a number of warnings like
but grepping the whole source does not find any reference to
symtrack_rrrf_create
. Probably harmless?