I am learning C and C++ now and am trying to use the test Suite of Boost for TDD with Codeblocks.
After l a lot of Documentation reading, that didn´t help much, I found this:
Building boost 1.61.0 with MinGW 5.3.0
I did it almost the same way on my System (but I had to run it as admin, what irritated me a bit, otherwise I got an Access Denied message):
So blabla add a few environmetal variables... Then in the prompt, i did:
.\bootstrap.bat gcc .\install toolset=gcc --prefix=C:...\boost_1_63_0\tools\build\ (without the toolset set again I got the Warning:"No Toolsets are configured" and a bunch more)
Now I get:
notice: could not find main target files notice: assuming it is a name of file to create. notice: could not find main target (x86)\boost_1_63_0\ notice: assuming it is a name of file to create. don´t know how to make files don´t know how to make (x86)\boost_1_63_0\ ...found 2 targets... ...can't find 2 targets...
and the binary doesn't get built.
This is the end of the my knowledge... Anything important I missed?