Opened 10 years ago

Closed 8 years ago

#8389 closed Bugs (obsolete)

Boost 1.53 doesn't build on windows 8

Reported by: pedro.larroy@… Owned by: Vladimir Prus
Milestone: To Be Determined Component: build
Version: Boost 1.53.0 Severity: Problem
Keywords: Cc:

Description

It needs the following patch:

+++ b/3rd-party/boost/tools/build/v2/engine/filent.c Tue Apr 02 18:05:12 2013 +0200 @@ -79,7 +79,7 @@

PATHNAME f; string filespec[ 1 ]; string filename[ 1 ];

  • long handle;

+ intptr_t handle;

int ret; struct _finddata_t finfo[ 1 ]; LIST * files = L0;

Change History (3)

comment:1 by Kohei Takahashi <flast@…>, 8 years ago

Component: Building Boostbuild
Owner: set to Vladimir Prus

comment:2 by Vladimir Prus, 8 years ago

Does the problem exist in current source? People are using it on Windows 8 very much.

comment:3 by Steven Watanabe, 8 years ago

Resolution: obsolete
Status: newclosed

This patch is no longer relevant. The current implementation uses FindFirstFileA which takes a HANDLE.

Note: See TracTickets for help on using tickets.