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, WEIRD_PORT autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.86.200 with SMTP id t8mr5764666qal.0.1371393839808; Sun, 16 Jun 2013 07:43:59 -0700 (PDT) X-Received: by 10.49.105.229 with SMTP id gp5mr272121qeb.35.1371393839785; Sun, 16 Jun 2013 07:43:59 -0700 (PDT) Path: border1.nntp.ams3.giganews.com!border1.nntp.ams2.giganews.com!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!xlned.com!feeder1.xlned.com!news2.euro.net!209.197.12.246.MISMATCH!nx02.iad01.newshosting.com!newshosting.com!69.16.185.11.MISMATCH!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!j2no385268qak.0!news-out.google.com!y6ni2993qax.0!nntp.google.com!j2no385267qak.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 16 Jun 2013 07:43:59 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=91.34.38.254; posting-account=5zx--goAAAD06H29EnWQGKTO-gctuXHl NNTP-Posting-Host: 91.34.38.254 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9afd55de-5e7e-484d-9962-247c0235c556@googlegroups.com> Subject: Error in gtkada-3.4.2-gpl that comes with gnat gpl 2013 From: Charly Injection-Date: Sun, 16 Jun 2013 14:43:59 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 2127 X-Original-Bytes: 2411 Xref: number.nntp.dca.giganews.com comp.lang.ada:181866 Date: 2013-06-16T07:43:59-07:00 List-Id: Hi, I just tried to compile the new gtkada-3.4.2-gpl that comes with gnat gpl 2013, as I do every year after installing the new gnat gpl version, by doing: ./configure --prefix=/usr/local/gnat make But this time, I got some error messages in testgtk: gcc -c -gnatQ -gnatwa -gnatay3abcefhiklmnprt -g -O1 -gnat05 -I- -gnatA /mnt/data5/gmd/sw/gnat-2013/gtkada/gtkada-3.4.2-gpl-src/testgtk/opengl/view_gl.adb view_gl.gpb:98:10: "Get_Count" is undefined view_gl.gpb:184:42: "Get_X" is undefined (more references follow) view_gl.gpb:185:42: "Get_Y" is undefined (more references follow) view_gl.gpb:202:14: "Gdk_Window" is not visible view_gl.gpb:202:14: non-visible declaration at gdk.ads:42 view_gl.gpb:207:10: "Get_Is_Hint" is undefined view_gl.gpb:208:10: warning: call to obsolescent procedure "Get_Pointer" declared at gdk-window.ads:1007 view_gl.gpb:300:15: warning: condition is always False gnatmake: "/mnt/data5/gmd/sw/gnat-2013/gtkada/gtkada-3.4.2-gpl-src/testgtk/opengl/view_gl.adb" compilation error I assume the problem was caused by the change from gtk-2.x to gtk-3.x. Any ideas? ------ Charly