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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,4e2900b4a74b6c51 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-12 12:45:44 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!grolier!nerim.net!proxad.net!feeder2-1.proxad.net!nnrp4.proxad.net.POSTED!not-for-mail Message-ID: <3B50BE4A.718666BA@free.fr> From: Carbonne Damien X-Mailer: Mozilla 4.75 [fr] (X11; U; Linux 2.2.17-21mdk i686) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Problems compiling test suite in Florist 3.13p References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Date: Thu, 12 Jul 2001 19:45:43 GMT NNTP-Posting-Host: 213.228.24.203 X-Complaints-To: abuse@proxad.net X-Trace: nnrp4.proxad.net 994967143 213.228.24.203 (Thu, 12 Jul 2001 21:45:43 CEST) NNTP-Posting-Date: Thu, 12 Jul 2001 21:45:43 CEST Organization: Guest of ProXad - France Xref: archiver1.google.com comp.lang.ada:9887 Date: 2001-07-12T19:45:43+00:00 List-Id: Andreas Almroth a �crit : > > I get the following message on this and many other files; > gnatmake -g -A../floristlib -L../floristlib p030301 -cargs -gnatag > -largs -lflorist > gcc -c -g -I../floristlib -gnatag p030301.adb > p030301.adb:65:01: (style) incorrect layout > gnatmake: "p030301.adb" compilation error > make[1]: *** [p030301] Error 4 > make[1]: Leaving directory `/export/ada/florist-3.13p-src/tests' > make: *** [run_tests] Error 2 > Change "-gnatag" into "-gnata" to suppress gnat style checks. GNAT documentation says: -gnatg GNAT style checks enabled. It seems that those test files don't follow GNAT coding rules ! Damien