Build Issues #1307

Closed
opened 2026-01-30 22:21:56 +00:00 by claunia · 4 comments
Owner

Originally created by @ghost on GitHub (May 24, 2019).

Build Issues
The Build For Terminal Not Working Please Help

Originally created by @ghost on GitHub (May 24, 2019). Build Issues The Build For Terminal Not Working Please Help
claunia added the Issue-QuestionResolution-DuplicateProduct-MetaArea-Build labels 2026-01-30 22:21:56 +00:00
Author
Owner

@dlong11 commented on GitHub (May 24, 2019):

@TanishShinde Posting the errors can help people diagnose the issue.

@dlong11 commented on GitHub (May 24, 2019): @TanishShinde Posting the errors can help people diagnose the issue.
Author
Owner

@sergiipopov commented on GitHub (May 24, 2019):

@dlong11
Severity Code Description Project File Line Suppression State
Error C2561 'winrt::TerminalApp::implementation::App::_ShowOkDialog': function must return a value TerminalApp C:\work\terminal\src\cascadia\TerminalApp\App.cpp 196
Error C2065 'await': undeclared identifier TerminalApp C:\work\terminal\src\cascadia\TerminalApp\App.cpp 214
Error C2146 syntax error: missing ';' before identifier 'dialog' TerminalApp C:\work\terminal\src\cascadia\TerminalApp\App.cpp 214
Error C2065 'LaunchSettings': undeclared identifier TerminalApp C:\work\terminal\src\cascadia\TerminalApp\App.cpp 388
Error MSB3030 Could not copy the file "C:\work\terminal\x64\Release\TerminalApp.dll" because it was not found. CascadiaPackage C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\DesktopBridge\Microsoft.DesktopBridge.targets 469
Error C2065 'LaunchSettings': undeclared identifier TerminalApp C:\work\terminal\src\cascadia\TerminalApp\App.cpp 815

@sergiipopov commented on GitHub (May 24, 2019): @dlong11 Severity Code Description Project File Line Suppression State Error C2561 'winrt::TerminalApp::implementation::App::_ShowOkDialog': function must return a value TerminalApp C:\work\terminal\src\cascadia\TerminalApp\App.cpp 196 Error C2065 'await': undeclared identifier TerminalApp C:\work\terminal\src\cascadia\TerminalApp\App.cpp 214 Error C2146 syntax error: missing ';' before identifier 'dialog' TerminalApp C:\work\terminal\src\cascadia\TerminalApp\App.cpp 214 Error C2065 'LaunchSettings': undeclared identifier TerminalApp C:\work\terminal\src\cascadia\TerminalApp\App.cpp 388 Error MSB3030 Could not copy the file "C:\work\terminal\x64\Release\TerminalApp.dll" because it was not found. CascadiaPackage C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\DesktopBridge\Microsoft.DesktopBridge.targets 469 Error C2065 'LaunchSettings': undeclared identifier TerminalApp C:\work\terminal\src\cascadia\TerminalApp\App.cpp 815
Author
Owner

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

Have you tried a clean build?

Have you tried a nuget restore?

This sounds like the cppwinrt package is out of date, since they changed the behavior of await with 2.0.

@zadjii-msft commented on GitHub (May 24, 2019): Have you tried a clean build? Have you tried a nuget restore? This sounds like the cppwinrt package is out of date, since they changed the behavior of `await` with 2.0.
Author
Owner

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

Now that I have some more info, this is a dupe of #974.

@zadjii-msft commented on GitHub (May 24, 2019): Now that I have some more info, this is a dupe of #974.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1307