On Saturday 16 February 2008 10:32:09 Thiago Macieira wrote: > Andreas Pakulat wrote: > >On 16.02.08 09:43:49, Sebastian TrĂ¼g wrote: > >> Qt-Copy does not build for me. Is this a known problem? Any simple > >> solution? maybe just a stupid mistake on my part? > > > >What Xorg version are you using? Do you have libxfixes and libxinerama > >installed (and their corresponding -dev packages)? If not, this is a bug > >in Qt's buildsystem, if you've got them it might be an Xorg package bug > >(the libs headers seem to support these functions, while the libs > >themselves are missing them). > > Also make sure you don't have a stale qconfig.pri and qconfig.h in your > include/ dir. > > Many people have made "make install" by mistake in their Qt's and the > problem only shows up when they upgrade. I fixed it by manually adding -lXinerame -Xfakes. I did not try check the qconfig.pri thing but shouldn't that be removed by "make distclean"? Cheers, Sebastian