$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Probably old question
From: Douglas Photiadis (douglas.photiadis_at_[hidden])
Date: 2015-05-06 15:02:24
I am running Visual Studio 2005 under Windows 7 and installing the most
recent version of Boost. When I try to run bootstrap to prepare to
generate library binaries (from either a VC generated command window, or
a regular DOS window) I get the errors
builtins.c(1886) : error C2065: 'FSCTL_GET_REPARSE_POINT' : undeclared
identifier
builtins.c(1890) : error C2065: 'IO_REPARSE_TAG_SYMLINK' : undeclared
identifier
when the compiler gets to builtins.c.
Anyone have any ideas as to how to fix this?
Thanks Doug