I'm trying to use ECL with CL-NET-SNMP.

The attached script "just works" with SBCL; but with ECL I get this error:

    An error occurred during initialization:
    The readmacro #<compiled-function |:-reader|>
    returned 140342460754664 values..

I tried a few things myself - but these seem to work:
  (with-input-from-string (i ":= ")
    (print (asn.1::|:-reader| i #\:)))
  (with-input-from-string (i "= ")
    (print (asn.1::|:-reader| i #\:)))
  (with-input-from-string (i "- ")
    (print (asn.1::|:-reader| i #\:)))
  (with-input-from-string (i " ")
    (print (asn.1::|:-reader| i #\:)))
  (with-input-from-string (i "b ")
    (print (asn.1::|:-reader| i #\:)))
  (with-input-from-string (i "c ")
    (print (asn.1::|:-reader| i #\:)))


Can somebody help, please?


Regards,

Phil

Attachment: ecl-probl.lisp
Description: Binary data

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to