-
Notifications
You must be signed in to change notification settings - Fork 7
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
Build fails using Qt 5.8 #6
Comments
I go it working, after compiling an empty qt project with
This fixes the problem, but creates the need of specifying include dirs for each qt version. |
I had the same problem compiling under Windows mingw64; I fixed adding /mingw64/include/QtCore/5.8.0 to CPATH. |
try |
I'm getting this error on a Mac, how did you fix it? |
Looks like creating a symling like upperxcode mentions is simplest way to go
|
That solution doesn't work, I get the error below: ln: /usr/include/QtCore: Operation not permitted I believe this is due to apple's new System Integrity Protection feature, which prevents changes to several core parts of OS X, including most of /usr, even by root. Is there any other way to work around this issue? |
on Linux I use sudo to have access to the folders. I do not know how it works on Mac. The only disadvantage is that this will only be visible to the concerned IDE |
Had this problem on Ubuntu 18.04, but build proceeded for me after I did: sudo apt-get install qtbase5-private-dev. |
I'm messing with the project for a quite while now, trying to figure out why I got this error when building:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: