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

Bitkeeper fails to build under LLVM16 #7

Open
cschuber opened this issue Jun 26, 2023 · 2 comments
Open

Bitkeeper fails to build under LLVM16 #7

cschuber opened this issue Jun 26, 2023 · 2 comments

Comments

@cschuber
Copy link

LLVM16 enables c++17 by default. The tcl/tk bindings fail to build due to incompatible pointer types and throw exceptions are no longer supported under c++17.

@hart-NTP
Copy link

Does it build with --std=c++11 or c++14?

@cschuber
Copy link
Author

No. It's C code (not C++) in your src/gui/tcltk/tcl.

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