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.182.232.164 with SMTP id tp4mr6259396obc.29.1406515687299; Sun, 27 Jul 2014 19:48:07 -0700 (PDT) X-Received: by 10.182.20.104 with SMTP id m8mr2569obe.11.1406515687040; Sun, 27 Jul 2014 19:48:07 -0700 (PDT) Path: border1.nntp.dca1.giganews.com!nntp.giganews.com!h18no9013923igc.0!news-out.google.com!eg1ni10igc.0!nntp.google.com!h18no5459627igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 27 Jul 2014 19:48:06 -0700 (PDT) In-Reply-To: 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> <36d12cf1-0569-483f-9fb9-5a0161db1b17@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: openglada build problem. From: pincerfae@gmail.com Injection-Date: Mon, 28 Jul 2014 02:48:07 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:187954 Date: 2014-07-27T19:48:06-07:00 List-Id: On Sunday, July 27, 2014 3:36:18 PM UTC-7, Nasser M. Abbasi wrote: > 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 well said, nasser. I like learning ada, a lot. but this whole patchwork of getting anything to work is very discouraging. delphi/pascal and opengl isn't much better, as I've found.