Re: [geos-devel] cmake build release package 3.5.0

2016-03-03 Thread Matthias Kuhn
On 03/03/2016 12:25 PM, Sandro Santilli wrote: > On Wed, Mar 02, 2016 at 04:05:10PM +0100, Matthias Kuhn wrote: > >> I tried to build geos-3.5.0 from source with cmake using the official >> source package. > 3.5.0 tarball won't be updated, and 3.5.1 will have the file. > The official build system f

Re: [geos-devel] cmake build release package 3.5.0

2016-03-03 Thread Sandro Santilli
On Wed, Mar 02, 2016 at 04:05:10PM +0100, Matthias Kuhn wrote: > I tried to build geos-3.5.0 from source with cmake using the official > source package. 3.5.0 tarball won't be updated, and 3.5.1 will have the file. The official build system for GEOS is automake (where we have dist-checking automa

Re: [geos-devel] GCC 6 build error

2016-03-03 Thread Mateusz Loskot
On 3 March 2016 at 11:10, Sandro Santilli wrote: > On Thu, Mar 03, 2016 at 10:58:48AM +0100, Mateusz Loskot wrote: > >> However, we should be able to rely on that any C++11 compliant toolset >> seeing #include makes std::nan and std::isfinite available. > > And then what about OS/X and solaris ?

Re: [geos-devel] GCC 6 build error

2016-03-03 Thread Sandro Santilli
On Thu, Mar 03, 2016 at 10:58:48AM +0100, Mateusz Loskot wrote: > However, we should be able to rely on that any C++11 compliant toolset > seeing #include makes std::nan and std::isfinite available. And then what about OS/X and solaris ? What would you think about removing all the many condition

Re: [geos-devel] GCC 6 build error

2016-03-03 Thread Mateusz Loskot
On 3 March 2016 at 09:27, Sandro Santilli wrote: > On Wed, Mar 02, 2016 at 05:21:33PM +0100, Mateusz Loskot wrote: >> On 2 March 2016 at 17:13, Sandro Santilli wrote: >> > >> > This is the snippet, in configure.ac, to look for it: >> > >> > AC_LANG_PUSH([C++]) >> > AC_CACHE_CHECK([for isnan],

Re: [geos-devel] GCC 6 build error

2016-03-03 Thread Sandro Santilli
On Wed, Mar 02, 2016 at 05:21:33PM +0100, Mateusz Loskot wrote: > On 2 March 2016 at 17:13, Sandro Santilli wrote: > > > > This is the snippet, in configure.ac, to look for it: > > > > AC_LANG_PUSH([C++]) > > AC_CACHE_CHECK([for isnan], ac_cv_isnan, > >[AC_TRY_LINK([#include ], > >[dou