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

Does not compile with clang (8 and 10 tested) #40

Open
ptheywood opened this issue Jun 9, 2021 · 0 comments
Open

Does not compile with clang (8 and 10 tested) #40

ptheywood opened this issue Jun 9, 2021 · 0 comments

Comments

@ptheywood
Copy link
Member

Tried to build with clang to check CMake behaviour with CMAKE_CXX_STANDARD, executables (steerbench, steersim) fail to link due to an undefined symbol error (something to do with std::string, but mangled name so not super clearr)

Additionally depending on clang version there are a range of additional warnings that are not suppressed, or suppression flags in use are too new for the version of clang in question.

GCC is happy enough (with the appropriate c++ version set, 14 rather than 11 for auto in current master 14e080f)

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

1 participant