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-30 08:53:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!btnet-peer1!btnet-peer0!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: Compiling AdaSockets for Windows XP Date: Mon, 30 Dec 2002 16:52:19 +0000 (UTC) Organization: BT Openworld Message-ID: References: NNTP-Posting-Host: host213-123-141-111.in-addr.btopenworld.com X-Trace: venus.btinternet.com 1041267139 6519 213.123.141.111 (30 Dec 2002 16:52:19 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Mon, 30 Dec 2002 16:52:19 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Xref: archiver1.google.com comp.lang.ada:32390 Date: 2002-12-30T16:52:19+00:00 List-Id: "Dr. Michael Paus" wrote in message news:aupk75$6io$1@news.online.de... > I am just trying to build the latest version of AdaSockets for > Windows XP. However, it does not seem to be possible to create > various necessary files without having a lot of other tools > installed on the system. Would anybody be so kind and send me > the generated source files for Windows XP? (Just Windows is > probably enough. I don't think they differ from version to > version.) The most important file is sockets-constants.ads. > > Many thanks in advance > > Michael > > PS: Why are these files not part of the distribution? >From what I can make out... The constants names are the same for pretty much all OS but the values associated with the names differ between OS. Part of the distro is a utility that creates the sockets-constants.ads file by actually building and running a program that returns the actual values used on that machine. 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!