Failed to Compile #1224

Closed
opened 2026-01-30 22:19:33 +00:00 by claunia · 1 comment
Owner

Originally created by @davidbuckleyni on GitHub (May 20, 2019).

Failed to compile
14>e:\work#\terminal-master\src\inc\libraryincludes.h(48): fatal error C1083: Cannot open include file: 'wil/Common.h': No such file or directory
12>e:\work#\terminal-master\src\inc\libraryincludes.h(48): fatal error C1083: Cannot open include file: 'wil/Common.h': No such file or directory
11>e:\work#\terminal-master\src\inc\libraryincludes.h(48): fatal error C1083: Cannot open include file: 'wil/Common.h': No such file or directory
14>Done building project "win32.LIB.vcxproj" -- FAILED.
12>Done building project "InteractivityBase.vcxproj" -- FAILED.
11>Done building project "tsf.vcxproj" -- FAILED.
17>e:\work#\terminal-master\src\inc\libraryincludes.h(48): fatal error C1083: Cannot open include file: 'wil/Common.h': No such file or directory
16>e:\work#\terminal-master\src\inc\libraryincludes.h(48): fatal error C1083: Cannot open include file: 'wil/Common.h': No such file or directory
17>Done building project "terminalinput.vcxproj" -- FAILED.
19>------ Build started: Project: TerminalAdapter, Configuration: Debug x64 ------
16>Done building project "parser.vcxproj" -- FAILED.
20>------ Build started: Project: TerminalCore, Configuration: Debug x64 ------
19>precomp.cpp
20>pch.cpp

Originally created by @davidbuckleyni on GitHub (May 20, 2019). Failed to compile 14>e:\work#\terminal-master\src\inc\libraryincludes.h(48): fatal error C1083: Cannot open include file: 'wil/Common.h': No such file or directory 12>e:\work#\terminal-master\src\inc\libraryincludes.h(48): fatal error C1083: Cannot open include file: 'wil/Common.h': No such file or directory 11>e:\work#\terminal-master\src\inc\libraryincludes.h(48): fatal error C1083: Cannot open include file: 'wil/Common.h': No such file or directory 14>Done building project "win32.LIB.vcxproj" -- FAILED. 12>Done building project "InteractivityBase.vcxproj" -- FAILED. 11>Done building project "tsf.vcxproj" -- FAILED. 17>e:\work#\terminal-master\src\inc\libraryincludes.h(48): fatal error C1083: Cannot open include file: 'wil/Common.h': No such file or directory 16>e:\work#\terminal-master\src\inc\libraryincludes.h(48): fatal error C1083: Cannot open include file: 'wil/Common.h': No such file or directory 17>Done building project "terminalinput.vcxproj" -- FAILED. 19>------ Build started: Project: TerminalAdapter, Configuration: Debug x64 ------ 16>Done building project "parser.vcxproj" -- FAILED. 20>------ Build started: Project: TerminalCore, Configuration: Debug x64 ------ 19>precomp.cpp 20>pch.cpp
Author
Owner

@zadjii-msft commented on GitHub (May 20, 2019):

My guess is that you didn't read the README.

This repository uses git submodules for some of its dependencies. To make sure submodules are restored or updated, be sure to run the following prior to building:

git submodule update --init --recursive

(also, a dupe of #472, #508, #513, #489)

@zadjii-msft commented on GitHub (May 20, 2019): My guess is that you didn't [read the README](https://github.com/microsoft/terminal#building-the-code). >This repository uses git submodules for some of its dependencies. To make sure submodules are restored or updated, be sure to run the following prior to building: > ``` > git submodule update --init --recursive > ``` (also, a dupe of #472, #508, #513, #489)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1224