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.7 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,30a550df7a728fff,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Joel Reymont Newsgroups: comp.lang.ada Subject: failing to build gnatcoll on linux Date: Mon, 5 Sep 2011 07:10:31 -0700 (PDT) Organization: http://groups.google.com Message-ID: <354529de-ba45-4c50-a50c-c504bd15c7f9@glegroupsg2000goo.googlegroups.com> Reply-To: comp.lang.ada@googlegroups.com NNTP-Posting-Host: 95.60.213.7 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1315232298 24333 127.0.0.1 (5 Sep 2011 14:18:18 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 5 Sep 2011 14:18:18 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=95.60.213.7; posting-account=XDiYigoAAAADTv8JxBmbcMTkIcXxsDmt User-Agent: G2/1.0 X-Google-Web-Client: true Xref: g2news1.google.com comp.lang.ada:20848 Date: 2011-09-05T07:10:31-07:00 List-Id: Any suggestions on why this is happening? I have gnat-4.4 and gprbuild installed. Thanks, Joel --- make make LIBRARY_TYPE=static build_library_type make[1]: Entering directory `/home/joelr/Work/gps/gnatlib' gprbuild -m -j1 -XLIBRARY_TYPE=static -Pgnatcoll_build -p creating auto.cgpr gnatcoll.gpr:3:09: warning: no compiler specified for language "Ada", ignoring all its sources gnatcoll_python.gpr:4:09: warning: no compiler specified for language "Ada", ignoring all its sources gnatcoll_postgres.gpr:4:09: warning: no compiler specified for language "Ada", ignoring all its sources gnatcoll_sqlite.gpr:4:09: warning: there are no C sources in this project gnatcoll_tools.gpr:5:09: warning: there are no C sources in this project gprlib gnatcoll_python.lexch gprlib: no object files specified gprbuild: could not build library for project gnatcoll_python make[1]: *** [build_library_type] Error 4 make[1]: Leaving directory `/home/joelr/Work/gps/gnatlib' make: *** [static] Error 2