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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!newspeer1.nac.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: openglada build problem. Date: Sun, 27 Jul 2014 17:36:18 -0500 Organization: Aioe.org NNTP Server Message-ID: References: <6dd12748-8445-4a23-873b-1ecf5bed04ae@googlegroups.com> <1jivoaemqfjod.k1jq6xh9bn73.dlg@40tude.net> <36d12cf1-0569-483f-9fb9-5a0161db1b17@googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: +bGw3iKtw0btMD059xlTWg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 X-Notice: Filtered by postfilter v. 0.8.2 Xref: number.nntp.dca.giganews.com comp.lang.ada:187953 Date: 2014-07-27T17:36:18-05:00 List-Id: On 7/27/2014 5:13 PM, Simon Wright wrote: > It is a shame that the openglada demo programs depend on other > libraries. > > http://flyx.github.io/OpenGLAda/ (just above the "Getting the Code" > heading) has links to GLFW, SOIL snd FTGL.At least > http://www.glfw.org/download.html contains links to Windows binaries. > A static build version could be provided, so user do not have to install many other things to make the demo program even run. This is what I did with the Fortran openGL. Yes, the demos are much larger in size now, but it is only one file. Download and run. It includes inside it all the libraries needed linked in statically. Having to download many other libraries just to see a demo program, will discourage people from even trying it. --Nasser