forked from argilo/gr-dsd
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Error compiling on OSX #6
Comments
Encountering the same error. Installed macports portfiles libsindfile and itpp to satisfy the dependencies. Anything I'm missing?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to build this on OSX results with the error below.
The offending line is
bool ok = bch.decode(input, decoded, cw_isvalid);
which doesn't seem to have a definition which takes 3 params, only 2 params are defined in itpp/comm/bch.hThe text was updated successfully, but these errors were encountered: