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,c9451537593407b7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-25 12:54:01 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!news.gtei.net!newsfeed.mathworks.com!btnet-peer0!btnet!news5-gui.server.ntli.net!ntli.net!news2-win.server.ntlworld.com.POSTED!not-for-mail From: "chris.danx" Newsgroups: comp.lang.ada References: <0onr7.9325$Ck.1581110@news6-win.server.ntlworld.com> Subject: Re: GtkAda or Ada or a binding? Keys X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Message-ID: Date: Tue, 25 Sep 2001 20:48:54 +0100 NNTP-Posting-Host: 62.253.10.188 X-Complaints-To: abuse@ntlworld.com X-Trace: news2-win.server.ntlworld.com 1001447334 62.253.10.188 (Tue, 25 Sep 2001 20:48:54 BST) NNTP-Posting-Date: Tue, 25 Sep 2001 20:48:54 BST Organization: ntlworld News Service Xref: archiver1.google.com comp.lang.ada:13358 Date: 2001-09-25T20:48:54+01:00 List-Id: "David Botton" wrote in message news:mailman.1001363062.27045.comp.lang.ada@ada.eu.org... > You may also want to start with GWindows (if you are on Windows) which is a > lot easier and has a number of very nice tutorials to get you started in GUI > programming. (http://www.adapower.com/gwindows) I had a previous version 0.3 of Gwindows installed and removed it. I dowloaded the beta release of GWindows and followed the instructions, however when I type make ANSI=1 install it gives the error "too many parameters - &" over and over. I have checked my path which is SET PATH=D:\GNAT\BIN;D:\GNATCOM-1.3P\BIN;%PATH% SET ADA_INCLUDE_PATH=d:\gwindows;d:\xmlada\src SET ADA_OBJECTS_PATH=d:\gwindows;d:\xmlada\lib and can see nothing that would cause this. This is reminiscent of something Jeff Creem mentioned in relation to GtkAda (which I removed from the path before installing Gwindows), about differences between sh and command.com (or something like that) along the lines of one of them not taking "&", thereby disallowing multiple commands to be issued on one line. I typed make -v and was given GNU Make version 3.77 How do I compile Gwindows on W98 with 3.13p and avoid this error? Any and all help is appreciated, Chris