Bug #3561
Problem 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 ?