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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,55f1c52c8132c053 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Georg Maubach Newsgroups: comp.lang.ada Subject: Re: Installing AWS GPL Edition Date: 25 Nov 2010 21:22:09 GMT Message-ID: <8l82c1F78qU1@mid.individual.net> References: <8l5urlF47qU1@mid.individual.net> <4cedfe15$0$23756$14726298@news.sunsite.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net 13y9c7ReXBc9KM1xE9U4AwuWuk3WS4FI65CtvXf8my5mIxjSoZ Cancel-Lock: sha1:kzFH/J+i7KQvdAFoL+sQDaLETrY= User-Agent: Pan/0.132 (Waxed in Black) Xref: g2news2.google.com comp.lang.ada:16625 Date: 2010-11-25T21:22:09+00:00 List-Id: Hi Thomas, first I used "apt-get install gnat" and "apt-get install gnat-gps" and had the described problems. Then I uninstalled everything and followed your instructions downloading the software directly from libre.adacore.com. > > If you don't have gprbuild, then grab GNAT GPL from libre.adacore.com > and install it to its default location. Then add /usr/gnat/bin to your > PATH. > > Using the default values for the installation ./doinstall of GNAT GPS finished without errors and without warning messages. I added /usr/gnat/bin to my PATH variable and called /usr/bin/make setup build install from the source directory of AWS. The setup routine came to an end but produced a hole bunch of warning messages and an Exit message: tools.gpr:34:09: warning: no compiler specified for language "makefile", ignoring all its sources include.gpr:33:09: warning: no compiler specified for language "makefile", ignoring all its sources scr.gpr:35:09: warning: no compiler specified for language "makefile", ignoring all its sources aws-attachments.adb:404:19: warning: redundant conversion, expression of type "Element" [1]+ Exit 2 /usr/bin/make setup build install 1 When running /usr/bin/make setup build install again the routine listed the same warning messages but came to an end without "Exit" message. What should I do about the warnings? Regards George