Actions
Bug #12872
closedBoost 1.85.0 removed filesystem/convenience.hpp, wt-homepage example compilation fails
Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
08/01/2024
Due date:
% Done:
0%
Estimated time:
Description
While trying to compile Wt master with Boost 1.85.0 the compilation of example wt-homepage fails with:
[ 81%] Building CXX object examples/gitmodel/CMakeFiles/gitview.wt.dir/__/wt-homepage/SourceView.C.o
/home/wdobbe/opensource/wt/examples/wt-homepage/SourceView.C:11:10: fatal error: boost/filesystem/convenience.hpp: No such file or directory
11 | #include
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
The convenience.hpp include file was deprecated and has been removed.
Updated by Matthias Van Ceulebroeck 4 months ago
- Status changed from New to Rejected
Hey Winfried,
I'm marking this "Rejected", since it's already being tracked by a different ticket. It's currently on ttrack to be released with Wt 4.11.0, pretty soon!
Updated by Matthias Van Ceulebroeck 4 months ago
- Related to Bug #12615: Boost 1.85 dropped directory_iterator added
Actions