giucam / orbital

A Wayland compositor based on Weston and Qt
GNU General Public License v3.0
158 stars 17 forks source link

client.cpp compile error - missing header file #26

Closed ThoriumEnergy closed 9 years ago

ThoriumEnergy commented 9 years ago

during make client.cpp:37:43: fatal error qpa/qplatformnativeinterface.h: No such file or directory

include <qpa/qplatformnativeinterface.h>

giucam commented 9 years ago

Mmh. What does a 'sudo find / -name qplatformnativeinterface.h' return?

ThoriumEnergy commented 9 years ago

Not found. If I do 'sudo find / -name qplatform* ' I start to find files, but I see now what you are hinting at. If I do qmake -v, I get QMake version 3.0 Using Qt version 5.3.2 in /usr/lib/x86_64-linux-gnu So, I see now I need a later version of Qt. I will install and retry the orbital make. - Thanks

giucam commented 9 years ago

Actually no, 5.3.2 should have it. I think you have some problems in your setup.