The latest visual studio version (v16.6.0) with the windows compiler version 19.26.28805:
> cl /HELP Microsoft (R) C/C++ Optimizing Compiler Version 19.26.28805 for x64 Copyright (C) Microsoft Corporation. All rights reserved.
Fails to compile the master branch at least on the revision 300d06e, on the mozjs-60 third party module:
FAILED: build/debug/third_party/mozjs-60/extract/js/src/gc/StoreBuffer.obj cl @build\debug\third_party\mozjs-60\extract\js\src\gc\StoreBuffer.obj.rsp .\src\third_party\mozjs-60\extract\js\src\gc/StoreBuffer.h(344,24): error C7626: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes typedef struct { ^
- related to
-
SERVER-48440 Build fails on windows with latest buildtool version released on May 19th with our current code
- Closed