vlm / asn1c

The ASN.1 Compiler
http://lionet.info/asn1c/
BSD 2-Clause "Simplified" License
1.03k stars 551 forks source link

Missing implementation of SET_encode_uper and SET_decode_uper #103

Open michalrud opened 8 years ago

michalrud commented 8 years ago

Hi,

While compiling my project that uses asn1c and PER encoding, I've noticed linker errors:

undefined reference to `SET_decode_uper'
undefined reference to `SET_encode_uper'

After short investigation I've noticed that implementation of those functions is missing from constr_SET.c, even though those are referenced in constr_SET.h.

saliakbarian commented 6 years ago

I have exactly the same problem. Any suggestions?

yanjingcheng commented 5 years ago

I have exactly the same problem. Any suggestions? me too.i have to find another way to solve this issue by replacing with SEQUENCE.