Skip to content

Instantly share code, notes, and snippets.

@donny-dont
Created April 3, 2019 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donny-dont/c8696fa1fc4a1ed2391363a95ce25d0a to your computer and use it in GitHub Desktop.
Save donny-dont/c8696fa1fc4a1ed2391363a95ce25d0a to your computer and use it in GitHub Desktop.
Building vcpkg in docker container
PS C:\> Expand-Archive .\vcpkg.zip -DestinationPath C:\vcpkg
PS C:\> Set-Location C:\vcpkg\vcpkg-master\
PS C:\vcpkg\vcpkg-master> & .\scripts\bootstrap.ps1
Building vcpkg.exe ...
pch.cpp
archives.cpp
checks.cpp
chrono.cpp
cofffilereader.cpp
downloads.cpp
enums.cpp
files.cpp
hash.cpp
lineinfo.cpp
strings.cpp
system.cpp
binaryparagraph.cpp
build.cpp
commands.autocomplete.cpp
commands.buildexternal.cpp
commands.cache.cpp
commands.ci.cpp
commands.contact.cpp
commands.cpp
commands.create.cpp
commands.dependinfo.cpp
commands.edit.cpp
commands.env.cpp
commands.exportifw.cpp
commands.import.cpp
commands.integrate.cpp
commands.list.cpp
commands.owns.cpp
commands.portsdiff.cpp
commands.search.cpp
commands.upgrade.cpp
commands.version.cpp
commands.xvsinstances.cpp
dependencies.cpp
export.cpp
globalstate.cpp
help.cpp
input.cpp
install.cpp
metrics.cpp
packagespec.cpp
packagespecparseresult.cpp
paragraphparseresult.cpp
paragraphs.cpp
parse.cpp
postbuildlint.buildtype.cpp
postbuildlint.cpp
remove.cpp
sourceparagraph.cpp
statusparagraph.cpp
statusparagraphs.cpp
tools.cpp
triplet.cpp
update.cpp
userconfig.cpp
vcpkgcmdarguments.cpp
vcpkglib.cpp
vcpkgpaths.cpp
versiont.cpp
visualstudio.cpp
vcpkglib.vcxproj -> C:\vcpkg\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib.lib
vcpkg.cpp
Generating code
Previous IPDB not found, fall back to full compilation.
All 14963 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
Finished generating code
vcpkg.vcxproj -> C:\vcpkg\vcpkg-master\toolsrc\msbuild.x86.release\vcpkg.exe
vcpkgmetricsuploader.cpp
Generating code
Previous IPDB not found, fall back to full compilation.
All 5171 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
Finished generating code
vcpkgmetricsuploader.vcxproj -> C:\vcpkg\vcpkg-master\toolsrc\msbuild.x86.release\vcpkgmetricsuploader.exe
Building vcpkg.exe... done.
PS C:\> Expand-Archive .\vcpkg.zip -DestinationPath C:\src\
PS C:\> Set-Location C:\src\vcpkg-master\
PS C:\src\vcpkg-master> & .\scripts\bootstrap.ps1
Building vcpkg.exe ...
pch.cpp
archives.cpp
checks.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\base\checks.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
chrono.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\base\chrono.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
cofffilereader.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\base\cofffilereader.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
downloads.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\base\downloads.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
enums.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\base\enums.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
files.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\base\files.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
hash.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\base\hash.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
lineinfo.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\base\lineinfo.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
machinetype.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\base\machinetype.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
stringrange.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\base\stringrange.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
strings.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\base\strings.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
system.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\base\system.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
binaryparagraph.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\binaryparagraph.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
build.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\build.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.autocomplete.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.autocomplete.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.buildexternal.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.buildexternal.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.cache.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.cache.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.ci.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.ci.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.contact.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.contact.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.create.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.create.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.dependinfo.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.dependinfo.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.edit.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.edit.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.env.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.env.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.exportifw.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.exportifw.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.import.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.import.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.integrate.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.integrate.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.list.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.list.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.owns.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.owns.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.portsdiff.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.portsdiff.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.search.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.search.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.upgrade.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.upgrade.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.version.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.version.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
commands.xvsinstances.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\commands.xvsinstances.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
dependencies.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\dependencies.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
export.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\export.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
globalstate.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\globalstate.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
help.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\help.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
input.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\input.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
install.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\install.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
metrics.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\metrics.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
packagespec.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\packagespec.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
packagespecparseresult.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\packagespecparseresult.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
paragraphparseresult.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\paragraphparseresult.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
paragraphs.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\paragraphs.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
parse.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\parse.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
postbuildlint.buildtype.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\postbuildlint.buildtype.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
postbuildlint.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\postbuildlint.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
remove.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\remove.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
sourceparagraph.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\sourceparagraph.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
statusparagraph.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\statusparagraph.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
statusparagraphs.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\statusparagraphs.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
tools.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\tools.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
triplet.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\triplet.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
update.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\update.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
userconfig.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\userconfig.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
vcpkgcmdarguments.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\vcpkgcmdarguments.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
vcpkglib.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\vcpkglib.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
vcpkgpaths.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\vcpkgpaths.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
versiont.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\versiont.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
visualstudio.cpp
C:\src\vcpkg-master\toolsrc\src\vcpkg\visualstudio.cpp(1): fatal error C1041: cannot open program database 'C:\src\vcpkg-master\toolsrc\msbuild.x86.release\vcpkglib\vcpkglib.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [C:\src\vcpkg-master\toolsrc\vcpkglib\vcpkglib.vcxproj]
C:\src\vcpkg-master\scripts\bootstrap.ps1 : Building vcpkg.exe failed. Please ensure you have installed Visual Studio with the Desktop C++ workload and the Windows SDK for Desktop C++.
At line:1 char:1
+ & .\scripts\bootstrap.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,bootstrap.ps1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment