comp.lang.ada
 help / color / mirror / Atom feed
From: James Rogers <jimmaureenrogers@att.net>
Subject: Re: compiling error
Date: Thu, 25 Sep 2003 03:10:13 GMT
Date: 2003-09-25T03:10:13+00:00	[thread overview]
Message-ID: <Xns9400D6904BCDjimmaureenrogers@204.127.36.1> (raw)
In-Reply-To: vn4knggj9ptu19@corp.supernews.com

Andrew <eagletalon@chartermi.net> wrote in 
news:vn4knggj9ptu19@corp.supernews.com:

> I'm trying to compile a program and since I'm a little new to the linux 
> compiler, the output is .. well kind of throwing me.. I'm hoping that 
> someone can help me out.
> 
> here is the input / output
> 
> ==========
> gnatmake maze.adb
> gcc -c maze.adb
> maze.adb:228:12: too many arguments in call
> gnatmake: "maze.adb" compilation error
> ==========
> 
> I believe that it is telling me what line (I hope) that the error is 
> occuring on.
> Is it telling me that line 12 is where the error is at?
> 
> I only ask because when I count down 12 lines (including blank lines) 
> the line looks ok.   So I'm hoping that someone can fill me in on how to 
> read the output, in terms of : is it telling what line the error is on.
> 
> 

It is telling you that the offending code is at column 12 of line 228.
It is also telling you that your procedure or function call contains
more arguments than were declared in the procedure or function
specification.

Jim Rogers



  reply	other threads:[~2003-09-25  3:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-25  2:28 compiling error Andrew
2003-09-25  3:10 ` James Rogers [this message]
2003-09-25  3:12   ` Andrew
2003-09-25 10:04     ` Ludovic Brenta
2003-09-25 11:27       ` Jeff C,
2003-09-25 12:44         ` Marin David Condic
2003-09-25 19:44           ` Simon Wright
2003-09-25 21:54             ` Stephen Leake
2003-09-26 13:17             ` Marin David Condic
2003-09-25 21:13           ` GPS error Jeffrey Carter
2003-09-26  6:43         ` compiling error Frank
2003-09-26  1:38           ` Jeff C,
replies disabled

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