comp.lang.ada
 help / color / mirror / Atom feed
From: Robert A Duff <bobduff@shell01.TheWorld.com>
Subject: Re: Help with my first GPRbuild file please
Date: Thu, 03 May 2012 16:49:32 -0400
Date: 2012-05-03T16:49:32-04:00	[thread overview]
Message-ID: <wccaa1prnvn.fsf@shell01.TheWorld.com> (raw)
In-Reply-To: 14892096.1560.1336077078791.JavaMail.geo-discussion-forums@vbmi19

Patrick <patrick@spellingbeewinnars.org> writes:

> gcc-4.4:  -I/usr/include/glib-2.0: No such file or directory

It's looking for a file called " -I/usr/include/glib-2.0".
                                ^
                                |
                                extra blank

That doesn't start with "-", so it's not a switch.
So it must be a file name, right?
Computers can take things awfully literally sometimes.  ;-)

You should remove the extraneous blanks from the
arguments in your project file.

- Bob



  parent reply	other threads:[~2012-05-03 20:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-03 19:44 Help with my first GPRbuild file please Patrick
2012-05-03 20:00 ` sbelmont700
2012-05-03 20:31   ` Patrick
2012-05-03 20:49     ` Ludovic Brenta
2012-05-03 20:49     ` Robert A Duff [this message]
2012-05-03 20:54       ` sbelmont700
2012-05-03 20:55       ` Patrick
replies disabled

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