Boost logo

Boost-Build :

Subject: Re: [Boost-build] Probably old question
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2015-05-07 12:32:13


AMDG

On 05/07/2015 10:15 AM, Douglas Photiadis wrote:
> Thanks for the suggestion. In the build.c file, the file
>
> winioctl.h
>
> is included only for NT:
>
> #ifdef OS_NT
> #include <windows.h>
> #ifndef FSCTL_GET_REPARSE_POINT
> /* MinGW's version of windows.h is missing this, so we need
> * to include winioctl.h directly
> */
> #include <winioctl.h>
> #endif
> #endif
>
> and on my machine I don't find a version of it.

Is there a separate platform SDK install for VS 2005?

> The build will only
> work for NT and not Windows 7?
>

I don't think that's the problem. I can build
with VS 2008+ on windows 7 without any problems.

> Is there a workaround?
>

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