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,7e9e671b678b32cf X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-31 01:33:40 PST From: "Dr. Michael Paus" Newsgroups: comp.lang.ada Subject: Re: Compiling AdaSockets for Windows XP Date: Tue, 31 Dec 2002 10:33:39 +0100 Organization: 1&1 Internet AG Message-ID: References: NNTP-Posting-Host: p50830956.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.online.de 1041327220 2709 80.131.9.86 (31 Dec 2002 09:33:40 GMT) X-Complaints-To: abuse@online.de NNTP-Posting-Date: 31 Dec 2002 09:33:40 GMT User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b) Gecko/20021016 X-Accept-Language: en-us, en In-Reply-To: Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!feed.news.nacamar.de!news.belwue.de!news.uni-ulm.de!rz.uni-karlsruhe.de!schlund.de!news.online.de!not-for-mail Xref: archiver1.google.com comp.lang.ada:32402 Date: 2002-12-31T09:33:40+00:00 List-Id: Pascal Obry wrote: > "Martin Dowie" writes: > > > >Have to agree though - I spent so long trying to get this to all work that > >I just gave up and went back to v1! > > > There is a Windows distribution available on on Dmitriy Anisimkov's homepage > and on my homepage too. Thanks for the link. That's what I am using now. Why don't you include that in your own distribution? That would have saved me a lot of trouble. Is anybody planning to update the Windows version to 1.4.1? From what I saw there may be a problem with some constants which don't seem to exist in the Windows header files. > Note that the tools needed to build it on Windows are either the Cygwin > toolset (pretty easy to install these days) or the MSYS toolset see > http://www.mingw.org/. Both are free. > > You should probably have one installed if you plan to do development based on > GNU softwares on Windows anyway. With a good IDE there is no need for that. I only do Java development on Windows and haven't been missing these tools so far. In this case I just wanted to compile an existing piece of Ada software as a test driver for some Java software and this would have been easier with a ready to compile socket binding (and if GNAT 3.15p would not have crashed two times on this software which compiles fine on several other systems with GNAT 3.14p). Michael