comp.lang.ada
 help / color / mirror / Atom feed
* Bizzare Errors with GW AdaEd 1.4.2 020 Fat for System 7
@ 1997-05-05  0:00 Brian M. Boerner
  1997-05-05  0:00 ` Brian M. Boerner
  1997-05-07  0:00 ` Marinus van der Lugt
  0 siblings, 2 replies; 4+ messages in thread
From: Brian M. Boerner @ 1997-05-05  0:00 UTC (permalink / raw)



Does anyone have any experience running this version of GW Ada on
Macintosh System 7?  I get a bizzare error that is not very well
formatted I might add when I try to compile something.

During the link phase, it tells me that it is not able to open the
library it just created for reading.  However this makes no sense and in
some way seems to be related to the code that it is compiling.

For example, it seems to do it more often when I am creating block
statements.  If I create a monolithic piece of code, that just executes
strait down, there is no problems. Another example would be creating 2
or more loops inside of another loop.  There really seems to be no rhyme
or reason as to why it fails. I can read the files it creates, and also
can create files in the directory that it is trying to read from?

Has anyone else experiened similar problems.  I am really at a loss
here.  I thought I would be slick and work on this at home, and now it
simple wont link.

Any help would be greatly appreciated.

Regards,
Brian

p.s. Please excuse the terminology as in this version it is hard to tell
what it is doing... i.e. compiling... linking... generating c code...




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bizzare Errors with GW AdaEd 1.4.2 020 Fat for System 7
  1997-05-05  0:00 Bizzare Errors with GW AdaEd 1.4.2 020 Fat for System 7 Brian M. Boerner
@ 1997-05-05  0:00 ` Brian M. Boerner
  1997-05-07  0:00 ` Marinus van der Lugt
  1 sibling, 0 replies; 4+ messages in thread
From: Brian M. Boerner @ 1997-05-05  0:00 UTC (permalink / raw)



A little followup information that might help some of you.

--***********************************************************
-- 												BEGIN MAIN EXECUTION
--***********************************************************
begin

loop

-- Adding the following lines of code produce the error described in the
-- previous message.
--		for index in 1..inputlength loop
--		input_string(index) = '0';
--		end loop;

					instructions; -- Print out the Instructions
					text_io.put ("Please Enter a String of Integers: "); -- Ask for the
String 
 				text_io.get_line(input_string,inputlength); -- Read in the string
			loop
 				count := count + 1;
 				iio.get(input_string(last..inputlength) ,output_string(count),
last);
 				last := last + 1;
			exit when output_string(count) = 0;
			end loop;

  for index in 1..(count - 1) loop
				tempchar := character'val (output_string(index) + 64);		
				text_io.put(tempchar);  
		end loop;
		
end loop;




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bizzare Errors with GW AdaEd 1.4.2 020 Fat for System 7
  1997-05-05  0:00 Bizzare Errors with GW AdaEd 1.4.2 020 Fat for System 7 Brian M. Boerner
  1997-05-05  0:00 ` Brian M. Boerner
@ 1997-05-07  0:00 ` Marinus van der Lugt
  1997-05-07  0:00   ` Robert Dewar
  1 sibling, 1 reply; 4+ messages in thread
From: Marinus van der Lugt @ 1997-05-07  0:00 UTC (permalink / raw)



Sorry, can't really help you with that. I had a go at AdaEd once
but decided that it did not serve my purpose.

I am now using Codebuilder from Tenon (http://www.teneon.com) and
am really pleased with it. You may consider purchasing it ($99,-).




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bizzare Errors with GW AdaEd 1.4.2 020 Fat for System 7
  1997-05-07  0:00 ` Marinus van der Lugt
@ 1997-05-07  0:00   ` Robert Dewar
  0 siblings, 0 replies; 4+ messages in thread
From: Robert Dewar @ 1997-05-07  0:00 UTC (permalink / raw)



Marinus said

<<I am now using Codebuilder from Tenon (http://www.teneon.com) and
am really pleased with it. You may consider purchasing it ($99,-).>>

For those new to CLA, Codebuilder is a product from Tenon that is a 
complete Unix development environment, along with a bunch of compilers,
including a full port of the GNAT Ada 95 compiler for the Mac.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1997-05-07  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-05-05  0:00 Bizzare Errors with GW AdaEd 1.4.2 020 Fat for System 7 Brian M. Boerner
1997-05-05  0:00 ` Brian M. Boerner
1997-05-07  0:00 ` Marinus van der Lugt
1997-05-07  0:00   ` Robert Dewar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox