|
Geometry : |
From: Ngoc Dung Do (Ngoc.Dung.Do_at_[hidden])
Date: 2021-02-17 12:42:45
Hi,
is there a possibility how I could find out which Boost.Geometry Library
version is compatible with Compiler: gcc-c++.x86_64 version 4.8.5 since
unfortunately it is not possible for me to upgrade to a newer GCC version
but I still would like to use your library.
I ask because it was not obvious to know that Boost.Geometry Library
version 1.75 needs at least a GCC version 5 since on the official homepage
older GCC Compilers are also listed under the section "Supported
compilers":
https://www.boost.org/doc/libs/1_75_0/libs/geometry/doc/html/geometry/compilation.html
I would really appreciate your help.
Thanks a lot in advance.
Mit freundlichen Grüßen / Kind regards
Ngoc Dung Do
Industry Consultant
Enterprise Application & Mobile
IBM Global Business Services
+49 1525 87 96 542 Mobile
Französische Straße 24, 10117 Berlin
ngoc.dung.do_at_[hidden]
IBM Deutschland GmbH
Vorsitzender des Aufsichtsrats: Sebastian Krause
Geschäftsführung: Gregor Pillen (Vorsitzender), Agnes Heftberger, Gabriele
Schwarenthorer, Markus Koerner, Christian Noll, Nicole Reimer
Sitz der Gesellschaft: Ehningen / Registergericht: Amtsgericht Stuttgart,
HRB 14562 / WEEE-Reg.-Nr. DE 99369940
From: Mateusz Loskot via Geometry <geometry_at_[hidden]>
To: "Boost.Geometry library mailing list"
<geometry_at_[hidden]>
Cc: Mateusz Loskot <mateusz_at_[hidden]>
Date: 16/02/2021 12:13
Subject: [EXTERNAL] Re: [geometry] [Boost.Geometry] Compiling errors
running the official source code example "model::multi_point"
Sent by: "Geometry" <geometry-bounces_at_[hidden]>
On Tue, 16 Feb 2021 at 11:56, Ngoc Dung Do via Geometry
<geometry_at_[hidden]> wrote:
>
>
https://www.boost.org/doc/libs/1_75_0/libs/geometry/doc/html/geometry/reference/models/model_multi_point.html
>
> My system has the following characteristics:
> 1. OS: RHEL 7
> 2. Compiler: gcc-c++.x86_64 version 4.8.5
"GCC 6.1 was the first release with non-experimental C++14 support,
so the API and ABI of features added in C++14 is only stable since
that release."
https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2014
https://gcc.gnu.org/onlinedocs/gcc-4.8.5/gcc/Standards.html#Standards
However, you should be fine with GCC 5 as that is the lowest
GCC version the library is CI-tested with
https://github.com/boostorg/geometry/blob/3b0898389abd8dec839f6564c6ccf748f6b38c1f/.github/workflows/minimal-gcc.yml#L23-L29
> 3. Compiling with C++14
Not possible, AFAIK.
Best regards,
-- Mateusz Loskot, http://mateusz.loskot.net _______________________________________________ Geometry mailing list Geometry_at_[hidden] https://lists.boost.org/mailman/listinfo.cgi/geometry
Geometry list run by mateusz at loskot.net