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

A bunch of problems on RedHat #227

Open
ctnlaring opened this issue Feb 1, 2016 · 1 comment
Open

A bunch of problems on RedHat #227

ctnlaring opened this issue Feb 1, 2016 · 1 comment

Comments

@ctnlaring
Copy link

ctnlaring commented Feb 1, 2016

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).
@jalona
Copy link

jalona commented Feb 2, 2016

@Collinthegeek , maybe need add path in enviroments?

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