Static build qt. Getting error because of xcb
Solved
Installation and Deployment
-
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!