#6115 closed Support Requests (invalid)
missing file: round.hpp
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | math |
Version: | Boost 1.35.0 | Severity: | Not Applicable |
Keywords: | round.hpp | Cc: |
Description
Hi, I'm working on a vc++ 2005 project with the boost 1.35.0 installed in Win7. My code have this header, "#include <boost/math/special_functions/round.hpp>" but when building the code, it generates this error: "1>c:\irisv2\modules\components\gpp\pn\usrpuhdrx\usrpuhdrxcomponent.cpp(24) : fatal error C1083: Cannot open include file: 'boost/math/special_functions/round.hpp': No such file or directory". This is making me think that the file "round.hpp" is missing in its folder. Kindly assist me get this resolved. Thank you.
Emmanuel
Change History (3)
comment:1 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Hi, I'm working on a vs2012 project.My code have this header "#include <boost/regex.hpp> , #include <err.h> and #include <dirent.h>" but while building the code it generates the errors:1)fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory. 2)fatal error C1083: Cannot open include file: 'boost/regex.hpp': No such file or directory. 3)fatal error C1083: Cannot open include file: 'err.h': No such file or directory. Kindly assist me get this resolved. Thank you.
Ruchika
comment:3 by , 10 years ago
1) Please make sure that the Boost root directory is in your compilers #include path. 2) As far as I know neither dirent.h not err.h are supported by MSVC so your code should not be including those.
You're using a crazy-old Boost version that doesn't have that feature/header. Please upgrade your Boost install to the latest version.