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

[6.06] bunch of warnings with boost 1.81 #42

Open
picca opened this issue Mar 6, 2024 · 2 comments
Open

[6.06] bunch of warnings with boost 1.81 #42

picca opened this issue Mar 6, 2024 · 2 comments

Comments

@picca
Copy link

picca commented Mar 6, 2024

Hello, while preparing the switch to boost 1.81 I got these warning about deprecated headers.

g++ -frecord-gcc-switches -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -std=c++11 -Wall -Wendif-labels -I/usr/include/hdf5/serial -DUSE_BOOST -DNDEBUG -O3 -DUSE_PTHREADS -g -c ../src/Ainur/AinurSpirit.cpp
In file included from /usr/include/boost/config/header_deprecated.hpp:18,
                 from /usr/include/boost/spirit/include/phoenix_core.hpp:11,
                 from ../src/Ainur/AinurSpirit1.cpp:7,
                 from ../src/Ainur/AinurSpirit.cpp:2:
/usr/include/boost/spirit/include/phoenix_core.hpp:12:1: note: ‘#pragma message: This header is deprecated. Use <boost/phoenix/core.hpp> instead.’
   12 | BOOST_HEADER_DEPRECATED("<boost/phoenix/core.hpp>")
      | ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/spirit/include/phoenix_operator.hpp:12:1: note: ‘#pragma message: This header is deprecated. Use <boost/phoenix/operator.hpp> instead.’
   12 | BOOST_HEADER_DEPRECATED("<boost/phoenix/operator.hpp>")
      | ^~~~~~~~~~~~~~~~~~~~~~~
g++ -frecord-gcc-switches -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -std=c++11 -Wall -Wendif-labels -I/usr/include/hdf5/serial -DUSE_BOOST -DNDEBUG -O3 -DUSE_PTHREADS -c ../src/Ainur/AinurConvert.cpp
In file included from /usr/include/boost/config/header_deprecated.hpp:18,
                 from /usr/include/boost/spirit/include/phoenix_core.hpp:11,
                 from ../src/Ainur/AinurConvert1.cpp:5,
                 from ../src/Ainur/AinurConvert.cpp:2:
/usr/include/boost/spirit/include/phoenix_core.hpp:12:1: note: ‘#pragma message: This header is deprecated. Use <boost/phoenix/core.hpp> instead.’
   12 | BOOST_HEADER_DEPRECATED("<boost/phoenix/core.hpp>")
      | ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/spirit/include/phoenix_operator.hpp:12:1: note: ‘#pragma message: This header is deprecated. Use <boost/phoenix/operator.hpp> instead.’
   12 | BOOST_HEADER_DEPRECATED("<boost/phoenix/operator.hpp>")
      | ^~~~~~~~~~~~~~~~~~~~~~~
ar rcs libpsimaglite.a MersenneTwister.o Matrix.o Mpi.o Concurrency.o ProgressIndicator.o MemResolv.o PsimagLite.o PsiBase64.o SpecialFunctions.o TypeToH5.o TridiagonalMatrix.o PredicateSimple.o  AinurSpirit.o AinurConvert.o
make[2]: Leaving directory '/<<PKGBUILDDIR>>/psimaglite/lib'
/usr/bin/make -C src
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'

Have a nice day.

Frederic

@g1257
Copy link
Owner

g1257 commented Mar 7, 2024 via email

@picca
Copy link
Author

picca commented Mar 7, 2024 via email

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