aws-samples / aws-virtual-participant-framework-for-rtc

Apache License 2.0
48 stars 11 forks source link

Syntax errors when building SDK demo app #34

Closed hivemindunit closed 1 year ago

hivemindunit commented 1 year ago

Expected behavior and actual behavior

Steps to reproduce the problem

Specifications like the version of the project, operating system, or hardware

Windows 11, MS Visual Studio 2022 / 2019 Community Edition

sinasojoodi commented 1 year ago

It looks like a vcpkg dependency regression. Can you please verify the same error is popping up in your windows build logs captured in CloudWatch? you want to look at stdout for any build issues. the stderr output is expected (it's trying to load the image from ECR but can't since it was never built before).

Inspect the windows build and container image generation build logs in the latest AWS CloudWatch log stream under the log group beggining with /aws/ssm/PipelineAppStage-CodePipelineCustomActionStack-RunBuildJobOnEc2Instance-

hivemindunit commented 1 year ago

Hey @sinasojoodi, thanks for the reply. As a quick and dirty fix to the above, I just added #undef ERROR at the top of TraceSpan.h source code. I ended up reinstalling VS, vcpkg and the packages, including aws-sdk-cpp.

You were right that I should have looked at the stdout logs. I don't recall what it was exactly, but something unrelated to the issue described above, so closing this one.

sinasojoodi commented 1 year ago

Thanks for letting me know is your issue resolved now?

On Sep 4, 2023, at 8:31 AM, Alex Tsimbalistov @.***> wrote:



Hey @sinasojoodihttps://github.com/sinasojoodi, thanks for the reply. As a quick and dirty fix to the above, I just added #undef ERROR at the top of TraceSpan.h source code. I ended up reinstalling VS, vcpkg and the packages, including aws-sdk-cpp.

You were right that I should have looked at the stdout logs. I don't recall what it was exactly, but something unrelated to the issue described above, so closing this one.

— Reply to this email directly, view it on GitHubhttps://github.com/aws-samples/aws-virtual-participant-framework-for-rtc/issues/34#issuecomment-1705451714, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAEQGEOATZGGWBCFZRFA2L3XYXX25ANCNFSM6AAAAAA3TMV75Q. You are receiving this because you were mentioned.Message ID: @.***>

hivemindunit commented 1 year ago

Yes, @sinasojoodi, thank you!