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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.57.65 with SMTP id b1mr2705159qah.2.1371412471185; Sun, 16 Jun 2013 12:54:31 -0700 (PDT) X-Received: by 10.49.36.199 with SMTP id s7mr288342qej.17.1371412471161; Sun, 16 Jun 2013 12:54:31 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!bw2no1905105qab.0!news-out.google.com!y6ni2993qax.0!nntp.google.com!j2no409550qak.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 16 Jun 2013 12:54:31 -0700 (PDT) In-Reply-To: <9afd55de-5e7e-484d-9962-247c0235c556@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=109.190.25.159; posting-account=DAe9nQkAAAB9gkplHzkiZyyp2GkJ0X9B NNTP-Posting-Host: 109.190.25.159 References: <9afd55de-5e7e-484d-9962-247c0235c556@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Error in gtkada-3.4.2-gpl that comes with gnat gpl 2013 From: "Andy M." Injection-Date: Sun, 16 Jun 2013 19:54:31 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Original-Bytes: 2141 Xref: number.nntp.dca.giganews.com comp.lang.ada:181869 Date: 2013-06-16T12:54:31-07:00 List-Id: Le dimanche 16 juin 2013 16:43:59 UTC+2, Charly a =E9crit=A0: > Hi, >=20 >=20 >=20 > I just tried to compile the new gtkada-3.4.2-gpl that comes with gnat gpl= 2013, >=20 > as I do every year after installing the new gnat gpl version, by doing: >=20 > ./configure --prefix=3D/usr/local/gnat >=20 > make >=20 >=20 >=20 > But this time, I got some error messages in testgtk: >=20 >=20 >=20 > gcc -c -gnatQ -gnatwa -gnatay3abcefhiklmnprt -g -O1 -gnat05 -I- -gnatA /m= nt/data5/gmd/sw/gnat-2013/gtkada/gtkada-3.4.2-gpl-src/testgtk/opengl/view_g= l.adb In GtkAda 2013, OpenGL is no longer supported. When you try to compile test= gtk, the test of OpenGl fails. If you do not use OpenGL, this is not an issue. (just change some config va= riable about OpenGL like OpenGL=3DNO) If you need OpenGL, then you must stick with GtkAda 2012 or build an interf= ace to GtkGLext or ask Adacore.