-
Notifications
You must be signed in to change notification settings - Fork 38
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
cannot compile. #36
Comments
Thanks. It seems the terminal didn't print that error message correctly. Could you re-run make using the following command?
|
Did you try this? Was this resolved? |
@sebastianheyn - I assume that this bug is no longer relevant, and I will close it |
I get the same error when using older version of liquid dsp. |
@usagi87 Thanks. How old a version? Also, does the suggestion I mentioned in my first comment clarify the error message in your case? |
Hey, I trying to use liquid-dsp v1.2 because v1.3 when used to compile redsea gives an error illegal intruction, but when using it gives a above error. |
@usagi87 Does the suggestion I mentioned in my first comment clarify the error message in your case? |
In file included from ../src/subcarrier.h:29:0, |
Thanks! I've made an attempt at fixing this now. Would be glad to hear if it works. |
gives a new error I found away around the problem with liquid-dsp v1.3 so now redsea work with out crashing. |
Hi I'm trying to compile this on a orange pi with debian jesse.
I have liquid installed but make fails
hadow -Wuninitialized -pedantic -g -O2 -MT redsea-redsea.o -MD -MP -MF .deps/redsea-redsea.Tpo -c -o redsea-redsea.o
test -f 'redsea.cc' || echo './'
redsea.ccIn file included from ../src/subcarrier.h:10:0,
from ../src/block_sync.h:10,
from redsea.cc:24:
../src/liquid_wrappers.h:55:31: error: expected â before â
SymSync(liquid_firfilt_type ftype, unsigned k, unsigned m,
^
Makefile:400: recipe for target 'redsea-redsea.o' failed
the configure script can find liquid otherwise it would stop. Any hints?? Thanks in advance
The text was updated successfully, but these errors were encountered: