supl
supl copied to clipboard
Make fails with precompiled asn1 files
make[3]: *** No rule to make target 'ENUMERATED.o', needed by 'libasnsupl.a'. Stop.
Probably ENUMERATED.c is missing in precompiled files.
The same error happens, when I try to compile without precompiled files. I've reverted the last commit to build without precompiled files and used asn1c v0.9.28. supl failed to build with the current one. Should I add this to README?