I compiled r216 recently. I don't see the error anymore.

Ralf

On 11/01/2007 06:35 PM, Gabriel Dos Reis wrote:
> Ralf Hemmecke <[EMAIL PROTECTED]> writes:
> 
> | (1) ->
> |     >> System error:
> |     The tag SPAD_READER is undefined.
> 
> I believe the patchlet below must fix that.
> Committed to mainline.
> 
> -- Gaby
> 
> 2007-11-01  Gabriel Dos Reis  <[EMAIL PROTECTED]>
>           Waldek Hebisch <[EMAIL PROTECTED]>
> 
>       * int-top.boot (ncParseFromString): Fix thinko.
> 
> *** int-top.boot      (revision 213)
> --- int-top.boot      (local)
> *************** ncParseAndInterpretString s ==
> *** 38,44 ****
>     processInteractive(packageTran parseFromString s, nil)
>   
>   ncParseFromString s ==
> !   zeroOneTran packageTran CATCH("SPAD_READER", parseFromString s)
>   
>   ncINTERPFILE(file, echo) ==
>     savedEcho := $EchoLines
> --- 38,44 ----
>     processInteractive(packageTran parseFromString s, nil)
>   
>   ncParseFromString s ==
> !   zeroOneTran packageTran CATCH("SPAD__READER", parseFromString s)
>   
>   ncINTERPFILE(file, echo) ==
>     savedEcho := $EchoLines

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
open-axiom-devel mailing list
open-axiom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-axiom-devel

Reply via email to