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

Fix build on Ubuntu 24.04.1 / GCC 13.2.0 #4394

Merged
merged 2 commits into from
Sep 11, 2024
Merged

Fix build on Ubuntu 24.04.1 / GCC 13.2.0 #4394

merged 2 commits into from
Sep 11, 2024

Conversation

glennhickey
Copy link
Contributor

@glennhickey glennhickey commented Sep 10, 2024

My video drivers bugged out and I ended up just re-installing Ubuntu from scratch instead of wasting more time trying to fix it. This put me on Ubuntu 24.04.1 with GCC 13.2.0, seeming to give rise to a situation I always try to avoid: me being the first developer to build on a new compiler release....

This PR fixes the usual issues like GCC getting stricter about which standard headers you can expect to include others, but also one on string command = argv[1] error in main.cpp that I still don't understand (but smells like a gcc bug).

Ideally I'll hold off merging until @yoheirosen merges this pr, to avoid switching to repo to my fork as done currently...

@yoheirosen
Copy link
Contributor

yoheirosen commented Sep 10, 2024 via email

@glennhickey glennhickey merged commit 2220b91 into master Sep 11, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

3 participants