-
Notifications
You must be signed in to change notification settings - Fork 110
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
Can't be built on Ubuntu 23.10 #147
Comments
Please provide your clang version. Looks like some changes in STL headers were made. |
clang --version |
Using the same version as OP. I see usage was switched from I don't know if we could get away with just changing those references to Finding reference of
It would seem I could build it just fine using
Now to see if it borks on me from normal usage. |
Looks like |
If that's the case, I'm wondering how this was ever committed to a remote repository if it wouldn't pass locally if it was never part of standard. |
https://en.cppreference.com/w/cpp/header/cstdint Looks like define |
Hmm... looks like I was wrong and If I am correct, this issue could be fixed with |
I did notice I'm currently working through trying to get the latest vscode-csharp to output the vsix, so I'll try to remember to try the |
Yup, adding |
Fixed in upstream. |
Can't be built on Ubuntu 23.10 with cmake 3.27.4 and dotnet 8.
The text was updated successfully, but these errors were encountered: