Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warn building Airspace.cpp from libboost #156

Open
efa opened this issue Sep 11, 2022 · 0 comments
Open

warn building Airspace.cpp from libboost #156

efa opened this issue Sep 11, 2022 · 0 comments
Assignees

Comments

@efa
Copy link
Collaborator

efa commented Sep 11, 2022

building current master and tags/v0.3.8 or tags/v0.3.7 for Linux, once was warn free, now I got this:

...
Compiling: src/Waypoint.cpp
In file included from /usr/include/boost/geometry/geometry.hpp:26,
                 from /usr/include/boost/geometry.hpp:17,
                 from src/Airspace.cpp:25:
/usr/include/boost/geometry/geometry.hpp:27:1: note: ‘#pragma message: CAUTION: Boost.Geometry in Boost 1.73 deprecates support for C++03 and will require C++14 from Boost 1.75 onwards.’
   27 | BOOST_PRAGMA_MESSAGE("CAUTION: Boost.Geometry in Boost 1.73 deprecates support for C++03 and will require C++14 from Boost 1.75 onwards.")
      | ^~~~~~~~~~~~~~~~~~~~
/usr/include/boost/geometry/geometry.hpp:28:1: note: ‘#pragma message: CAUTION: Define BOOST_GEOMETRY_DISABLE_DEPRECATED_03_WARNING to suppress this message.’
   28 | BOOST_PRAGMA_MESSAGE("CAUTION: Define BOOST_GEOMETRY_DISABLE_DEPRECATED_03_WARNING to suppress this message.")
      | ^~~~~~~~~~~~~~~~~~~~
Compiling: src/CSV.cpp
/usr/include/boost/detail/no_exceptions_support.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/no_exceptions_support.hpp> instead.’
   17 | BOOST_HEADER_DEPRECATED("<boost/core/no_exceptions_support.hpp>")
      | ^~~~~~~~~~~~~~~~~~~~~~~
Building shared library: Release/libairspaceconverter.so
...

anyway compilation ended OK building binary.

libboost-dev version 1.74-0-3
gcc version 10.2.1 20210110 (Debian 10.2.1-6)
LMDE 5 elsie based on Debian 11 Bullseye

@alus- alus- self-assigned this Oct 12, 2022
@alus- alus- added this to the 0.3.9 milestone Oct 12, 2022
@alus- alus- removed this from the 0.3.9 milestone Apr 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants