I can build boost.build for VC11 successfully. When I try to do so for VC8 and VC9, I get the following:
builtins.c(1879) : error C2065: 'FSCTL_GET_REPARSE_POINT' : undeclared identifier
builtins.c(1883) : error C2065: 'IO_REPARSE_TAG_SYMLINK' : undeclared identifier
Is there something that needs to be installed on the machine in additional to the base Visual Studio install for this to build?
Thanks,
Chris