From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,957ea3d057ecc0de X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.129.69 with SMTP id nu5mr1259485pbb.3.1336078875299; Thu, 03 May 2012 14:01:15 -0700 (PDT) Path: pr3ni589pbb.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: sbelmont700@gmail.com Newsgroups: comp.lang.ada Subject: Re: Help with my first GPRbuild file please Date: Thu, 3 May 2012 13:54:26 -0700 (PDT) Organization: http://groups.google.com Message-ID: <25154759.1929.1336078466654.JavaMail.geo-discussion-forums@vbay5> References: <2622641.1774.1336074277508.JavaMail.geo-discussion-forums@vbq19> <27687929.0.1336075211401.JavaMail.geo-discussion-forums@vbsf10> <14892096.1560.1336077078791.JavaMail.geo-discussion-forums@vbmi19> NNTP-Posting-Host: 206.53.78.59 Mime-Version: 1.0 X-Trace: posting.google.com 1336078875 17024 127.0.0.1 (3 May 2012 21:01:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 3 May 2012 21:01:15 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=206.53.78.59; posting-account=ShYTIAoAAABytvcS76ZrG9GdaV-nXYKy User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-05-03T13:54:26-07:00 List-Id: On Thursday, May 3, 2012 4:49:32 PM UTC-4, Robert A Duff wrote: > Patrick > 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 Ah, good catch...Also, for what it's worth, GPRBuild also let's you specify a section of 'linker' switches, which would perhaps be best suited to the linker-specific stuff.