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: 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!aioe.org!.POSTED!not-for-mail From: Luke A. Guest Newsgroups: comp.lang.ada Subject: Re: is getting OpenGL to work with Ada a lost cause? Date: Mon, 18 Aug 2014 21:44:38 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: <600348708430090971.987678laguest-archeia.com@nntp.aioe.org> 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> NNTP-Posting-Host: /fcAypRktuYVdCe0Dj7c6g.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: NewsTap/4.0.1 (iPhone/iPod Touch) X-Notice: Filtered by postfilter v. 0.8.2 Xref: news.eternal-september.org comp.lang.ada:21812 Date: 2014-08-18T21:44:38+00:00 List-Id: Shark8 wrote: > 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. The majority of these makefiles are simplistic and only make the building and installing easier by wrapping for files, so if you don't want to use a shell and type make, then read the Makefile and issue the gnatmake/gprbuild command.