Package Details: proj6 6.3.2-3

Git Clone URL: https://aur.archlinux.org/proj6.git (read-only, click to copy)
Package Base: proj6
Description: Cartographic Projections library (version 6)
Upstream URL: https://trac.osgeo.org/proj/
Licenses: MIT
Submitter: bcb
Maintainer: bcb
Last Packager: bcb
Votes: 0
Popularity: 0.000000
First Submitted: 2021-04-24 17:47 (UTC)
Last Updated: 2023-06-19 17:51 (UTC)

Latest Comments

bcb commented on 2023-06-19 17:52 (UTC)

@lsr -- thanks, have added that patch to prepare().

Didn't realise anybody would still be using this, I only packaged it as cartopy needed it for a while until it was updated for the new API.

lsr commented on 2023-06-19 13:21 (UTC) (edited on 2023-06-19 13:22 (UTC) by lsr)

This no longer compiles with gcc 13 (or before?). A patch to fix the issue:

diff --color -ru ./src/proj_json_streaming_writer.hpp ../../proj-6.3.2/src/proj_json_streaming_writer.hpp
--- ./src/proj_json_streaming_writer.hpp        2020-01-23 10:45:49.000000000 +0200
+++ ../../proj-6.3.2/src/proj_json_streaming_writer.hpp 2023-06-19 15:24:58.884884660 +0300
@@ -33,6 +33,7 @@

 #include <vector>
 #include <string>
+#include <cstdint>

 #define CPL_DLL

bcb commented on 2021-05-17 18:46 (UTC)

@adigitoleo - I have previously built this on three different machines without any test failures, and just built it again in a clean chroot with no failures. I have applied the patch from the issue you linked, and it does not appear to create any problems. Hopefully that fixes the tests for you.