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.107.131.140 with SMTP id n12mr6892417ioi.58.1480506301588; Wed, 30 Nov 2016 03:45:01 -0800 (PST) X-Received: by 10.157.17.167 with SMTP id v36mr1619975otf.12.1480506301539; Wed, 30 Nov 2016 03:45:01 -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!p16no237596qta.1!news-out.google.com!j8ni1002qtc.0!nntp.google.com!n6no238792qtd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 30 Nov 2016 03:45:01 -0800 (PST) In-Reply-To: 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> <1d785051-0f0b-45df-9292-680b4155e0a3@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Building Matreshka on Windows From: Maxim Reznik Injection-Date: Wed, 30 Nov 2016 11:45:01 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:32531 Date: 2016-11-30T03:45:01-08:00 List-Id: =D1=81=D1=80=D0=B5=D0=B4=D0=B0, 30 =D0=BD=D0=BE=D1=8F=D0=B1=D1=80=D1=8F 201= 6 =D0=B3., 1:49:13 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: > C:\Programming\Libraries\Matreshka>make install > make -f Makefile.install > make: Interrupt/Exception caught (code =3D 0xc00000fd, addr =3D 0x4217b3) > make: *** [install] Error 255 >=20 >=20 It seems your make is unable to start make. Could you add path to make.exe = into PATH environment on the system level (/My Computer/Properties/Advanced= /Environment Variables/PATH=3D). Restart shell to apply new PATH setting an= d try again. I see also that configure.exe doesn't find firebird automatically. Try to s= pecify firebird directory explicitly: make config configure.exe --with-firebird-libdir=3D"C:\Program Files\Firebird\Firebird_= 3_0" make > > What build driver do you prefer? maven, NuGet, chocolately, Web PI or P= owerShell? ;) >=20 > It doesn't exist. (Yet.) ;) > Of those you listed PowerShell is, IMO, the best... but that's not really= saying a lot. (GPRBuild is usable, in the way that C is, but we *really* o= ught to have a better project language.)