[Ecls-list] Problem when using (compile-mib #P".."): |:-reader|
Chun Tian (binghe)
binghe.lisp at gmail.com
Tue Jul 12 18:09:39 UTC 2011
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" <philipp at 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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ecls-list
More information about the ecl-devel
mailing list