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!news3.google.com!feeder2.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.84.MISMATCH!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Installing AWS GPL Edition Date: Thu, 25 Nov 2010 07:55:46 +0100 Organization: A noiseless patient Spider Message-ID: <87sjypq4ct.fsf@ludovic-brenta.org> References: <8l5urlF47qU1@mid.individual.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx01.eternal-september.org; posting-host="ilkpoS/VI/eKThC/gxY33w"; logging-data="13425"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1++YJvYz6S1S3uus/mbssb+" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:3+KfXk1k5l1iYY/R/Q9Nt/rAFMg= sha1:M7ZNhHxXxpmES2U3GVS3W/2M91I= Xref: g2news2.google.com comp.lang.ada:16621 Date: 2010-11-25T07:55:46+01:00 List-Id: Georg Maubach writes: > I tried to install AWS GPL Edition on my Debian machine. The AWS source > files are stored in /homedir/aws-gpl-2.8.0-src. > > When I issue the command "/usr/bin/make setup build install" in the "aws- > gpl-2.8.0-src" directory I get the following error messages: > > make[1]: gprbuild: Command not found > make[1]: ../.build/native/release/../setup/check_config: Command not found > make[1]: *** [../.build/native/release/../setup/src/aws-os_lib.ads] Error > 127 > make: *** [config_setup] Error 2 > > My machine setup is: > Linux Kernel: Linux earth 2.6.26-2-amd64 #1 SMP Thu Sep 16 15:56:38 UTC > 2010 x86_64 GNU/Linux > GPS: GNAT Programming System GPS 4.0.1 [Debian] hosted on x86_64-linux- > gnu GNAT 4.3.2 > Make: GNU make 3.8.1 > > Can somebody tell me how can I fix this? aptitude install gprbuild And optionally: aptitude install libaws2.7-dev -- Ludovic Brenta.