Re: Testing libexpat, error: 'NAN' was not declared in this scope

2022-02-24 Thread İhsan Doğan via users
Hi Jeffrey, > Am 24.02.2022 um 21:13 schrieb Jeffrey Walton : > >> Besides we have an up to date libexpat package in our repository.  >> https://www.opencsw.org/packages/CSWlibexpat1/ > > Thanks Ihsan, > > It looks like OpenCSW can bump libexpat to 2.4.5. Current OpenCSW > version is 2.4.4.

Re: Testing libexpat, error: 'NAN' was not declared in this scope

2022-02-24 Thread Jeffrey Walton via users
On Thu, Feb 24, 2022 at 3:19 PM İhsan Doğan wrote: > > > Am 24.02.2022 um 21:15 schrieb Jeffrey Walton : > > > >>> > >>> Sebastian checked in a fix for this. See > >>> https://github.com/libexpat/libexpat/issues/569. > >>> > >>> I did not realize the portable way to get INFINITY and NAN is > >>>

Re: Testing libexpat, error: 'NAN' was not declared in this scope

2022-02-24 Thread Jeffrey Walton via users
On Thu, Feb 24, 2022 at 3:08 PM İhsan Doğan wrote: > > Am 23.02.2022 um 16:33 schrieb Jeffrey Walton via users > : > > I'm trying to compile libexpat 2.4.5 on SOlaris 11.4. It has that > antique GCC 4.8.2. The build is failing: > > $ make check -k > ... > /bin/g++ -DHAVE_CONFIG_H -I. -I..

Re: Testing libexpat, error: 'NAN' was not declared in this scope

2022-02-24 Thread İhsan Doğan via users
Hi Jeffrey, > Am 24.02.2022 um 21:08 schrieb Jeffrey Walton via users > : >> >> I'm trying to compile libexpat 2.4.5 on SOlaris 11.4. It has that >> antique GCC 4.8.2. The build is failing: >> >> $ make check -k >> ... >> /bin/g++ -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 >>

Re: Testing libexpat, error: 'NAN' was not declared in this scope

2022-02-24 Thread İhsan Doğan via users
Hi Jeffrey, > Am 24.02.2022 um 21:15 schrieb Jeffrey Walton : > >>> >>> Sebastian checked in a fix for this. See >>> https://github.com/libexpat/libexpat/issues/569. >>> >>> I did not realize the portable way to get INFINITY and NAN is >>> strtof("infinity", NULL) and strtof("nan", NULL),

Re: Testing libexpat, error: 'NAN' was not declared in this scope

2022-02-24 Thread Jeffrey Walton via users
On Thu, Feb 24, 2022 at 3:17 PM İhsan Doğan wrote: > > Hi Jeffrey, > > > Am 24.02.2022 um 21:13 schrieb Jeffrey Walton : > > > >> Besides we have an up to date libexpat package in our repository.  > >> https://www.opencsw.org/packages/CSWlibexpat1/ > > > > Thanks Ihsan, > > > > It looks like

Re: CIN-2789 Testing libexpat, error: 'NAN' was not declared in this scope

2022-02-24 Thread İhsan Doğan via users
I’ve blocked this address on the mail server. It shouldn’t annoy us anymore. Regards Ihsan > Am 23.02.2022 um 16:36 schrieb cin via users : > > —-—-—-— > Reply above this line. > Just confirming that we got your request. We're on it. > > View request >

Re: Testing libexpat, error: 'NAN' was not declared in this scope

2022-02-24 Thread İhsan Doğan via users
Hi, > Am 23.02.2022 um 16:33 schrieb Jeffrey Walton via users > : > > I'm trying to compile libexpat 2.4.5 on SOlaris 11.4. It has that > antique GCC 4.8.2. The build is failing: > > $ make check -k > ... > /bin/g++ -DHAVE_CONFIG_H -I. -I.. -DXML_ENABLE_VISIBILITY=1 > -I./../lib

Re: Testing libexpat, error: 'NAN' was not declared in this scope

2022-02-24 Thread Jeffrey Walton via users
On Thu, Feb 24, 2022 at 3:13 PM İhsan Doğan wrote: > > > Am 24.02.2022 um 21:08 schrieb Jeffrey Walton via users > > : > >> > >> I'm trying to compile libexpat 2.4.5 on SOlaris 11.4. It has that > >> antique GCC 4.8.2. The build is failing: > >> > >> $ make check -k > >> ... > >> /bin/g++

Re: Testing libexpat, error: 'NAN' was not declared in this scope

2022-02-24 Thread Jeffrey Walton via users
On Thu, Feb 24, 2022 at 3:21 PM Jeffrey Walton wrote: > > On Thu, Feb 24, 2022 at 3:19 PM İhsan Doğan wrote: > > > > > Am 24.02.2022 um 21:15 schrieb Jeffrey Walton : > > > > > >>> > > >>> Sebastian checked in a fix for this. See > > >>> https://github.com/libexpat/libexpat/issues/569. > > >>> >