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.66.122.101 with SMTP id lr5mr14654539pab.19.1406495524762; Sun, 27 Jul 2014 14:12:04 -0700 (PDT) X-Received: by 10.50.40.69 with SMTP id v5mr436133igk.6.1406495524496; Sun, 27 Jul 2014 14:12:04 -0700 (PDT) Path: border1.nntp.dca1.giganews.com!nntp.giganews.com!h18no8908469igc.0!news-out.google.com!eg1ni10igc.0!nntp.google.com!h18no5398980igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 27 Jul 2014 14:12:03 -0700 (PDT) In-Reply-To: <1jivoaemqfjod.k1jq6xh9bn73.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=206.188.60.100; posting-account=ctJm-AoAAABQaCDtzbgPWk5DGAl9lKGW NNTP-Posting-Host: 206.188.60.100 References: <6dd12748-8445-4a23-873b-1ecf5bed04ae@googlegroups.com> <1jivoaemqfjod.k1jq6xh9bn73.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <36d12cf1-0569-483f-9fb9-5a0161db1b17@googlegroups.com> Subject: Re: openglada build problem. From: pincerfae@gmail.com Injection-Date: Sun, 27 Jul 2014 21:12:04 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:187950 Date: 2014-07-27T14:12:03-07:00 List-Id: On Sunday, July 27, 2014 12:16:34 AM UTC-7, Dmitry A. Kazakov wrote: > On Sat, 26 Jul 2014 15:23:09 -0700 (PDT), pincerfae@gmail.com wrote: > > > > > I hate to be a bother, but I'm having issues with the openglada bindings. > > > > > > I do everything right via the gprbuild option, as instructed in the readme. > > > > > > The problem I have is when I try to build and run the included examples. > > [...] > > > gnatlink C:\openglada\obj\glfw_test-display.ali -g C:\openglada\lib\libGlfwAda.a C:\openglada\lib\libOpenGLAda.a -lglfw > > > c:/gnat/2014/bin/../libexec/gcc/i686-pc-mingw32/4.7.4/ld.exe: cannot find -lglfw > > > > libglfw.a missing? > > > > > this is run within GNAT GPS.. > > > what am I doing wrong? > > > > GLFW is not standard Windows GL, AFAIK. You must install it and its > > libraries first. > > > > -- > > Regards, > > Dmitry A. Kazakov > > http://www.dmitry-kazakov.de and just how do I go about doing that? I've all but given up on trying to get gl-ANYTHING to work with ada.