From 6304f884e778e45fd7b32584090e21181b323071 Mon Sep 17 00:00:00 2001 From: vlm Date: Fri, 25 Feb 2005 12:27:04 +0000 Subject: [PATCH] updated git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@710 59561ff5-6e30-0410-9f3c-9617f08c8826 --- BUGS | 9 +++------ INSTALL | 4 ++++ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/BUGS b/BUGS index b68a4ae5..0c7d7ace 100644 --- a/BUGS +++ b/BUGS @@ -11,8 +11,7 @@ by ASN.1. Not a problem as most specifications use very small values anyway. NOTE: This statement does not apply to the target code _produced_ by the compiler. -2. ASN Macros are prohibited by the current ASN.1 standard, -and are not supported. +2. A MACRO facility is part of obsolete ASN.1 standard, and is not supported. 3. Multiple tags applied at the same level are not supported: BadTags ::= [0] EXPLICIT [2] IMPLICIT OtherType @@ -29,10 +28,8 @@ decoder is perfectly capable of decoding such sequences. 5. Encoding or decoding of structures with combined length greater than 16MB is not tested. -6. XER decoding does not support integer (INTEGER, ENUMERATED) values +6. XER codec does not support integer (INTEGER, ENUMERATED) values outside the signed long range. -7. XER codecs do not handle the identifiers in ENUMERATED, INTEGER and -BIT STRING types. The problem is that it is unclear how to forward-compatibly -handle the future extensions. +7. XER codecs do not handle the identifiers in BIT STRING type. diff --git a/INSTALL b/INSTALL index d7633938..46468226 100644 --- a/INSTALL +++ b/INSTALL @@ -2,9 +2,13 @@ QUICK START INSTALLATION ======================== ./configure # Configure the build infrastructure for your platform + make # Build the libraries and the compiler + make check # Ensure that the code is still behaving well # after compiling on your platform + # PLEASE CONTACT ME IF THIS FAILS ON YOUR PLATFORM! + make install # Install the compiler into standard location man asn1c # Display the asn1c manual page