Actions
Bug #2335
closedVisual Studio 2013
Description
MSVC12 finally got proper std::round support, which causes breakage in Wt. This patch solves the issue:
https://elpauer.assembla.com/code/winstng/git/nodes/wim/patches/wt-3.3.1-msvc2013.patch
That's not full VS2013 support yet, as I have not managed to compile Wt 3.3.1 with (a patched) Boost 1.53 due to some linkage errors, but it's a start.
Updated by Koen Deforche about 11 years ago
- Status changed from New to InProgress
- Assignee set to Wim Dumon
- Target version set to 3.3.2
Updated by Pau Garcia i Quiles about 11 years ago
I've merged that branch with master, here's the new link for the patch:
https://elpauer.assembla.com/code/winstng/git/nodes/master/patches/wt-3.3.1-msvc2013.patch
That (and the Boost 1.53 patch in the same directory) is what I used with winstng to build Wt 3.3.1 with VS2013.
Updated by Koen Deforche over 10 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche over 10 years ago
- Status changed from Resolved to Closed
Actions