Opened 10 years ago
Closed 8 years ago
#8389 closed Bugs (obsolete)
Boost 1.53 doesn't build on windows 8
Reported by: | 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 , 8 years ago
Component: | Building Boost → build |
---|---|
Owner: | set to |
comment:2 by , 8 years ago
comment:3 by , 8 years ago
Resolution: | → obsolete |
---|---|
Status: | new → closed |
This patch is no longer relevant. The current implementation uses FindFirstFileA which takes a HANDLE.
Note:
See TracTickets
for help on using tickets.
Does the problem exist in current source? People are using it on Windows 8 very much.