Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to Compile #902

Closed
davidbuckleyni opened this issue May 20, 2019 · 1 comment
Closed

Failed to Compile #902

davidbuckleyni opened this issue May 20, 2019 · 1 comment
Labels
Area-Build Issues pertaining to the build system, CI, infrastructure, meta Issue-Question For questions or discussion Product-Terminal The new Windows Terminal. Resolution-Answered Related to questions that have been answered Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@davidbuckleyni
Copy link

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

@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels May 20, 2019
@zadjii-msft
Copy link
Member

zadjii-msft commented 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 zadjii-msft added Resolution-Answered Related to questions that have been answered Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels May 20, 2019
@ghost ghost added the Needs-Tag-Fix Doesn't match tag requirements label May 20, 2019
@zadjii-msft zadjii-msft added Area-Build Issues pertaining to the build system, CI, infrastructure, meta Product-Terminal The new Windows Terminal. and removed Needs-Tag-Fix Doesn't match tag requirements labels May 20, 2019
@ghost ghost added the Needs-Tag-Fix Doesn't match tag requirements label May 20, 2019
@miniksa miniksa added the Issue-Question For questions or discussion label May 29, 2019
@ghost ghost removed the Needs-Tag-Fix Doesn't match tag requirements label May 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Build Issues pertaining to the build system, CI, infrastructure, meta Issue-Question For questions or discussion Product-Terminal The new Windows Terminal. Resolution-Answered Related to questions that have been answered Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

3 participants