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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.70.135.10 with SMTP id po10mr18753353pdb.2.1435575805545; Mon, 29 Jun 2015 04:03:25 -0700 (PDT) X-Received: by 10.140.38.102 with SMTP id s93mr157181qgs.37.1435575805496; Mon, 29 Jun 2015 04:03:25 -0700 (PDT) Path: buffer2.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!j8no2227138igd.0!news-out.google.com!4ni22664qgh.1!nntp.google.com!j5no1114939qga.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 29 Jun 2015 04:03:25 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.163.1.105; posting-account=Srm5lQoAAAAEMX9rv2ilEKR6FDPapmSq NNTP-Posting-Host: 193.163.1.105 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <77dd53ad-d75f-4d82-af58-e357b5d881bc@googlegroups.com> Subject: Re: Cannot Add adb or ads file to project in GPS 6.0.1 From: Mark Lorenzen Injection-Date: Mon, 29 Jun 2015 11:03:25 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 1803 X-Received-Body-CRC: 3455564063 Xref: number.nntp.giganews.com comp.lang.ada:193837 Date: 2015-06-29T04:03:25-07:00 List-Id: On Monday, June 29, 2015 at 12:15:45 PM UTC+2, yamen...@gmail.com wrote: > Hi All , > > After creating a project with the following entries in GPS > > project Hofstader is > > for Source_Dirs use ("src/**"); > for Object_Dir use "obj"; > for Exec_Dir use "output"; > for Main use ("main.adb"); > > end Hofstader; > > i tried to add an already existing file whose suffix is adb , unfortunately i am getting always the following error > > hofstader.gpr:1:09: language unknown for "stader.adb" > > Any idea what could be the reason Try to add the line for Languages use ("Ada"); in the project file. Regards, MarkL