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,92e6a3338b86fc40 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-30 05:26:34 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!212.74.64.35!colt.net!newspeer.clara.net!news.clara.net!btnet-peer!btnet-peer0!btnet!news5-gui.server.ntli.net!ntli.net!news6-win.server.ntlworld.com.POSTED!not-for-mail From: "chris.danx" Newsgroups: comp.lang.ada References: <9mkpqb$oe$1@news.huji.ac.il> Subject: Re: XML/Ada 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: Thu, 30 Aug 2001 13:18:33 +0100 NNTP-Posting-Host: 213.104.131.208 X-Complaints-To: abuse@ntlworld.com X-Trace: news6-win.server.ntlworld.com 999173929 213.104.131.208 (Thu, 30 Aug 2001 13:18:49 BST) NNTP-Posting-Date: Thu, 30 Aug 2001 13:18:49 BST Organization: ntlworld News Service Xref: archiver1.google.com comp.lang.ada:12589 Date: 2001-08-30T13:18:33+01:00 List-Id: "Ehud Lamm" wrote in message news:9mkpqb$oe$1@news.huji.ac.il... > > chris.danx wrote in message > news:g4ej7.4084$wX5.497941@news6-win.server.ntlworld.com... > > Hi folks > > > > Has anyone got XML Ada built on the Windows platform yet? I'm aware that > > there is no distro or makefile for windows, yet. Makefiles have always > > posed a problem for me, and i'm working through the sources of the package > > to see if there's a possible alternative way to build it. If anyone has > > built it, could you please share how you did it? > > > > When I try I get > > > > too many parameters: gnatmake > > > > and a bunch of other errors. > > > > I compiled XmlAda-0.5.1 on an Windows box, using Gnat-3.13. > The readme tells you about the gnatmake parameters (you have to uncomment > the second gnatmake line, and comment out the first one), inside > makefile.module. Did that, but as you pointed out it doesn't seem to work. > However, the make process still failed here, so I had to play with it a bit. > I didn't fix the makefile, just cleaned after it manually. I managed to get it built by copying all source files to xmlada\src, opening all ads files and hitting F3 in AdaGIDE until every ads file was compiled and then copying *.ali and *.o to xmlada\lib. Then put them on the ADA_OBJECTS_PATH and ADA_INCLUDE_PATH, and reboot. Took a while, but it works!!! Chris