D:\MSYS\usr\src\notepad-plus-plus-master\scintilla\win32>
nmake BOOSTPATH=D:\MSYS\usr\src\boost_1_70_0\ BOOSTREGEXLIBPATH=x:\T\boostregexLib\x64\ -f scintilla.mak
Microsoft (R) Program Maintenance Utility Version 14.00.23506.0
Copyright (C) Microsoft Corporation. All rights reserved.
cl -Zi -TP -MP -W4 -EHsc -std:c++17 -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1 -D_CRT_SECURE_NO_DEPRECATE=1 -D_SCL_SECURE_NO_WARNINGS=1 -O1 -MT -DNDEBUG -GL -I../include -I../src -I../lexlib -ID:\MSYS\usr\src\boost_1_70_0\ -DSCI_OWNREGEX -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -c ../boostregex/BoostRegexSearch.cxx
Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9002 : ignoring unknown option '-std:c++17'
BoostRegexSearch.cxx
D:\MSYS\usr\src\notepad-plus-plus-master\scintilla\include\Platform.h(339): error C2039: 'string_view': is not a member of 'std'
D:\APP\VS2015\VC\INCLUDE\vector(17): note: see declaration of 'std'
D:\MSYS\usr\src\notepad-plus-plus-master\scintilla\include\Platform.h(339): error C3646: 'Text': unknown override specifier
D:\MSYS\usr\src\notepad-plus-plus-master\scintilla\include\Platform.h(339): error C2059: syntax error: ')'
D:\MSYS\usr\src\notepad-plus-plus-master\scintilla\include\Platform.h(339): error C2238: unexpected token(s) preceding ';'
D:\MSYS\usr\src\notepad-plus-plus-master\scintilla\include\Platform.h(401): error C2039: 'unique_ptr': is not a member of 'std'
D:\APP\VS2015\VC\INCLUDE\vector(17): note: see declaration of 'std'
D:\MSYS\usr\src\notepad-plus-plus-master\scintilla\include\Platform.h(401): error C2143: syntax error: missing ';' before '<'
D:\MSYS\usr\src\notepad-plus-plus-master\scintilla\include\Platform.h(401): error C2433: 'Scintilla::Surface::unique_ptr': 'virtual' not permitted on data declarations
D:\MSYS\usr\src\notepad-plus-plus-master\scintilla\include\Platform.h(401): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
D:\MSYS\usr\src\notepad-plus-plus-master\scintilla\include\Platform.h(401): error C2238: unexpected token(s) preceding ';'