-
Thanks, it works. i did the same correction for a few files but i have an other compile error :
grammar parse error near line 39 (token "<"): syntax error, unexpected $end
here is the code :
Page-Set-Attributes ::= SET {
layout-stream-categories layout-stream-categories < Attribute OPTIONAL,
layout-stream-sub-categories
layout-stream-sub-categories <...
2009-06-11 15:24:32 UTC in The ASN.1 Compiler
-
IMPORTS
id-at, id-mr, informationFramework, upperBounds, selectedAttributeTypes,
basicAccessControl, certificateExtensions
FROM UsefulDefinitions {joint-iso-itu-t ds(5) module(1)
usefulDefinitions(0) 3}
Name, ATTRIBUTE, AttributeType, MATCHING-RULE, Attribute
FROM InformationFramework informationFramework
ub-user-password
FROM UpperBounds upperBounds...
2009-06-11 14:43:49 UTC in The ASN.1 Compiler
-
So i downloaded x227 here : http://www.itu.int/ITU-T/asn1/database/itu-t/x/x227/1995/index.html
and compiled with this command line :blabla\asn1.exe -EF *.asn
i have a grammar parse error near line 19 (token "ub user password"): syntax error unexpected token identifier, expecting TOK_FROM or ','.
2009-06-11 14:30:56 UTC in The ASN.1 Compiler
-
Hi again,
I was trying to compile x227bis which is a revision of ISO/IEC 8650-l : 1996 (E) / ITU-T X.227. I'm gonna try to compile x227 with lev's compiler.
2009-06-11 14:14:05 UTC in The ASN.1 Compiler
-
Hi, is your compiler able to compile the associated control service element (x227bis) ?.
2009-06-11 12:21:33 UTC in The ASN.1 Compiler