Skip to content

A bunch of problems on RedHat #227

Description

@ctnlaring

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions