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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,46b35c6f5f1a761d X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.110.68 with SMTP id m4mr1167408qap.2.1360865433148; Thu, 14 Feb 2013 10:10:33 -0800 (PST) X-Received: by 10.49.38.194 with SMTP id i2mr1741977qek.30.1360865433116; Thu, 14 Feb 2013 10:10:33 -0800 (PST) Path: k2ni33058qap.0!nntp.google.com!t1no247558qaz.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 14 Feb 2013 10:10:32 -0800 (PST) In-Reply-To: <9ced32c6-92ba-4e5e-a093-33c0f0ddd105@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.153.68.213; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.153.68.213 References: <5f621dd4-c254-4ab4-9d41-7752a5cfc565@googlegroups.com> <9ced32c6-92ba-4e5e-a093-33c0f0ddd105@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3a6c2b0d-69a3-495a-a4dc-349d87adacbe@googlegroups.com> Subject: Re: Linux (openSUSE), Ada (GNAT) + OpenGL (MESA) = possible? From: Shark8 Injection-Date: Thu, 14 Feb 2013 18:10:33 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-02-14T10:10:32-08:00 List-Id: On Thursday, February 14, 2013 2:30:45 AM UTC-6, reinkor wrote: > Made an attempt: > > gnatmake -gnat2012 Test.adb > > > Got: > > tao_gl-functions.adb:18:69: missing ";" > tao_gl-functions.adb:19:09: "With" can only appear in context clause > tao_gl-functions.adb:20:40: missing ";" > tao_gl-functions.adb:21:09: "With" can only appear in context clause > tao_gl-functions.adb:22:36: missing ";" > tao_gl-functions.adb:23:09: "With" can only appear in context clause > tao_gl-functions.adb:24:20: missing ";" > > ...etc... Those sound like errors caused by the compiler not recognizing aspects, which were introduced w/ Ada 2012, so won't compile if you're using an 83/95/2005 compiler. > > I had to rename for example tao_gl.functions.adb to tao_gl-functions.adb > > You use linux? (I used here linux/openSUSE 12.2). Nope, windows. Should still work, I don't think I've done anything platform-specific. (The multiple-dot filenames shouldn't be a problem, but Linux is... funny about filenames.)