You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redhat systems (Fedora 23 in my case) seem to have some strange problems with qt vs qt5 so I did some exploring and was able to discover that the files it needs are in /usr/include/qt5 rather than include/qt.
I fixed that by creating a symlink ln -s /usr/include/qt5 /usr/include/qt And got a similar error looking for libQt5WaylandClient.so.5.5 in /usr/lib when on my system it's in /usr/lib64. I made that work with another symlink but now I get this:
I'm not so sure it's a good idea to force it to work with all the symlinks and the third error looks harder to solve.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/30398260-a-bunch-of-problems-on-redhat?utm_campaign=plugin&utm_content=tracker%2F8658931&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8658931&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
When running cmake I got this error:
https://docs.google.com/document/d/1Duvy8bkHkzltgQRfmxNgIkYJlqy46bS-xLGAGrnNlV0/pub
Redhat systems (Fedora 23 in my case) seem to have some strange problems with qt vs qt5 so I did some exploring and was able to discover that the files it needs are in
/usr/include/qt5
rather than include/qt.I fixed that by creating a symlink
ln -s /usr/include/qt5 /usr/include/qt
And got a similar error looking for libQt5WaylandClient.so.5.5 in /usr/lib when on my system it's in /usr/lib64. I made that work with another symlink but now I get this:https://docs.google.com/document/d/1Od-GSbI7qVINgBlDKqjl7ciY48KGg7pyFb-X9HQRAwI/pub
I'm not so sure it's a good idea to force it to work with all the symlinks and the third error looks harder to solve.
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/30398260-a-bunch-of-problems-on-redhat?utm_campaign=plugin&utm_content=tracker%2F8658931&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8658931&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: