I only have bjamed boost, and it looks like it still refuses to work (I tried and abandoned this library). I did that I ran bjam.exe and I linked:
include directories: C: \ ... \ boost_1_53_0
Library directories: C: \ ... \ boost_1_53_0 \ bin.v2 \ libs
But I still get the error. Therefore, I decided to look in the folders, and it seemed that this was the path to the desired library:
C: \ ... \ boost_1_53_0 \ bin.v2 \ libs \ date_time \ build \ msvc-10.0 \ debug \ link-static \ threading-multi \
If I explicitly add this folder to Library directories , the library will be found, but another error appears in VCC asking for another library.
So how can I ask bjam to create a system that VCC can understand ?
source
share