Static build qt. Getting error because of xcb
Solved
Installation and Deployment
-
A very similar discussion is taking place at: https://forum.qt.io/topic/114784/definitive-guide-to-building-source-from-downloaded-run-file/29
No solution posted yet, though.
-
Silly question but did you check that you have that file in your system ?
-
Did you install the package after calling configure ?
If so, did you call configure from a clean state ? -
The easiest is to do out of source builds so you can easily nuke the build folder to start anew.
-
@BrMisha - I'm trying to build qt-everywhere-src-5.14.2 on ubuntu, having very similar problem with xcb that you report, i.e. "./configure -qt-xcb" gives errors. Are you also building qt-everywhere-src-5.14.2? How exactly did you overcome your problem and successfully build?
Thanks!