Bug #3561
closedProblem installing Wt
Description
hello,
I get the following error when i try to compile Wt:
60%] Building CXX object src/CMakeFiles/wt.dir/Wt/Chart/WLegend3D.o
[ 60%] Building CXX object src/CMakeFiles/wt.dir/Wt/Chart/WAbstractDataSeries3D.o
[ 60%] Building CXX object src/CMakeFiles/wt.dir/Wt/Chart/WAbstractGridData.o
[ 60%] Building CXX object src/CMakeFiles/wt.dir/Wt/Chart/WGridData.o
[ 60%] Building CXX object src/CMakeFiles/wt.dir/Wt/Chart/WEquidistantGridData.o
[ 60%] Building CXX object src/CMakeFiles/wt.dir/Wt/Chart/WScatterData.o
[ 61%] Building CXX object src/CMakeFiles/wt.dir/Wt/Json/Array.o
[ 61%] Building CXX object src/CMakeFiles/wt.dir/Wt/Json/Object.o
[ 61%] Building CXX object src/CMakeFiles/wt.dir/Wt/Json/Parser.o
/home/nezar/Downloads/wt-3.3.3/src/Wt/Json/Parser.C:27:57: fatal error: boost/spirit/home/phoenix/statement/throw.hpp: No such file or directory
#include <boost/spirit/home/phoenix/statement/throw.hpp>
^
compilation terminated.
make[2]: * [src/CMakeFiles/wt.dir/Wt/Json/Parser.o] Error 1
make[1]: * [src/CMakeFiles/wt.dir/all] Error 2
make: * [all] Error 2
i know that the problem in in boost installation, i have installed all the libraries but i can't find "/phoenix/statement/throw.hpp" in "boost/spirit/home"
any idea's ?
Updated by Wim Dumon about 10 years ago
- Status changed from New to Resolved
Hi,
This is a problem with boost 1.56 on the last Wt release. Boost rearranged some of its header files.
This is fixed in the latest git version of Wt. So you options are to either use an older version of boost, or to use the git version of Wt.
Best regards,
Wim Dumon.
Updated by Koen Deforche about 10 years ago
- Assignee set to Wim Dumon
- Target version set to 3.3.4
Updated by Koen Deforche about 10 years ago
- Status changed from Resolved to Closed