Package: cim
Version: 3.36

we are porting a very big simula application running with
Lund Software STANDARD Simula Compiler Revision 4.15rSol2.6 or
cim-1.92-sparc-sun-solaris2.5.1 under

"uname -a"
SunOS otti 5.9 Generic_118558-06 sun4u sparc SUNW,Sun-Blade-100

to

cim-3.36-i686-pc-linux-gnu under

"uname -a"
Linux ls4sim1 2.4.28-irb #1 SMP Mon Dec 6 10:04:30 CET 2004 i686 unknown

I've reduced the problem to the following example "prefix-test.sim":

Begin
 class w1 (i);
  integer i;
  begin
   outtext ("testausgabe ");
   outint (i,3);
   outimage;
  end;
 integer ii;
 for ii := 1 step 1 until 2 do
  w1(6)
  Begin End;
End


Compiling prefix-test.sim:
"prefix-test.sim", line 12: Identifier W1 is not declared as array or procedure. "prefix-test.sim", line 12: W1 is illegal as prefix to (null) (not declared at same block level).
--
best regards

Juergen Maeter

UNIVERSITAET-DORTMUND   telefax: 0231 755 4730
Lehrstuhl Informatik IV phone:   0231 755 2411
D-44221 Dortmund        e-mail:  [EMAIL PROTECTED]
                        http://www4.cs.uni-dortmund.de/home/Maeter/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to