-
-
Notifications
You must be signed in to change notification settings - Fork 621
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
Error while building Premake 5 on CentOS 7 #2180
Comments
For the |
Since |
I'm not 100% sure, what you can do is run |
Just following up to see if this resolved your question. |
Sorry i didn't had the chance to try it yet (kinda busy with other things), i will update/close this issue if it works. |
Apparently, doing
Btw, I can get a working premake4 binary by installing rpm from opensuse leap 15.5 https://opensuse.pkgs.org/15.5/opensuse-oss-x86_64/premake4-4.4beta4-bp155.2.10.x86_64.rpm.html And do
I've also tried to do |
Before opening a new issue, please use the issue search feature to see if a similar issue already exists. If not, please help us help you by filling in the template below.
What are you trying to do?
A short, concise description of the outcome you are trying to achieve, ex. "Add build settings to a specific file".
I want to try building premake5 from release source:
Due to the pre-built binary requires a different version of shared
libm.so.6
andlibc.so.6
(the one i have are a different GLIBC versions, and i'm not sure how to get those missing specific version properly):What problem are you having?
A clear and concise description of the problem that is blocking you from your desired outcome, ex. "Premake is crashing with this error message: ..." or "I don't know how to do it."
Getting this error while doing
make config=release
I've also tried
make -f Bootstrap.mak linux
but getting a different error:What have you tried so far?
Describe any steps you've already taken to try to get past this issue.
Not sure what to do here, i wished there is an easier way to get premake on CentOS 7 (eg. through
yum
or something) or at least the pre-built binary doesn't relies on specific version of shared libs (specific major version are okay) or use static libs.What version of Premake are you using?
premake5 --version
will show you the version. If you are running a "-dev" version, please make sure you are up to date with the latest master branch.Doesn't have any working premake.
Anything else we should know?
Add any other context about the problem here.
Btw, I'm using gcc & g++ 4.8.5 which came from
yum install gcc g++
, and libc fromyum install glibc
, not sure what else needed to be installed as there are no library/package prerequisites that need to be installed first on premake's build guide/wiki.(You can now support Premake on our OpenCollective. Your contributions help us spend more time responding to issues like these!)
The text was updated successfully, but these errors were encountered: