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: mcc@entropy.cs.princeton.edu (Martin C. Carlisle) Subject: Re: RAPID 2.0 Date: 1999/07/26 Message-ID: <7nhno4$k2o$1@cnn.Princeton.EDU>#1/1 X-Deja-AN: 505369746 References: <379BD839.133EBC4F@bullets.net> <7nhkkc$n71@hobbes.crc.com> Organization: US Air Force Academy, Dept of Computer Science Newsgroups: comp.lang.ada Date: 1999-07-26T00:00:00+00:00 List-Id: You should need only to do gnatmake rapid from the rapid folder with the switches from rapid-2.0\rapid\gnat.ago (modified to fit your directory structure). Also, I expect that you may be missing GNAT.Directory_Operations. If so, you can simply comment out the if statement from rapid.adb (which allows command-line arguments) and the "with Mcc.Directory_Operations" If you encounter other compilation problems, please report them to carlislem@acm.org --Martin In article <7nhkkc$n71@hobbes.crc.com>, David C. Hoos, Sr. wrote: > >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. > > > > -- Martin C. Carlisle, Asst Prof of Computer Science, US Air Force Academy carlislem@acm.org, http://www.usafa.af.mil/dfcs/bios/carlisle.html DISCLAIMER: This content in no way reflects the opinions, standards or policy of the US Air Force Academy or the United States Government.