boost::thread
-
I've finally got boost::thread working in debug and release, but I think I'm doing something wrong. Does anyone know how to armwrestle boostjam into building both the release and debug builds of boost::thread in the boostroot\boost_1_31_0\libs\thread\build\bin-stage directory? They seem to build into the temporary directories ok, but not all of them are moved. Autolinking fails in the IDE unless I move some extra files into boostroot\boost_1_31_0\libs\thread\build\bin-stage (which has been added to the library include directories) bjam command: bjam "-sTOOLS=vc7" I end up with: boost_thread-vc7-mt-1_31.dll boost_thread-vc7-mt-1_31.lib boost_thread-vc7-mt-gd-1_31d.dll boost_thread-vc7-mt-gd-1_31d.lib but am missing: boost_thread-vc7-mt-gd-1_31.dll boost_thread-vc7-mt-gd-1_31.lib
If you can keep you head when all about you Are losing theirs and blaming it on you; If you can dream - and not make dreams your master; If you can think - and not make thoughts you aim; Yours is the Earth and everything that's in it. Rudyard Kipling
-
I've finally got boost::thread working in debug and release, but I think I'm doing something wrong. Does anyone know how to armwrestle boostjam into building both the release and debug builds of boost::thread in the boostroot\boost_1_31_0\libs\thread\build\bin-stage directory? They seem to build into the temporary directories ok, but not all of them are moved. Autolinking fails in the IDE unless I move some extra files into boostroot\boost_1_31_0\libs\thread\build\bin-stage (which has been added to the library include directories) bjam command: bjam "-sTOOLS=vc7" I end up with: boost_thread-vc7-mt-1_31.dll boost_thread-vc7-mt-1_31.lib boost_thread-vc7-mt-gd-1_31d.dll boost_thread-vc7-mt-gd-1_31d.lib but am missing: boost_thread-vc7-mt-gd-1_31.dll boost_thread-vc7-mt-gd-1_31.lib
If you can keep you head when all about you Are losing theirs and blaming it on you; If you can dream - and not make dreams your master; If you can think - and not make thoughts you aim; Yours is the Earth and everything that's in it. Rudyard Kipling
sorry Andrew, the only thing I've built with boost was regex, and that was before the days of 'bjam' - it was a lengthy compile, but at least it worked ... I couldnt even begin to guess where the problem is, maybe the targets arnt defined or something .. I can tell you that the boost forums (from the boost homepage) are probably the better place to ask a boost specific question. 'G'
-
sorry Andrew, the only thing I've built with boost was regex, and that was before the days of 'bjam' - it was a lengthy compile, but at least it worked ... I couldnt even begin to guess where the problem is, maybe the targets arnt defined or something .. I can tell you that the boost forums (from the boost homepage) are probably the better place to ask a boost specific question. 'G'
I guessed that would be the answer... I had my fingers crossed that William Kempf (the author of boost::thread) may have answered directly, he occasionally answers questions on CodeProject Thanks anyway, :)
If you can keep you head when all about you Are losing theirs and blaming it on you; If you can dream - and not make dreams your master; If you can think - and not make thoughts you aim; Yours is the Earth and everything that's in it. Rudyard Kipling