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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4e2900b4a74b6c51,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-12 09:03:38 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: almroth@attglobal.net (Andreas Almroth) Newsgroups: comp.lang.ada Subject: Problems compiling test suite in Florist 3.13p Date: 12 Jul 2001 09:03:36 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 213.237.151.24 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 994953816 17383 127.0.0.1 (12 Jul 2001 16:03:36 GMT) X-Complaints-To: groups-support@google.com NNTP-Posting-Date: 12 Jul 2001 16:03:36 GMT Xref: archiver1.google.com comp.lang.ada:9879 Date: 2001-07-12T16:03:36+00:00 List-Id: Hi all, I seem to frequent this place a lot this week... :) In lack of a better forum (that I'm aware of), I'm posting here... sorry... I tried to compile the Florist package version 3.13p today with Gnat 3.13p (pre-compiled) on a SPARC Solaris 2.6 box, but I have stumbled into trouble when compiling the test programs. The Florist library itself compiles alright, though I have not written any programs yet, using the library. That is because I thought I would run the tests first to see that everything is working... 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 When looking in the source code, it looks to me fairly OK, but I tried to move the use statements up to global scope, and voila, it works... But surely, it shouldn't be necessary to change the files? I get various other errors/warnings as well. Soooo, of course, I'm now wondering what I am doing wrong. I'm following the instructions in the README, and the only thing that is mentioned is that all tests might not work, but nothing about all test might not compile... Well, any help is appreciated! /Andreas