comp.lang.ada
 help / color / mirror / Atom feed
From: tmoran@acm.org
Subject: Re: windows ada compiler error
Date: Tue, 14 Oct 2003 05:19:51 GMT
Date: 2003-10-14T05:19:51+00:00	[thread overview]
Message-ID: <XHLib.756775$YN5.727811@sccrnsc01> (raw)
In-Reply-To: vomtfia7418ob9@corp.supernews.com

>red hat 9.0 linux computer it runs just fine.. but if I try to compile
>it on a windows xp computer I get the following error.
  I think you mean it compiles fine, but it doesn't execute fine.

>raised ADA.IO_EXCEPTION.NAME_ERROR : s-fileio.adb:869
  You might look at file s-fileio.adb, line 869, and see what it's
trying to do.  Better yet, use the Gnat facilities for printing a
walkback so it will show what line of your program caused the problem.
I used a compiler that prints walkbacks of user, not library, code
and got:

** Unhandled ADA.IO_EXCEPTIONS.NAME_ERROR
   File not found on open - Map
On Line Number 159 In MAZECREATE

You probably want a Create, not an Open.

  Your prof or TA should be helping you out.



  reply	other threads:[~2003-10-14  5:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-14  4:05 windows ada compiler error Andrew
2003-10-14  5:19 ` tmoran [this message]
2003-10-14 15:29   ` Andrew
2003-10-14 15:35   ` Andrew
2003-10-14 16:17     ` Stephen Leake
2003-10-14 19:06       ` Andrew
2003-10-14 20:42 ` Jeffrey Carter
replies disabled

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