Boost logo

Boost :

Subject: Re: [boost] [build] bootstrap.sh is still broken
From: niXman (i.nixman_at_[hidden])
Date: 2013-10-28 18:07:02


Eric Niebler 2013-10-29 01:22:
> builtins.c:1879:39: error: 'FSCTL_GET_REPARSE_POINT' undeclared (first
> use in this function)

'FSCTL_GET_REPARSE_POINT' is defined in the 'winioctl.h' file.
(http://msdn.microsoft.com/en-us/library/windows/desktop/aa364571(v=vs.85).aspx)

The documentation says that this header('winioctl.h') must be included
into 'windows.h', but in mingw-w64:windows.h it's not so.
We will fix this.

-- 
Regards, niXman
___________________________________________________
Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows:
http://sourceforge.net/projects/mingw-w64/
___________________________________________________
Another online IDE: http://liveworkspace.org/

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk