> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On > Behalf Of Hongyi Zhao > Sent: Tuesday, November 05, 2013 1:48 PM > To: [email protected] > Subject: [Development] If I not use -qt-xcb configure options, qt-everywhere- > opensource-src-5.1.1 will failed to compile. > > Hi all, > > I try to compile qt-everywhere-opensource-src-5.1.1 on Debian Wheezy, I > find I must use the following commands otherwise it will failed to make: > > $ ./configure -qt-xcb && make && sudo make install > > I just cann't remember the error messages if I don't use the -qt-xcb option. > > Who can give me some hints on this issue?
See http://qt-project.org/wiki/Building_Qt_5_from_Git You need to basically install all libxcb-* packages :) Regards Kai -- Kai Köhne, Senior Software Engineer - Digia, Qt Digia Germany GmbH, Rudower Chaussee 13, D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Registergericht: Amtsgericht Charlottenburg, HRB 144331 B _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
