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

Kai Macmaster - Update README.md #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kaimacmaster
Copy link

GCC fails on build because it's using an older version than the default installed in the newer versions of Ubuntu and Fedora - I haven't tested on the other distro's so I didn't change those.

GCC fails on build because it's using an older version than the default installed in the newer versions of Ubuntu and Fedora - I haven't tested on the other distro's so I didn't change those.
@davidjo
Copy link
Owner

davidjo commented Mar 4, 2024

At the moment this doesnt seem right to me - not sure how an old gcc version would stay installed if its not the current distribution version - unless you have something that requires the old version??
I dont like just adding gcc-12 because this will become the old version so I think it would be good to suggest some os version limits - Ive been burned by version changes if you look through the install script.

@osalbahr
Copy link
Contributor

osalbahr commented Mar 20, 2024

GCC fails on build because it's using an older version than the default installed in the newer versions of Ubuntu and Fedora - I haven't tested on the other distro's so I didn't change those.

I just spinned a docker run --rm -it fedora, and after dnf install gcc:

[root@ffb6c0a399bc /]# gcc --version
gcc (GCC) 13.2.1 20240316 (Red Hat 13.2.1-7)
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

@kaimacmaster I'm curious, what version of gcc does your system use?

@kaimacmaster
Copy link
Author

13 also, but it doesn't build for me with 13, only 12 - a dependency thing, but I don't know enough about the sound driver to fix it 😅

@osalbahr
Copy link
Contributor

13 also, but it doesn't build for me with 13, only 12 - a dependency thing, but I don't know enough about the sound driver to fix it 😅

What's the error message?

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