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.252.6 with SMTP id zo6mr12186845pac.40.1406413390043; Sat, 26 Jul 2014 15:23:10 -0700 (PDT) X-Received: by 10.50.111.232 with SMTP id il8mr318348igb.6.1406413389787; Sat, 26 Jul 2014 15:23:09 -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!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!h18no8270850igc.0!news-out.google.com!px9ni0igc.0!nntp.google.com!h18no8270848igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 26 Jul 2014 15:23:09 -0700 (PDT) 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 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6dd12748-8445-4a23-873b-1ecf5bed04ae@googlegroups.com> Subject: openglada build problem. From: pincerfae@gmail.com Injection-Date: Sat, 26 Jul 2014 22:23:09 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 1846 X-Received-Body-CRC: 539073530 Xref: news.eternal-september.org comp.lang.ada:21269 Date: 2014-07-26T15:23:09-07:00 List-Id: 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. gnatmake -d -PC:\openglada\glfw_test.gpr -XGLFW_Version=2 -XLIBRARY_TYPE=static -XAuto_Exceptions=enabled -XMode=debug -XWindowing_System=windows gnatbind -x C:\openglada\obj\glfw_test-display.ali gnatlink C:\openglada\obj\glfw_test-display.ali -g C:\openglada\lib\libGlfwAda.a C:\openglada\lib\libOpenGLAda.a -lglfw -lwinmm -lgdi32 -lOpenGL32 -lGdi32 -o C:\openglada\bin\glfw_test-display.exe c:/gnat/2014/bin/../libexec/gcc/i686-pc-mingw32/4.7.4/ld.exe: cannot find -lglfw collect2.exe: error: ld returned 1 exit status gnatlink: error when calling C:\GNAT\2014\bin\gcc.exe gnatmake: *** link failed. this is run within GNAT GPS.. what am I doing wrong?