issue in building and deploying #8661

Open
opened 2026-01-31 01:34:56 +00:00 by claunia · 0 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:34:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#8661