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 autolearn=unavailable autolearn_force=no version=3.4.4 Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!goblin1!goblin.stu.neva.ru!news.astraweb.com!border5.a.newsrouter.astraweb.com!newsfeed.eweka.nl!feeder3.eweka.nl!eweka.nl!post.eweka.nl!post.eweka.nl!not-for-mail From: Felix Krause Newsgroups: comp.lang.ada Date: Fri, 22 Nov 2013 17:59:15 +0100 Message-ID: <528f8d62$0$6060$2c885b36@post.eweka.nl> References: <5285429d$0$29424$2c885b36@post.eweka.nl> <5054a4a4-fdef-4f56-b8e7-4ba7fc541bae@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: ANN: OpenGLAda 0.3 and OpenCLAda 0.1 released User-Agent: Unison/2.1.10 Organization: Eweka Internet Services NNTP-Posting-Host: Eweka Internet Services X-Complaints-To: abuse@n-o-s-p-a-m.eweka.nl X-Original-Bytes: 1730 Xref: number.nntp.dca.giganews.com comp.lang.ada:183976 Date: 2013-11-22T17:59:15+01:00 List-Id: On 2013-11-22 14:06:29 +0000, Marius Amado-Alves said: > Giving it a try on Windows. > Needs GLFW, which needs CMake, so I installed all these. > Now how do I make OpelGLAda aware of the GLFW installation? > Thanks. If you're using AdaCore's GNAT, put the GLFW binaries into the "lib" folder of your GNAT installation (e.g. C:\GNAT\2013\lib). You can use the precompiled Windows binaries that are available on the GLFW site: http://www.glfw.org/download.html (Use the ones in the lib-mingw folder of the package). If you compiled it yourself, make sure it has the right architecture (AdaCore's GNAT needs and produces 32bit binaries on Windows). If you're compiling from command line, you can probably also set LD_LIBRARY_PATH to point to your binaries instead of moving them into GNAT's lib folder. -- Felix Krause http://flyx.org/