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,fc5a5ec05818585b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-16 10:50:10 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Gnade win32 binaries?? Date: 16 Oct 2002 13:40:20 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1034790676 19981 128.183.220.71 (16 Oct 2002 17:51:16 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 16 Oct 2002 17:51:16 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:29849 Date: 2002-10-16T17:51:16+00:00 List-Id: Jano writes: > En el mensaje , stephen.a.leake.1 > @gsfc.nasa.gov dice... > > > > I'm looking at sourceforge for win32 binaries ready to install but > > > it seems they don't exist. > > > > Correct. GNADE has only recently begun supplying binary packages for > > Linux, and we have not discussed binary packages for Windows. > > > > Since there is no standard packaging scheme for Windows, it's not > > clear how to distribute a binary. > > Mmm... I'm wondering. I have an old 1.1.5 executable that installs > GNADE, and even creates start menu entries for docs, uninstall and > rebuilding of the libadaodbc.a. That's the reason why I was searching > for an actualized version. > > I presume it's made by another person? Yes, gnade for Win32 used to be maintained by someone else. > > That's not hard; just type 'make' in the Win32 directory. > > Seems pretty easy :-) From reading the docs I had the idea I was in need > of gmake. If you find that in the current distribution, it's a bug; submit a bug report. 'gmake' seems to be a common name for 'Gnu make', which is what comes with GNAT and Cygwin. > Are you refering to the make that comes with gnat? Yes. > If it's this easy, really it's enough for me. I'll give a try. If you need more help, email me off list: stephen_leake@acm.org. Let me know how it goes, either way. -- -- Stephe