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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 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!news.glorb.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!fx18.iad.POSTED!not-for-mail From: Shark8 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:34.0) Gecko/20100101 Thunderbird/34.0a1 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: is getting OpenGL to work with Ada a lost cause? References: <1bd438c5-7563-4c37-a53d-8378573cf784@googlegroups.com> <59f62e65-dcf0-42c9-82d5-5e1a3c095583@googlegroups.com> <1ed96b4d-e0d4-4a23-b230-dd1eadc14401@googlegroups.com> <14b80334-a07d-4ebb-81f6-34b5469f1134@googlegroups.com> <1919212643429967793.040137laguest-archeia.com@nntp.aioe.org> <1441286327430086309.749208laguest-archeia.com@nntp.aioe.org> In-Reply-To: <1441286327430086309.749208laguest-archeia.com@nntp.aioe.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Message-ID: X-Complaints-To: abuse@teranews.com NNTP-Posting-Date: Mon, 18 Aug 2014 21:01:33 UTC Organization: TeraNews.com Date: Mon, 18 Aug 2014 15:01:26 -0600 X-Received-Bytes: 2029 X-Received-Body-CRC: 1081801076 Xref: news.eternal-september.org comp.lang.ada:21811 Date: 2014-08-18T15:01:26-06:00 List-Id: On 18-Aug-14 14:26, Luke A. Guest wrote: > Shark8 wrote: >> On 17-Aug-14 05:32, Luke A. Guest wrote: >>>> As far as Linux/Unix...it is what it is. It would be nice to know how >>>> many people out there that use linux/unix for ada programming... >>> >>> Most of Ada users I would say. >> >> I don't, my machine is Windows and I see no need to alter that for using Ada. > > Well no, install msys and yer sorted for doing better cmd line stuff as > well, plus that makes it easier to use third party Ada libs that use > makefiles. Makefiles are terrible in-general -- but (/especially/) the ones which are distributed w/ AdaCore's libs: they *really* tend to assume a *nix environment. Making me use a *nix environment layer like msys (or cygwin) to compile Ada, which is **supposed to be very cross-platform** is actually pretty stupid.