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,a5886c32d2913c1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-06 05:14:47 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!nnx.oleane.net!oleane!freenix!enst.fr!not-for-mail From: Laurent Pautet Newsgroups: comp.lang.ada Subject: Re: Gnat Glade newbie questions Date: Tue, 06 Apr 2004 14:13:45 +0200 Organization: ENST, France Message-ID: References: <4062bd5b$0$706$5402220f@news.sunrise.ch> <87u10c4t5y.fsf@insalien.org> <40711e7b$0$706$5402220f@news.sunrise.ch> NNTP-Posting-Host: dorine.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: avanie.enst.fr 1081253625 10181 137.194.160.65 (6 Apr 2004 12:13:45 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Tue, 6 Apr 2004 12:13:45 +0000 (UTC) User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux) Cancel-Lock: sha1:T/A2jPn1S6YFFX3T/26Qi3DSMLA= Xref: archiver1.google.com comp.lang.ada:6768 Date: 2004-04-06T14:13:45+02:00 List-Id: "Roger Blum" writes: > Hello Ludovic and Duncan, > > I 've found installation instructions for glade on Linux at > http://www.univ-orleans.fr/SCIENCES/INFO/RESSOURCES/doc-install-gnat-linux.html. > Althoug anything didn't behave as described, I finally succeeded in building > GLADE 3.15p on Linux. > But when I do a gnatmake for my test programs, I get an error (s-stratt.adb > has to be recompiled), so something still is wrong. > Do you know how to fix this problem? This is a well-known issue. GLADE has its own s-stratt.adb based on XDR in order to work between heterogeneous machines. GNAT has a s-stratt.adb implementation based on memory copies (which only works in homogeneous systme). You have to stick with only one implementation. The best way would be to always use gnatdist. -- -- Laurent