-
Notifications
You must be signed in to change notification settings - Fork 557
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
EXTERNAL #140
Comments
- Add EXTERNAL ASN.1 defintion from ITU-T X.208 in skeletons/standard-modules/ASN1C-UsefulInformationObjectClasses.asn1 - Remove EXTERNAL from asn1p_l.l and asn1p_y.y - Add a test case: tests/135-EXTERNAL-OK.asn and asn1c/tests/check-src/check-135.c - Regeneragte all tests/*.asn1.-Pfwide-types files
- Remove EXTERNAL from asn1p_l.l and asn1p_y.y - Add EXTERNAL ASN.1 definition from ITU-T X.208 in skeletons/standard-modules/ASN1C-UsefulInformationObjectClasses.asn1 - Add a test case: tests/135-EXTERNAL-OK.asn and asn1c/tests/check-src/check-135.c - Regenerate all tests/*.asn1.-Pfwide-types files
- Remove EXTERNAL from asn1p_l.l and asn1p_y.y - Add EXTERNAL ASN.1 definition from ITU-T X.208 in skeletons/standard-modules/ASN1C-UsefulInformationObjectClasses.asn1 - Add a test case: tests/135-EXTERNAL-OK.asn and asn1c/tests/check-src/check-135.c - Regenerate all tests/*.asn1.-Pfwide-types files
I tried to apply your commit 1bd1bae, but got problems:
Some IMHO are straightforward - just a result of the test-files not ready for the new keyword
Some I don't know what to do about:
Here's the full log: If I can apply this commit smoothly to my fork, I will. |
- Remove EXTERNAL from asn1p_l.l and asn1p_y.y - Add EXTERNAL ASN.1 definition from ITU-T X.208 in skeletons/standard-modules/ASN1C-UsefulInformationObjectClasses.asn1 - Add a test case: tests/135-EXTERNAL-OK.asn and asn1c/tests/check-src/check-135.c - Regenerate all tests/*.asn1.-Pfwide-types files
…gh-140 Remove asn1p_l.c, asn1p_y.c and asn1_p.h from the repository. https://www.gnu.org/software/automake/manual/html_node/Yacc-and-Lex.html https://www.gnu.org/software/automake/manual/html_node/Built-Sources-Example.html#Built-Sources-Example
- Remove EXTERNAL from asn1p_l.l and asn1p_y.y - Add EXTERNAL ASN.1 definition from ITU-T X.208 in skeletons/standard-modules/ASN1C-UsefulInformationObjectClasses.asn1 - Add a test case: tests/135-EXTERNAL-OK.asn and asn1c/tests/check-src/check-135.c - Regenerate all tests/*.asn1.-Pfwide-types files
Hi @mouse07410,
You got problems because you've applied only 1bd1bae and not 8723e93. I haven't added the issue number in 8723e93 and that's why its not listed here. I just rebased |
I'm processing that PR. There seems to be a problem ( |
…gh-140 Remove asn1p_l.c, asn1p_y.c and asn1_p.h from the repository. https://www.gnu.org/software/automake/manual/html_node/Yacc-and-Lex.html https://www.gnu.org/software/automake/manual/html_node/Built-Sources-Example.html#Built-Sources-Example
- Remove EXTERNAL from asn1p_l.l and asn1p_y.y - Add EXTERNAL ASN.1 definition from ITU-T X.208 in skeletons/standard-modules/ASN1C-UsefulInformationObjectClasses.asn1 - Add a test case: tests/135-EXTERNAL-OK.asn and asn1c/tests/check-src/check-135.c - Regenerate all tests/*.asn1.-Pfwide-types files
Hi,
Is EXTERNAL keyword supported by asn1c ?
The compiler does not generates error when see EXTERNAL but in generated code there is not corresponding file to handle that (EXTERNAL.h) and c compiler generates :
fatal error: EXTERNAL.h: No such file or directory compilation terminated.
The text was updated successfully, but these errors were encountered: