-
Notifications
You must be signed in to change notification settings - Fork 195
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
need help ? boolean error #28
Comments
please help nobody know this error ? |
Using the wrong version of the asn compiler.... compile/install the one included in the repo |
I tried that, but then get a slurry of complaints: ../CommonLibs/ScalarTypes.h:58:1: note: in expansion of macro ‘_DECLARE_SCALAR_TYPE’ |
I take this error I tried
git submodule init
git submodule update
./autogen.sh
./configure
make
But it has same error
BOOLEAN.c: In function ‘BOOLEAN_encode_xer’:
BOOLEAN.c:192:10: error: ‘_ASN_ENCODE_FAILED’ undeclared (first use in this function); did you mean ‘ASN__ENCODE_FAILED’?
if(!st) _ASN_ENCODE_FAILED;
^~~~~~~~~~~~~~~~~~
ASN__ENCODE_FAILED
BOOLEAN.c:192:10: note: each undeclared identifier is reported only once for each function it appears in
BOOLEAN.c: In function ‘BOOLEAN_decode_uper’:
BOOLEAN.c:251:11: error: ‘_ASN_DECODE_FAILED’ undeclared (first use in this function); did you mean ‘ASN__DECODE_FAILED’?
if(!st) _ASN_DECODE_FAILED;
^~~~~~~~~~~~~~~~~~
ASN__DECODE_FAILED
BOOLEAN.c:260:20: error: ‘_ASN_DECODE_STARVED’ undeclared (first use in this function); did you mean ‘ASN__DECODE_STARVED’?
case -1: default: _ASN_DECODE_STARVED;
^~~~~~~~~~~~~~~~~~~
ASN__DECODE_STARVED
BOOLEAN.c: In function ‘BOOLEAN_encode_uper’:
BOOLEAN.c:279:10: error: ‘_ASN_ENCODE_FAILED’ undeclared (first use in this function); did you mean ‘ASN__ENCODE_FAILED’?
if(!st) _ASN_ENCODE_FAILED;
^~~~~~~~~~~~~~~~~~
ASN__ENCODE_FAILED
make[3]: *** [makefile:4846: o/BOOLEAN.o] Error 1
make[3]: Leaving directory '/root/OpenBTS-UMTS/ASN'
make[2]: *** [makefile:4803: all] Error 2
make[2]: Leaving directory '/root/OpenBTS-UMTS/ASN'
make[1]: *** [Makefile:550: all-recursive] Error 1
make[1]: Leaving directory '/root/OpenBTS-UMTS'
make: *** [Makefile:481: all] Error 2
The text was updated successfully, but these errors were encountered: