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,9e2f60618cf3eaa8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-22 06:37:30 PST 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!news.teledanmark.no!uninett.no!dax.net!juliett.dax.net!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Distributed Ada (Annex E) References: <3DB479E6.1725E12C@lmco.nospammmmmm.com> <87lm4qsybu.fsf@inf.enst.fr> From: Ole-Hjalmar Kristensen Message-ID: <7vlm4qoars.fsf@vlinux.voxelvision.no> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 22 Oct 2002 13:36:55 GMT NNTP-Posting-Host: 193.216.12.150 X-Complaints-To: abuse@tele2.no X-Trace: juliett.dax.net 1035293815 193.216.12.150 (Tue, 22 Oct 2002 15:36:55 MET DST) NNTP-Posting-Date: Tue, 22 Oct 2002 15:36:55 MET DST Organization: Tele2 Norway AS Public Access Xref: archiver1.google.com comp.lang.ada:30026 Date: 2002-10-22T13:36:55+00:00 List-Id: Samuel Tardieu writes: > >>>>> "Joe" == Joe Simon writes: > > Joe> However, I can't seem to find any literature that provides an > Joe> "Ada distributed Systems for the cluless". Is all I need to put > Joe> together a small distributed system test (the equivalent to > Joe> "Hello World", but displayed on another node) is GNAT, or do I > Joe> need one of these other packages ? > > Get GNAT and GLADE from ftp://cs.nyu.edu/pub/gnat/ and read GLADE > manual, which contains a tutorial. > > Sam > -- > Samuel Tardieu -- sam@rfc1149.net -- http://www.rfc1149.net/sam While we are talking about GLADE, has anyone successfully built it on a Windows NT with GNAT 3-14p? I have Cygwin installed which may have something to do with the following error I get while trying to make the example programs: $ make Making all in absolute make[1]: Entering directory `/cygdrive/c/glade-3.14p-src/examples/Eratho/absolut e' /usr/local/bin/gnatdist -I. absolute.cfg gnatdist: *** unknown error raised PROGRAM_ERROR : EXCEPTION_ACCESS_VIOLATION make[1]: *** [mainloop] Error 1 make[1]: Leaving directory `/cygdrive/c/glade-3.14p-src/examples/Eratho/absolute ' make: *** [all-recursive] Error 1