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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c664b94ca589f80f X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!e23g2000prf.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Re: Free Ada83 compiler for older Solaris/SPARC or IRIX? Date: Wed, 27 Feb 2008 07:37:47 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <47BC8252.84C89825@baigar.de> <47C50951.507A6E68@baigar.de> NNTP-Posting-Host: 83.221.214.171 Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1204126668 18570 127.0.0.1 (27 Feb 2008 15:37:48 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 27 Feb 2008 15:37:48 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e23g2000prf.googlegroups.com; posting-host=83.221.214.171; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070601 SeaMonkey/1.1.2,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20127 Date: 2008-02-27T07:37:47-08:00 List-Id: On 27 =C6=C5=D7, 09:55, Erik Baigar wrote: > "Jeffrey R. Carter" wrote: > > No compiler supports plot/draw; that's not part of the language. You nee= d a > > graphics library for that. > > I have not looked into the different possibilities in detail > now, but what would be the easiest way if I only want to get > a window and draw lines within this window? I.e. the only > thing I need is a command like "draw.line(x1, y1, x2, y2);"? > > X11ada? , Motif/X-Binding?, AdaGTK? > If you have GNAT GPL 2007 or able to bootstrap GCC/GNAT 4.3.0 on your machine you may try to use QtAda. Qt installation is significantly simple when installation of the Gtk+ and all its dependences. Latest Qt version has support for both SPARC/Solaris 2.6 and SGI/IRIX 6.5.