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-Thread: 103376,32f4ffdbee83a6a2 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!h48g2000cwc.googlegroups.com!not-for-mail From: "Martin Krischik" Newsgroups: comp.lang.ada Subject: Re: Finaly: GPS 4.0.0 available. Date: 12 Sep 2006 03:56:14 -0700 Organization: http://groups.google.com Message-ID: <1158058573.989282.258660@h48g2000cwc.googlegroups.com> References: <3881843.XeCLMRKVUL@linux1.krischik.com> NNTP-Posting-Host: 194.41.152.139 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1158058579 2814 127.0.0.1 (12 Sep 2006 10:56:19 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 12 Sep 2006 10:56:19 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.0 fproxy.post.ch:3128 (squid/2.5.STABLE10) Complaints-To: groups-abuse@google.com Injection-Info: h48g2000cwc.googlegroups.com; posting-host=194.41.152.139; posting-account=2-0LkQwAAAAQMhPSoYwlMiUmi-6lYh44 Xref: g2news2.google.com comp.lang.ada:6564 Date: 2006-09-12T03:56:14-07:00 List-Id: tim erickson schrieb: > On Mon, 11 Sep 2006 17:57:56 +0000, Bj=F6rn Persson wrote: > > > Martin Krischik wrote: > >> Finally after many unsuccessfull attempts we have created a working GP= S=2E And > >> not any old one - the very current GPS 4.0.0 with lots of new features. > >> > >> "GNAT/GPL SuSE 10.1 x86_64" and "GNAT/GPL Source" are uploaded and oth= ers > >> will follow when they become available. > > > > Alas, it looks like there won't be a GPS package for Fedora anytime > > soon. It just displays the splash screen and then crashes on a failed > > assertion. > > I'd like to try this on SuSE 10.1_586 but since I've been away from Ada > for a while could someone please tell me where this downloadable from. For SuSE 10.1 568 it should be fairly simple as SuSE 10.1 x86_64 is allready there. You need the base setup: http://gnuada.sourceforge.net/pmwiki.php/Packages/GNATConfig http://gnuada.sourceforge.net/pmwiki.php/Packages/GNATRPM Then you download the Source RPMs: http://sourceforge.net/project/showfiles.php?group_id=3D12974&package_id=3D= 191854 After that the fun of building begins: http://gnuada.sourceforge.net/pmwiki.php/RPM/HomePage Now there is one hurdle here: You need the GPL version of GNAT for the GPS (unless you want to patch the sources). But the GPL version can only be build with another GPL version. For Linux 586 this is fairly simple: download a GPL version from Libre. For SuSE Linux you you can also donwload and install the SuSe 9.2 version to create a 10.1 version. Initial setup is hard but once evertything is set up then creation is as simple as calling: Package_Step1.bash Package_Step2.bash Package_Step3.bash or make gpl make gpl-gktada make gpl-xmlada make gpl-gps Martin