Hi,

I'm the author of cl-net-snmp. I'll try to analyze this issue and figure out a 
more clear bug report for ECL: currently I think this is a ECL bug.  As a 
workaround, you can do the MIB to Lisp compilations just in SBCL and use the 
resulting Lisp file in ECL as part of your SNMP application.

--
Chun Tian (binghe)

在 2011-7-12,21:04,"Philipp Marek" <phil...@marek.priv.at> 写道:

> 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
> <ecl-probl.lisp>
> ------------------------------------------------------------------------------
> 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

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to