I\'ve just downloaded Visual Studio 2012 RC for Windows 8 64 bit. I\'ve tried to compile boost libraries (version 1.51), but when I make, inside the Visual Studio prompt command
workaround:
I programmed a tool called BlueGo which automatically downloads boost 1.51.0 and builds it with VS2012 x64: http://vertexwahn.de/
Version 1.52 was just released and now includes support for Visual Studio 2012 (VC11) If you require an earlier version of Boost you can always change the toolset used by the project to VC10.
For windows8 check out this patch https://svn.boost.org/trac/boost/attachment/ticket/7243/boost_1_51_0_win8_x64_compat.patch
Not really an answer, but you can download prebuilt Boost binaries built with VC11 RC here. Based on this page, there seem to be some problems building Boost on VC11 (see this thread)