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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c253956c00842352,start X-Google-Attributes: gid103376,public From: grave Subject: error compiling gnat3.10p on a lynxos machine Date: 1998/08/27 Message-ID: <35E51BAD.4EEE@ipnsun5.in2p3.fr>#1/1 X-Deja-AN: 385209228 Content-Transfer-Encoding: 7bit Organization: I.P.N Orsay Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-08-27T00:00:00+00:00 List-Id: Hi all, I've got the 2.7.0-lynxos-ppc version (from lynx ftp site) of gcc with Ada capabilities. Since I need an homogeneous environment with other machine (vxWorks cards) I wanted to recompile gnat3.10p + gcc2.7.2 with it. But when it try to compile the files types.ads, I've got the following message : types.ads:36:06: preelaborated unit dependency violation Here is the types.ads code: with Unchecked_Deallocation; -- here is the line 36 package Types is pragma Preelaborate (Types); other stuff here... Can somebody explain me how to fix this problem ? Can someone compile gnat1 without Ada compiling capabilities ? Thanks in advance xavier