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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b6721217b8e304d X-Google-Attributes: gid103376,public From: "Jerry van Dijk" Subject: Re: Installing GLIDE on a Win98 Date: 2000/08/28 Message-ID: <39aad248_2@news2.prserv.net>#1/1 X-Deja-AN: 663626464 References: <39A9DC1C.5B8FB688@BLAH.purdue.edu> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Complaints-To: abuse@prserv.net X-Trace: 28 Aug 2000 21:57:44 GMT, 139.92.232.249 Organization: * JerryWare * X-MSMail-Priority: Normal Reply-To: "Jerry van Dijk" Newsgroups: comp.lang.ada Date: 2000-08-28T00:00:00+00:00 List-Id: > File names: emacs-20.7-fullbin-i386.tar.gz > glide-3.13p-src.tgz > gnat-3.13p-nt.exe First of all: GLIDE will work fine with ntemacs 20.7.1. I know, it's what I use all day :-) > I uninstalled everything. Can anybody give me step by step > plan on how to get this running? The problem is that the GLIDE source distribution is geared towards unix systems. But installing the NT version is quite straightforward. 1. install GNAT. 2. Install emacs 3. unpack the GLIDE sources in a temporary directory 4. modify the glide.bat file so that GLIDE_BASE specifies your emacs installation directory 5. compile the glideint program ('gnatmake glideint') 6. compile the glide_gui program ('gnatmake glide_gui') 7. copy glide.bat, glideint.exe and glide_gui.exe to your emacs\bin directory 8. copy the following files to your emacs\site-lisp directory: ada-mode.el ada-prj.el ada-stmt.el ada-support.el ada-xref.el cua-mode.el glide-debug.el glide.el 9. Create a shortcut on your desktop to the glide.bat file in the emacs/bin directory. You can pick an icon for it from the collection you will find in the emacs/etc/icon directory. 10. double click on the shortcut to start GLIDE. (side note: the GLIDE tutorial and documentation can be found in the GNAT documentation package) in GLIDE, press 'Alt-X', and on the command prompt type 'ada-mode'. Now type 'Ctrl-X d', and on the command promt type the path to your emacs\site-lisp directory. You should now see a directory listing containing the .el files you copied before. Move the cursor to each .el file and press 'SHIFT-B' to byte compile it. That's it. Press 'Ctrl-x Ctrl-c' to exit GLIDE, and you are all set to start using glide. Success, Jerry. -- Jerry van Dijk | email: jdijk@acm.org -- Team-Ada | web: stad.dsl.nl/~jvandyk -- Paris, France | Leiden, Holland