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

emsdk 3.1.40 output stderr printf message as log error messages. #364

Open
kalwalt opened this issue Dec 20, 2023 · 0 comments
Open

emsdk 3.1.40 output stderr printf message as log error messages. #364

kalwalt opened this issue Dec 20, 2023 · 0 comments
Assignees
Labels

Comments

@kalwalt
Copy link
Member

kalwalt commented Dec 20, 2023

From 3.1.39 emsdk has changed policy about stderr messages, now it is outputted as console.error messages, needs to change


     fprintf(stderr, "%s", buf);

https://github.com/webarkit/WebARKitLib/blob/0eb8bc13292bb3eced10323972bc045f68b8277f/lib/SRC/ARUtil/log.c#L204
to print in the stdout instead.

@kalwalt kalwalt added enhancement New feature or request C/C++ emscripten labels Dec 20, 2023
kalwalt added a commit to webarkit/WebARKitLib that referenced this issue Dec 20, 2023
kalwalt added a commit that referenced this issue Dec 20, 2023
kalwalt added a commit to webarkit/WebARKitLib that referenced this issue Dec 22, 2023
kalwalt added a commit to webarkit/WebARKitLib that referenced this issue Jan 5, 2024
kalwalt added a commit to webarkit/WebARKitLib that referenced this issue Jan 5, 2024
kalwalt added a commit that referenced this issue Jan 5, 2024
@kalwalt kalwalt self-assigned this Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant