issue in building and deploying #8664

Closed
opened 2026-01-31 01:35:03 +00:00 by claunia · 4 comments
Owner

Originally created by @shivam284 on GitHub (May 29, 2020).

Need help with two issues:

  1. While building the terminal, I got 38 errors in file U8U16Test.cpp.
    errors like this one:
    syntax error: identifier 'length_error'
    'length_error': is not a member of 'std'

I corrected these errors and the build was successful. Does this need to be added to documentation?

  1. I faced some linking errors while deploying the Cascadia Package. The reason(I suppose) was this:
    Build path is:
    terminal\x64\Release
    while deploying, it searches for some libs at this path:
    terminal\bin\x64\Release
    I copied and pasted the content of terminal\x64\Release to terminal\bin\x64\Release and it worked. But I am looking for a permanent solution. Can anyone help?
Originally created by @shivam284 on GitHub (May 29, 2020). Need help with two issues: 1. While building the terminal, I got 38 errors in file U8U16Test.cpp. errors like this one: syntax error: identifier 'length_error' 'length_error': is not a member of 'std' I corrected these errors and the build was successful. Does this need to be added to documentation? 2. I faced some linking errors while deploying the Cascadia Package. The reason(I suppose) was this: Build path is: terminal\x64\Release while deploying, it searches for some libs at this path: terminal\bin\x64\Release I copied and pasted the content of terminal\x64\Release to terminal\bin\x64\Release and it worked. But I am looking for a permanent solution. Can anyone help?
claunia added the Needs-TriageNeeds-Tag-Fix labels 2026-01-31 01:35:03 +00:00
Author
Owner

@shivam284 commented on GitHub (May 29, 2020):

@DHowett Please help!!

@shivam284 commented on GitHub (May 29, 2020): @DHowett Please help!!
Author
Owner

@zadjii-msft commented on GitHub (May 29, 2020):

Please search before filing new issues. This is already fixed in master, in #6226

@zadjii-msft commented on GitHub (May 29, 2020): Please search before filing new issues. This is already fixed in master, in #6226
Author
Owner

@shivam284 commented on GitHub (May 30, 2020):

@zadjii-msft #6226 is also fixing the second issue I am facing?

@shivam284 commented on GitHub (May 30, 2020): @zadjii-msft #6226 is also fixing the second issue I am facing?
Author
Owner

@zadjii-msft commented on GitHub (Jun 1, 2020):

I don't really think the second one is a real issue - our build definitely intentionally places some things in both bin\x64\ and x64\, so I'd bet that the error from the first was causing the second error as well. If you apply the patch from #6226 and you're still getting build errors, share them here and I can (try) to help diagnose them.

@zadjii-msft commented on GitHub (Jun 1, 2020): I don't really think the second one is a real issue - our build definitely intentionally places some things in both `bin\x64\` and `x64\`, so I'd bet that the error from the first was causing the second error as well. If you apply the patch from #6226 and you're still getting build errors, share them here and I can (try) to help diagnose them.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#8664