Bug #269
closed(MSVC, Windows, vcpkg): Gwenhywfar preprocessor errors
Description
While working on getting vcpkg building under MSVC with VCPKG (https://github.com/microsoft/vcpkg/pull/26363), aside of number issues already fixed, I stumbled upon a whole bunch of preprocessor issues.
These are most likely caused by the macros usage and the _p headers.
Reporting this a placeholder for either when I have time to fix this, or hopefully for someone from the project more familiar with the codebase and its intricacies to look into.
A complete build output is attached.
Files
Updated by wrobelda over 3 years ago
- Subject changed from (MSVC, Windows, vcpkg): preprocessor errors to (MSVC, Windows, vcpkg): Gwenhywfar preprocessor errors
Updated by wrobelda over 3 years ago
FYI, the complete logs for the whole CI run can be downloaded from here:
https://dev.azure.com/vcpkg/public/_build/results?buildId=76620&view=artifacts&pathAsName=false&type=publishedArtifacts
Right click on the three dots next to "failure logs for x64-windows" to download the artifacts archive.
Updated by wrobelda over 3 years ago
This can be closed as I managed to build with vcpkg using clang-cl.