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

Is building from source for linux still working #158

Open
ghost opened this issue Dec 17, 2020 · 3 comments
Open

Is building from source for linux still working #158

ghost opened this issue Dec 17, 2020 · 3 comments

Comments

@ghost
Copy link

ghost commented Dec 17, 2020

Im very new with linux so you'll have to bear with me if I've done anything very wrong.
I've been following the HowToBuild.md but i'm getting errors while trying to build.
I tried the "for QTCreator" and "for command line builders" but they both gave a bunch of errors, here is the QTCreator output
Screenshot from 2020-12-17 19-31-25
My build steps are
image
and I use ctrl+b to build
I've commented out DEFINES += QV_WITHOUT_OPENGL and DEFINES += QV_PORTABLE in QVproject.pri

@kanryu
Copy link
Owner

kanryu commented Dec 18, 2020

I've never seen this compilation error. I think it's probably due to the gcc version rather than the Linux version. I think it is effective to add a compile option to prevent error detection or lower the version of gcc.

If you know how to fix the source code to prevent this compilation error, please send me a pull request :)

@qanatozp
Copy link

qanatozp commented Apr 4, 2021

I've never seen this compilation error. I think it's probably due to the gcc version rather than the Linux version. I think it is effective to add a compile option to prevent error detection or lower the version of gcc.

If you know how to fix the source code to prevent this compilation error, please send me a pull request :)

What environment used for 1.1.1?
Got same error when tried to build with Ubuntu 20.04 default qt5 installation from repositories.

@qanatozp
Copy link

qanatozp commented Apr 7, 2021

@kanryu look at this page. I confirm that it successfully build. Check those patches included in script.

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