Unit Test Framework Static library compilation

Hi all. This is Boost 1.52.0 and Visual Studio 2012 Express (VC11). I am stuck with the static compilation of the Unit Test Framework, as documented here: http://www.boost.org/doc/libs/1_52_0/libs/test/doc/html/utf/compilation/stan... I get the message 'bjam' is not recognized as an internal or external command, operable program or batch file while using the command bjam [-sTOOLS=] {-sBUILD=boost_unit_test_framework} as read in the documentation. Boost is not installed on my computer (header-only). And, maybe the library Boost.build HAS to be installed first? (if it so, how do I do that?) That would be great if someone give a clear explanation of that. Thank you very much, indeed. Édouard -- http://quantcorner.wordpress.com

Hi Edouard, On Tuesday, 6. November 2012 08:06:04 Edouard Tallent wrote:
Wow. That page is really outdated.
That is Boost.Build V1 syntax. Completely obsolete.
Boost is not installed on my computer (header-only). And, maybe the library Boost.build HAS to be installed first? (if it so, how do I do that?)
The official page is the "Getting Started Guide" at http://www.boost.org/doc/libs/1_52_0/more/getting_started/windows.html which covers all libraries including Boost.Test. Hope this helps, Yours, Jürgen -- * Dipl.-Math. Jürgen Hunold ! * voice: ++49 4257 300 ! Fährstraße 1 * fax : ++49 4257 300 ! 31609 Balge/Sebbenhausen * jhunold@gmx.eu ! Germany

Hi Gennadiy, On Tuesday, 6. November 2012 15:26:57 Gennadiy Rozental wrote:
I have put it on my list. Not sure when I can fix this. I think the best solution would be to complete remove this page and just link to the "Getting Started" guide which provides much deeper documentation. Yours, Jürgen -- * Dipl.-Math. Jürgen Hunold ! * voice: ++49 4257 300 ! Fährstraße 1 * fax : ++49 4257 300 ! 31609 Balge/Sebbenhausen * jhunold@gmx.eu ! Germany
participants (3)
-
Edouard Tallent
-
Gennadiy Rozental
-
Jürgen Hunold