Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.forth > #339

Re: gforth - error: Pictured numeric ouput string overflow

From anton@mips.complang.tuwien.ac.at (Anton Ertl)
Newsgroups de.comp.lang.forth
Subject Re: gforth - error: Pictured numeric ouput string overflow
Date 2015-08-26 10:33 +0000
Organization Institut fuer Computersprachen, Technische Universitaet Wien
Message-ID <2015Aug26.123350@mips.complang.tuwien.ac.at> (permalink)
References <45fa6c1b-3fc1-47ee-845e-d2eee376df6e@googlegroups.com>

Show all headers | View raw


djc <ciesinger@gmx.net> writes:
>Hallo,
>
>ich suche gerade nach der Ursache.
>
>An einer Stelle benutze ich pictured numeric output:
>( n ) s>d <# # # [char] % hold #>
>
>Aber der Fehler kommt nicht von dort, offenbar ist das Problem eine Konstante, die ich anlege mit dem Namen
>#//M2/AUTOSAR%20Templates/CommonStructure/Timing/TimingDescriptionTimingDescriptionEvents/TDEventSwcInternalBehavior/TDEventSwcInternalBehavior/component
>
>und zwar in der Form
>: bla ( value addr len -- ) nextname constant ;

Ich kann den Fehler nicht nachvollziehen:

: bla nextname constant ;  ok
5 s" #//M2/AUTOSAR%20Templates/CommonStructure/Timing/TimingDescriptionTimingDescriptionEvents/TDEventSwcInternalBehavior/TDEventSwcInternalBehavior/component" bla  ok
5 s" #//M2/AUTOSAR%20Templates/CommonStructure/Timing/TimingDescriptionTimingDescriptionEvents/TDEventSwcInternalBehavior/TDEventSwcInternalBehavior/component" bla 
:3: warning: redefined #//M2/AUTOSAR%20Templates/CommonStructure/Timing/TimingDescriptionTimingDescriptionEvents/TDEventSwcInternalBehavior/TDEventSwcInternalBehavior/component ok

- anton
-- 
M. Anton Ertl                    Some things have to be seen to be believed
anton@mips.complang.tuwien.ac.at Most things have to be believed to be seen
http://www.complang.tuwien.ac.at/anton/home.html

Back to de.comp.lang.forth | Previous | NextPrevious in thread | Find similar


Thread

gforth - error: Pictured numeric ouput string overflow djc <ciesinger@gmx.net> - 2015-08-25 10:13 -0700
  Re: gforth - error: Pictured numeric ouput string overflow anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2015-08-26 10:33 +0000

csiph-web