[erlang-questions] ASN.1 compiler

Bertil Karlsson bertil.karlsson@REDACTED
Tue Mar 13 09:20:32 CET 2007


Hi,

The problem you have come across may be a bug or an unsupported feature. 
I will
take a look at this as soon as possible. I cannot promise that I'll  
make it to the next
release.

regards

/Bertil Karlsson

Carlos Mijares wrote:
> Hello,
>
> I'm trying to compile the CAMEL (version 5.9.0) ASN1 description, but 
> the compiler gives:
>
> 19> asn1ct:compile("CAP-classes",[ber_bin]).
> Erlang ASN.1 version "1.4.4.12" compiling "CAP-classes.asn"
> Compiler Options: [ber_bin,{i,"."},{i,"."}]
> asn1error:34:'CAP-classes':gsmSSF {'match error in object',
>                                      {word_or_setting,35,'INITIATES'},
>                                      'found in object',
>                                      'ID',
>                                      'found in class'}
> asn1error:39:'CAP-classes':gsmSRF {'match error in object',
>                                      {word_or_setting,40,'INITIATES'},
>                                      'found in object',
>                                      'ID',
>                                      'found in class'}
> {error,
>    {asn1,
>        [{error,
>             {type,
>                 34,
>                 'CAP-classes',
>                 gsmSSF,
>                 {'match error in object',
>                     {word_or_setting,35,'INITIATES'},
>                     'found in object',
>                     'ID',
>                     'found in class'}}},
>         {error,
>             {type,
>                 39,
>                 'CAP-classes',
>                 gsmSRF,
>                 {'match error in object',
>                     {word_or_setting,40,'INITIATES'},
>                     'found in object',
>                     'ID',
>                     'found in class'}}}]}}
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>   



More information about the erlang-questions mailing list