I'm trying to work with the boost library in code:blocks IDE over windows. The purpose is using the Dynamic Biteset.
Manged to use this tutorial to let the code:blocks find boost: http://www.technical-recipes.com/2014/configure-codeblocks-boost-libraries-windows-linux/
Found this tutorial: https://www.youtube.com/watch?v=3wCA124D3rg#t=324.174678 According to it, at first there's a need to run the bootstrap. Managed to do so after installing Visual Studio Community 2015. But couldn't continue to the next stage: running the bootstrap with minGW. Used these instructions: Building boost 1.61.0 with MinGW 5.3.0 Than completed the above youtube tutorial.
dynamic_biteset I get an error about:
include BOOST_USER_CONFIG (which seems to be missing)
in the config.hpp
Any idea how to work with boost on windows machine?