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,9812fa7db5b12878,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z13g2000prk.googlegroups.com!not-for-mail From: Joseph Montanez Newsgroups: comp.lang.ada Subject: OpenGL and SDL Date: Sat, 28 May 2011 10:34:48 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9b62f2a5-16e4-4508-a752-6006f2999416@z13g2000prk.googlegroups.com> NNTP-Posting-Host: 68.7.96.215 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1306604089 18945 127.0.0.1 (28 May 2011 17:34:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 28 May 2011 17:34:49 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z13g2000prk.googlegroups.com; posting-host=68.7.96.215; posting-account=LvrXvwoAAACC1wHP0nbl3bIZlHjbXQtk User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKRUAELSC X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.772.0 Safari/535.1,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19538 Date: 2011-05-28T10:34:48-07:00 List-Id: I was hoping to have those two running with Ada, however Ada Open GL and Ada SDL are using gnat4.1. Resulting in: gcc: error trying to exec 'gnat1': execvp: No such file or directory I am pulling the Repositories from github: https://github.com/io7m/coreland-sdl-ada https://github.com/io7m/coreland-opengl-ada Do I have to use older versions of gnat to use these libraries? I've tried Header translation too, but I get cc1: error: unrecognized command line option "-fdump-ada-spec" http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/Running-the-binding-generator.html#Running-the-binding-generator