Boost logo

Boost-Build :

Subject: Re: [Boost-build] Probably old question
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2015-05-06 15:33:45


AMDG

On 05/06/2015 01:02 PM, Douglas Photiadis wrote:
> 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?
>

The earliest version of msvc that I tested this
code with is 2008. According to msdn, it should
be supported on XP and up. These macros are
supposed to be defined in winioctl.h.

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk