-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
compile fails with the following error on Visual Studio 2026:
--- CLANG COMPILE STARTED ---
..\appdata\local\microsoft\visualstudio\18.0_3b696371\extensions\illqntbu.q2j\Tooling\v1\clang-build.ps1 :
Missing an argument for parameter 'aVisualStudioVersion'. Specify a parameter of type 'System.String' and try again.
At line:1 char:432
+ ... SILENCE_CLANG_CONCEPTS_MESSAGE ') -continue -parallel -vs-ver -dir ' ...
+ ~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [clang-build.ps1], ParameterBindingException
+ FullyQualifiedErrorId : MissingArgument,clang-build.ps1
--- CLANG COMPILE FINISHED ---
It seems that an empty -vs-ver argument is passed to clang-build.ps1.
Relevant reference in the source:
mariru27
Metadata
Metadata
Assignees
Labels
No labels