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,5cedbcafd5ae3ee1,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-30 22:11:26 PST Path: archiver1.google.com!newsfeed.google.com!postnews1.google.com!not-for-mail From: byhoe@greenlime.com (Adrian Hoe) Newsgroups: comp.lang.ada Subject: Problem with glade Date: 30 Jun 2001 22:11:25 -0700 Organization: http://groups.google.com/ Message-ID: <9ff447f2.0106302111.31eddaee@posting.google.com> NNTP-Posting-Host: 203.106.196.179 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 993964285 14690 127.0.0.1 (1 Jul 2001 05:11:25 GMT) X-Complaints-To: groups-support@google.com NNTP-Posting-Date: 1 Jul 2001 05:11:25 GMT Xref: archiver1.google.com comp.lang.ada:9288 Date: 2001-07-01T05:11:25+00:00 List-Id: Hello, I downloaded a copy of glade-3.11p and when I was trying to compile it on Intel/Linux (Caldera OpenLinux 2.3) with GNAT-3.11p, it gave a warning message: debug.ads:36:06: warning: no entities of "Types" are referenced gnatmake: "../ada/debug.adb" compilation error There is no problem when I compiled other units such as ali.adb which also uses Types. I could not determine what is the cause of this warning with ARM. Can someone kindly shed some lights to me? Thank you.