Is there an existing issue for this?
- I have searched the existing issues
Current behaviour
compile bug at fuzz , and warning about wildcards.
Expected behaviour
i exepect success build , only fuzz problem.
Steps to reproduce
i use this docs
https://github.com/bitcoin/bitcoin/tree/v28.0/build_msvc
and use
Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.12.0
Relevant log output
0H:\bitcoin-28.0\src\test\fuzz\utxo_snapshot.cpp(45,1): error C1001: Internal compiler error. [H:\bitcoin-28.0\build_msv
1c\fuzz\fuzz.vcxproj]
2H:\bitcoin-28.0\src\test\fuzz\utxo_snapshot.cpp(45,1): error C1001: (compiler file 'D:\a\_work\1\s\src\vctools\Compiler
3\CxxFE\sl\p1\c\symbols.c', line 33772) [H:\bitcoin-28.0\build_msvc\fuzz\fuzz.vcxproj]
4H:\bitcoin-28.0\src\test\fuzz\utxo_snapshot.cpp(45,1): error C1001: To work around this problem, try simplifying or ch
5anging the program near the locations listed above. [H:\bitcoin-28.0\build_msvc\fuzz\fuzz.vcxproj]
6H:\bitcoin-28.0\src\test\fuzz\utxo_snapshot.cpp(45,1): error C1001: If possible please provide a repro here: https://de
7velopercommunity.visualstudio.com [H:\bitcoin-28.0\build_msvc\fuzz\fuzz.vcxproj]
8H:\bitcoin-28.0\src\test\fuzz\utxo_snapshot.cpp(45,1): error C1001: Please choose the Technical Support command on the
9Visual C++ [H:\bitcoin-28.0\build_msvc\fuzz\fuzz.vcxproj]
10H:\bitcoin-28.0\src\test\fuzz\utxo_snapshot.cpp(45,1): error C1001: Help menu, or open the Technical Support help file
11 for more information [H:\bitcoin-28.0\build_msvc\fuzz\fuzz.vcxproj]
0H:\bitcoin-28.0\build_msvc\test_bitcoin\test_bitcoin.vcxproj : warning : Wildcards and/or some other MSBuild constructs used in project item definitions are not supported in VC projects. They can lead to unexpected behavior, instability or performance degradation in the Visual Studio IDE. Please refer to https://aka.ms/cpp/projectwildcards for supported options.
1
2H:\bitcoin-28.0\build_msvc\fuzz\fuzz.vcxproj : warning : Wildcards and/or some other MSBuild constructs used in project item definitions are not supported in VC projects. They can lead to unexpected behavior, instability or performance degradation in the Visual Studio IDE. Please refer to https://aka.ms/cpp/projectwildcards for supported options.
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
v28.0 - Release
Operating system and version
Windows 11 pro
Machine specifications
No response