Discussion:
[Proj] PROJ 5.2.0
Kristian Evers
2018-09-15 14:34:47 UTC
Permalink
On behalf of the PROJ development team I am happy to announce
the release of PROJ 5.2.0. This release includes both bug fixes and
new features (see https://proj4.org/news.html#proj-5-2-0 for details).

The source distribution of the new version can be downloaded here:

http://download.osgeo.org/proj/proj-5.2.0.tar.gz (http://download.osgeo.org/proj/proj-5.2.0.tar.gz.md5)
http://download.osgeo.org/proj/proj-5.2.0.zip (http://download.osgeo.org/proj/proj-5.2.0.zip.md5)

NOTE that this will be the last version of PROJ that publicly
exposes the projects.h header. This will also be the last version
including the NMAKE build system for Windows. Please adjust
your software and workflows accordingly in preparation for the
next version scheduled for release early next year.


As well as a new version of PROJ we are also releasing new
versions of the datumgrid packages. These are

proj-datumgrid-1.8 (http://download.osgeo.org/proj/proj-datumgrid-1.8.zip)
proj-datumgrid-europe-1.1 (http://download.osgeo.org/proj/proj-datumgrid-europe-1.1.zip)
proj-datumgrid-north-america-1.1 (http://download.osgeo.org/proj/proj-datumgrid-north-america-1.1.zip)
Roger Oberholtzer
2018-09-17 07:45:40 UTC
Permalink
[ 37s] checking whether g++ supports C++11 features with -h std=c++11... no
[ 37s] configure: error: *** A compiler with support for C++11
Shouldn't the test

-h std=c++1

be

-std=c++11





--
Roger Oberholtzer
Kristian Evers
2018-09-17 07:53:49 UTC
Permalink
Roger,

Probably, yes. Could you share some details on how you got there? Did you use make or CMake?

/Kristian
-----Oprindelig meddelelse-----
vegne af Roger Oberholtzer
Sendt: 17. september 2018 09:46
Emne: Re: [Proj] PROJ 5.2.0
[ 37s] checking whether g++ supports C++11 features with -h std=c++11...
no
[ 37s] configure: error: *** A compiler with support for C++11
Shouldn't the test
-h std=c++1
be
-std=c++11
--
Roger Oberholtzer
_______________________________________________
Proj mailing list
http://lists.maptools.org/mailman/listinfo/proj
Roger Oberholtzer
2018-09-17 09:07:48 UTC
Permalink
Post by Kristian Evers
Roger,
Probably, yes. Could you share some details on how you got there? Did you use make or CMake?
My mistake. I see that 5.2.0 now requires g++. I did not add that to
my spec file. I thought it was a default thing in the build
environment. Seems not.

If you are curious, I try to maintain builds here:

https://build.opensuse.org/package/show/home:rogeroberholtzer/proj

These are the platforms I test for. There are others that are also supported.
--
Roger Oberholtzer
Kristian Evers
2018-09-17 13:00:22 UTC
Permalink
Yeah, we recently introduced the googletest suite which is C++ based. Hence the new requirement. That should probably have been specified in the release notes now that I think of it...

Are you all set now that you've updated your spec file or do we need to make some changes that will ease things for you and others with later releases?

/Kristian
-----Oprindelig meddelelse-----
vegne af Roger Oberholtzer
Sendt: 17. september 2018 11:08
Emne: Re: [Proj] PROJ 5.2.0
Post by Kristian Evers
Roger,
Probably, yes. Could you share some details on how you got there? Did you
use make or CMake?
My mistake. I see that 5.2.0 now requires g++. I did not add that to
my spec file. I thought it was a default thing in the build
environment. Seems not.
https://build.opensuse.org/package/show/home:rogeroberholtzer/proj
These are the platforms I test for. There are others that are also supported.
--
Roger Oberholtzer
_______________________________________________
Proj mailing list
http://lists.maptools.org/mailman/listinfo/proj
Continue reading on narkive:
Loading...