Friday, 15 April 2011

c++ - error with installing odeint -



c++ - error with installing odeint <boost/config.hpp> -

i'm trying install odeint every time compile code, error.

c:...odeint\headmyshoulder-odeint-v2-f496df3\include\boost\numeric\odeint\config.hpp(44): fatal error c1083: cannot open include file: 'boost/config.hpp': no such file or directory

i've included include path. checked file boost/config.hpp, not finish path <config.hpp>, i've changed <boost/numeric/odeint/config.hpp>. i'm getting error other files same scenario. there way prepare problem?

it seems dont have boost libraries on system. odeint requires boost available. easiest way both downloading latest version of boost, contains odeint: http://www.boost.org/users/history/version_1_56_0.html

c++ visual-studio-2010 boost installation odeint

No comments:

Post a Comment