Guest User

Untitled

a guest
Oct 23rd, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. [ 62%] Building CXX object Code/Simulation/CMakeFiles/OTBSimulation.dir/otbSailModel.cxx.o
  2. In file included from /home/otbval/Dashboard/src/OTB/Code/Simulation/otbSailModel.cxx:21:
  3. In file included from /usr/include/boost/math/special_functions/expint.hpp:13:
  4. In file included from /usr/include/boost/math/tools/precision.hpp:19:
  5. In file included from /usr/include/boost/math/policies/policy.hpp:22:
  6. /usr/include/boost/math/tools/config.hpp:277:7: error: unknown type name 'fexcept_t'
  7. fexcept_t m_flags;
  8. ^
  9. /usr/include/boost/math/tools/config.hpp:270:24: error: use of undeclared identifier 'FE_ALL_EXCEPT'; did you mean 'FL_EXCEPT'?
  10. feclearexcept(FE_ALL_EXCEPT);
  11. ^~~~~~~~~~~~~
  12. FL_EXCEPT
  13. /usr/include/FL/Enumerations.H:410:3: note: 'FL_EXCEPT' declared here
  14. FL_EXCEPT = 8
  15. ^
  16. In file included from /home/otbval/Dashboard/src/OTB/Code/Simulation/otbSailModel.cxx:21:
  17. In file included from /usr/include/boost/math/special_functions/expint.hpp:13:
  18. In file included from /usr/include/boost/math/tools/precision.hpp:19:
  19. In file included from /usr/include/boost/math/policies/policy.hpp:22:
  20. /usr/include/boost/math/tools/config.hpp:270:10: error: use of undeclared identifier 'feclearexcept'
  21. feclearexcept(FE_ALL_EXCEPT);
  22. ^
  23. 3 errors generated.
  24. make[2]: *** [Code/Simulation/CMakeFiles/OTBSimulation.dir/otbSailModel.cxx.o] Error 1
  25. make[1]: *** [Code/Simulation/CMakeFiles/OTBSimulation.dir/all] Error 2
  26. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment