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,d747bc0fdf7fa329 X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: RAPID 2.0 Date: 1999/07/26 Message-ID: <7nhkkc$n71@hobbes.crc.com>#1/1 X-Deja-AN: 505360536 References: <379BD839.133EBC4F@bullets.net> Organization: Coleman Research Corporation X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Newsgroups: comp.lang.ada Date: 1999-07-26T00:00:00+00:00 List-Id: Benjamin Story wrote in message <379BD839.133EBC4F@bullets.net>... >Has anyone been able to successfully compile RAPID 2.0 under Linux using >GNAT 3.11? I'd like to use it without booting to Windows, but I can't >seem to get it to compile. > I have not build this version of RAPID on a UNIX box, and I am too busy to spend much time on it now. But.. it looks like what you'll need to do is to extract the GNAT switch information from these four files: rapid-2.0/tcl_peer/gnat.ago rapid-2.0/tcl_peer/test/gnat.ago rapid-2.0/rapid/gnat.ago rapid-2.0/mcc_gui/gnat.ago and incorporate them into either emacs ada-mode project files (which would be my choice) and/or into Makefiles, or into environment variables in your shell startup script, or the equivalent. I assume you already have the requisite TASH and Tcl/Tk installations.