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.157.60.6 with SMTP id q6mr6681913otc.141.1480432967369; Tue, 29 Nov 2016 07:22:47 -0800 (PST) X-Received: by 10.157.37.125 with SMTP id j58mr1053388otd.18.1480432967314; Tue, 29 Nov 2016 07:22:47 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!p16no2931110qta.1!news-out.google.com!j8ni11942qtc.0!nntp.google.com!n6no2932337qtd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 29 Nov 2016 07:22:47 -0800 (PST) In-Reply-To: <3c41f737-a1d9-40a5-aea3-08c4b61baaa8@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=213.154.192.107; posting-account=K1cP1QoAAAD_GR6kW2Td0NqGqGBLRE8h NNTP-Posting-Host: 213.154.192.107 References: <3c41f737-a1d9-40a5-aea3-08c4b61baaa8@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1d785051-0f0b-45df-9292-680b4155e0a3@googlegroups.com> Subject: Re: Building Matreshka on Windows From: Maxim Reznik Injection-Date: Tue, 29 Nov 2016 15:22:47 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:32510 Date: 2016-11-29T07:22:47-08:00 List-Id: =D1=81=D1=80=D0=B5=D0=B4=D0=B0, 2 =D0=BD=D0=BE=D1=8F=D0=B1=D1=80=D1=8F 2016= =D0=B3., 23:29:17 UTC+2 =D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0= =D1=82=D0=B5=D0=BB=D1=8C Shark8 =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB: > I recently came across Matreshka on this wikipedia page -- https://en.wik= ibooks.org/wiki/Ada_Programming/Libraries/Database -- when searching for Fi= reBird bindings to Ada... Ada bindings to FireBirs? Whatever. >=20 > Anyway, the user-guide is pretty unhelpful when on a Windows machine -- h= ttp://forge.ada-ru.org/matreshka/wiki/Guide -- essentially requiring the wh= ole unix-like environment... so my questions are thus: has anyone gotten it= to build on Windows? has anyone gotten it to build WITHOUT Cygwin, MSYS, e= tc? >=20 You don't need Cygwin nor MSYS to compile matreshka. Just two packages make= and coreutils (together less then 10 Mb in size, url in the guide). Just i= nstall these two pieces of software. That's all you need to start compilati= on. So, yes - it works on windows without any problem. yes - it works WITHOUT C= ygwin and MSYS. What build driver do you prefer? maven, NuGet, chocolately, Web PI or Power= Shell? ;) > PS -- I'd much rather not use Cygwin et al; it adds another layer of tool= s and idiosyncrasies to the environment. >=20 > PPS -- Why do people think "make" is a good way to build/install anyway? = (I tried running it through Borland's make, but no joy -- what else do you = expect from a tool developed on/with/for C?)