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 2002:a24:628a:: with SMTP id d132-v6mr1420121itc.27.1521223558315; Fri, 16 Mar 2018 11:05:58 -0700 (PDT) X-Received: by 2002:a9d:5f17:: with SMTP id f23-v6mr136162oti.12.1521223558194; Fri, 16 Mar 2018 11:05:58 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!maths.tcd.ie!newsswitch.lcs.mit.edu!ottix-news.ottix.net!border1.nntp.dca1.giganews.com!nntp.giganews.com!r195-v6no671257itc.0!news-out.google.com!h73-v6ni1053itb.0!nntp.google.com!r195-v6no671252itc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 16 Mar 2018 11:05:57 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:1206:45c6:8b20:7d0e:b921:8c47:41e2; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:45c6:8b20:7d0e:b921:8c47:41e2 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <90d6e2a6-48dd-48cc-9285-8e9e38da4423@googlegroups.com> Subject: Re: Mathpaqs release 13-Mar-2018 From: gautier_niouzes@hotmail.com Injection-Date: Fri, 16 Mar 2018 18:05:58 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:51036 Date: 2018-03-16T11:05:57-07:00 List-Id: Le vendredi 16 mars 2018 09:34:11 UTC+1, Vincent D. a =C3=A9crit=C2=A0: > Le mardi 13 mars 2018 17:39:49 UTC+1, gautier...@hotmail.com a =C3=A9crit= =C2=A0: > > Mathpaqs is a collection of mathematical packages in the Ada programmin= g language. > > More information here: http://mathpaqs.sf.net/ >=20 > Hi Gautier, >=20 > I downloaded the file :=C2=A0mathpaqs_2018_03_13.zip and tried to unzip i= t but the 'LZMA' method was not supported by my unzipping tools. >=20 > Therefore I downloaded the file : zipada53.zip and tried to build unzipad= a but it failed on OS X=C2=A0with the following error message :=20 > > ld: library not found for -lwin32ada > > collect2: error: ld returned 1 exit status > > gprbuild: link of unzipada.adb failed >=20 > How can I build unzipada under OS X=C2=A0? Quick answer: in unzipada.adb: - comment out "with Ada_Directories_Extensions;" (line 18) - comment out "Ada_Directories_Extensions.Set_Modification_Time(Name, To);"= (line 34) and put "null;" instead. I'll do it as default (hoping Ada_Directories_Extensions.Set_Modification_T= ime becomes Ada_Directories.Set_Modification_Time one day)...