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.66.7.10 with SMTP id f10mr5405507paa.127.1476696156598; Mon, 17 Oct 2016 02:22:36 -0700 (PDT) X-Received: by 10.157.32.11 with SMTP id n11mr2224066ota.4.1476696156556; Mon, 17 Oct 2016 02:22:36 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!66no159874itl.0!news-out.google.com!w143ni706itb.0!nntp.google.com!66no159869itl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 17 Oct 2016 02:22:36 -0700 (PDT) In-Reply-To: <094a38ea-77a6-413d-a1cc-f9c1b53e7c05@googlegroups.com> 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: <094a38ea-77a6-413d-a1cc-f9c1b53e7c05@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <777c0daf-712e-4465-a11d-7cb0e8c196a4@googlegroups.com> Subject: Re: Cygwin grpbuild problems From: Mark Lorenzen Injection-Date: Mon, 17 Oct 2016 09:22:36 +0000 Content-Type: text/plain; charset=UTF-8 Xref: news.eternal-september.org comp.lang.ada:32092 Date: 2016-10-17T02:22:36-07:00 List-Id: On Monday, October 17, 2016 at 8:19:08 AM UTC+2, Maciej Sobczak wrote: > Hi, > > I tried to compile an older project of mine on Cygwin with GNAT 5.4.0. > I got the folliwing two messages: > > no languages defined for this project > warning: libraries are not supported on this platform > > (note: no shared libraries are involved, only static ones) > I was able to find these two messages mentioned in discussion forums in relation to other projects and to other platforms, but no obvious solutions was proposed there. Did you declare the used languages in the project file? Regards, Mark L