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.50.170.162 with SMTP id an2mr1081863igc.4.1405816283015; Sat, 19 Jul 2014 17:31:23 -0700 (PDT) X-Received: by 10.50.221.39 with SMTP id qb7mr858556igc.0.1405816282926; Sat, 19 Jul 2014 17:31:22 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!h18no2425631igc.0!news-out.google.com!eg1ni1igc.0!nntp.google.com!h18no4292700igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 19 Jul 2014 17:31:22 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.212.64.164; posting-account=ctJm-AoAAABQaCDtzbgPWk5DGAl9lKGW NNTP-Posting-Host: 66.212.64.164 References: <0fff89bb-42c0-490f-89c1-aec4a6e09e3c@googlegroups.com> <4ccabbe2-b221-4ddd-b105-d0ac558abed4@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ada and opengl From: pincerfae@gmail.com Injection-Date: Sun, 20 Jul 2014 00:31:22 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:21068 Date: 2014-07-19T17:31:22-07:00 List-Id: On Wednesday, July 16, 2014 12:37:33 PM UTC-7, gautier...@hotmail.com wrote= : > Le mercredi 16 juillet 2014 01:15:19 UTC+2, pinc...@gmail.com a =E9crit= =A0: >=20 >=20 >=20 > > I have the bindings for my laptop (which is win 7), and no way to use t= hem. >=20 > >=20 >=20 > > I'm unable to compile ANY programs with opengl because of error message= s stating that certain files (like gl.ads, for example) are missing. >=20 > >=20 >=20 > > the files are there. I downloaded them. but the compiler does not see t= hem. HOW CAN THIS BE FIXED? >=20 >=20 >=20 > As far as GLOBE_3D is concerned, a quick glimpse at the documentation is = valuable. >=20 > readme.txt says: "Please refer to GLOBE_3D_Info.html for the documentatio= n!" >=20 > GLOBE_3D_Info.html says: "4. How to build the engine" >=20 > There, you read (for Windows/GNAT/GPS): Open the GLOBE_3D_Win32.gpr proje= ct file, then press F4. >=20 > HTH >=20 > _________________________=20 >=20 > Gautier's Ada programming=20 >=20 > http://sf.net/users/gdemont that's the oddball thing. I downloaded the globe_3d bindings and they work = fine. I have not been able to get the examples from david's opengl bindings to wo= rk at all. the problem starts when I try to build adaglut.adb. first it's 'adaglut.exe' missing. then about 50 lines saying undefined after it tries to link adaglut.adb wit= h adaglut.ali the gnatbind lists about 50 instances where there's undefinited references'= in glmain'. then the 'bad location' address, followed by collect2.exe error, gnatlink e= rror when calling gcc.exe and gnatmake link error detected. why does it seem like you need to have a straight-out unix system to do ANY= THING related to opengl? that doesn't seem right to me at all.