|
From: Daniel J S. <dan...@ie...> - 2014-05-11 19:40:54
|
On 05/11/2014 12:21 PM, pl...@pi... wrote: > On 05/11/14 18:52, sfeam wrote: [skip] >>> Maybe whatever file it sources this from is incorrect. >>> Where should I look to see what it's doing? >> >> Your pkg-config is apparently returning some garbage location. >> Look for a file on your system named QtCore.pc and check what >> it contains. E.g. >> >> [1] locate QtCore.pc >> /usr/lib/pkgconfig/QtCore.pc >> [2] cat /usr/lib/pkgconfig/QtCore.pc >> ... >> >> > > Thanks QtCore.pc contains the same incorrect (build) location . > > /usr/lib/qt4 exists but does not have bin or bin/uic.. What platform and architecture are you running on? I'm running 64 bit so get: config.log:LRELEASE='/usr/lib64/qt4/bin/lrelease' config.log:MOC='/usr/lib64/qt4/bin/moc' config.log:RCC='/usr/lib64/qt4/bin/rcc' config.log:UIC='/usr/lib64/qt4/bin/uic' Perhaps there are some directory remnants of an old qt4 on your system and the actual qt4 is installed elsewhere. Dan |