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 07:34:56 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1.bredband.com!bredband!uio.no!193.216.69.35.MISMATCH!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> <7vlm4qoars.fsf@vlinux.voxelvision.no> From: Ole-Hjalmar Kristensen Message-ID: <7velaio840.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 14:34:24 GMT NNTP-Posting-Host: 193.216.12.150 X-Complaints-To: abuse@tele2.no X-Trace: juliett.dax.net 1035297264 193.216.12.150 (Tue, 22 Oct 2002 16:34:24 MET DST) NNTP-Posting-Date: Tue, 22 Oct 2002 16:34:24 MET DST Organization: Tele2 Norway AS Public Access Xref: archiver1.google.com comp.lang.ada:30028 Date: 2002-10-22T14:34:24+00:00 List-Id: Ole-Hjalmar Kristensen writes: > 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 Got a step further by running gnatdist in the debugger and setting the GLADE_LIBRARY_DIR variable. Now gnatdist runs fine, but the make job chokes on gcc: gnatdist: building controller caller stubs from .\controller.ads distribution feature not supported compilation abandoned gnatdist: c:\gnat\bin\gcc.exe failed gnatdist: *** can't continue make[1]: *** [mainloop] Error 4