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

__STDC_FORMAT_MACROS not defined correctly in C++ unit tests #462

Open
venabled opened this issue Jul 6, 2023 · 3 comments
Open

__STDC_FORMAT_MACROS not defined correctly in C++ unit tests #462

venabled opened this issue Jul 6, 2023 · 3 comments

Comments

@venabled
Copy link
Contributor

venabled commented Jul 6, 2023

Fails to build tests with output of PRIu64

@ihilt
Copy link
Contributor

ihilt commented Jul 6, 2023

What compiler, OS, and architecture produced the failure?

@venabled
Copy link
Contributor Author

venabled commented Jul 7, 2023

gcc9, linux-amd64

@ihilt
Copy link
Contributor

ihilt commented Jul 7, 2023

Thanks! I'm attempting to reproduce on Ubuntu 20.04 with gcc9 but I'm not able to do so. What steps are you taking which lead to this failure? Are you passing any flags to cmake? The CMake configuration log and output from running make and make test would help me troubleshoot further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants