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.3 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, REPLYTO_WITHOUT_TO_CC autolearn=no 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-24 02:47:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fr.usenet-edu.net!usenet-edu.net!enst.fr!not-for-mail From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada Subject: Re: Distributed Ada (Annex E) Date: Thu, 24 Oct 2002 04:45:46 -0500 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: <3DB479E6.1725E12C@lmco.nospammmmmm.com> <87lm4qsybu.fsf@inf.enst.fr> <7vlm4qoars.fsf@vlinux.voxelvision.no> <807366e2.0210221346.1d6b0df0@posting.google.com> <7vadl5o5m2.fsf@vlinux.voxelvision.no> <807366e2.0210232145.7e5d0d45@posting.google.com> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1035452822 49997 137.194.161.2 (24 Oct 2002 09:47:02 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Thu, 24 Oct 2002 09:47:02 +0000 (UTC) Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.13 Precedence: bulk List-Unsubscribe: , List-Id: comp.lang.ada mail<->news gateway List-Post: List-Help: List-Subscribe: , Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:30091 Date: 2002-10-24T04:45:46-05:00 On my system the registry key is HKEY_LOCAL_MACHINE/SOFTWARE/Ada Core Technologies/GCC not HKEY_LOCAL_MACHINE/SOFTWARE/Ada CoreTechnologies/GCC Do you agree? FWIW on my system (XP Professional) GNU sed version 3.02 works just fine, but clearly the 013 is wrong, unless you're trying to delete Vertical Tabs (not very likely). Also, FWIW I use the tcsh shell, as I like it much better than bash, and I have the following path set which gives preference to GNAT: . G:/gnat/bin G:/cygwin/bin ----- Original Message ----- From: "Wilhelm Spickermann" Newsgroups: comp.lang.ada To: Sent: October 24, 2002 12:45 AM Subject: Re: Distributed Ada (Annex E) > Ole-Hjalmar Kristensen wrote in message news:<7vadl5o5m2.fsf@vlinux.voxelvision.no>... > > wilhelm.spickermann@t-online.de (Wilhelm Spickermann) writes: > > > > > Ole-Hjalmar Kristensen wrote in message news:<7vlm4qoars.fsf@vlinux.voxelvision.no>... > > > ... > > > > 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: > > > > > > Yes, but without cygwin. The Bank example worked with the other > > > machine being a debian linux. Both machines were virtual, but that > > > shouln't make a difference. Just mail me, if You want my recipe. > > > > Yes, I would be very interested. I got gnatdist to work, but the > > compilation of the examples bomb out with the message that the > > distribution feature is not supported. > > Ok, here are my old notes (Windows menu points translated back to > english, > which will surely result in some wrong texts...). > > Starting point was NT4 (SP6), Gnat 3.14p, AdaGide and GtkAda-1.3.6. > > No installation of cygwin. > > Installation of Cygwin-Tools(no libs, just some unix-typical exes). > AFAIK no longer distributed as a package. Used > http://www.caslsoft.com/gcc_tools/cygwin-b20.1-usertools.exe > and installed it. > > Created C:\tmp und C:\bin > > Copied c:\cygnus\cygwin-b20\H-i586-cygwin32\bin\bash.exe to c:\bin > > Renamed c:\bin\bash.exe to sh.exe > > Put link to sh.exe on the desktop with layout-height set to 1000. > > Menu: Start->Config->Systemcontrol->System->Environment: > Append to PATH (semicolon separated): > C:\GNAT\lib\gcc-lib\pentiu~1\2.8.1 > C:\cygnus\cygwin~1\H-i586~1\bin > (The long names don't do it! Find short ones with dir/x) > > copy glade-3.14p-src.tar.gz to C:\ > > Start desktop link to sh and there: > cd / > tar xzf glade-3.14p-src.tar.gz > cd glade-3.14p-src > edit Dist/xe_reg.adb > near line 176 in the comment and the code: > replace "Free Software Foundation" with > "Ada Core Technologies" > edit Garlic/Makefile.in > replace sed 's/\013//g' by tr -d '\015' > (Yes, also replace 13 by 15) > edit Dist/config.sdefault > replace sed 's/\015//' by tr -d '\015' > ./configure --prefix=/GNAT > The prefix value has to be the Registry-Entry > HKEY_LOCAL_MACHINE/SOFTWARE/Ada CoreTechnologies/GCC > in Unix-Notation. It is case significant! > make install > > I wonder how those sed-commands came into the script -- AFAIK sed > never understood the octal backslash notation -- and in one of the > places octal and decimal were mixed up. > > Have fun > Wilhelm > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada > >