Re: [CODE] fix Qt4/Kde4 detection in configure

2011-10-05 Thread Herbert Duerr
On 04.10.2011 18:25, Ariel Constenla-Haile wrote: in qt4 the moc binary is named moc-qt4 in most linux distros I checked (Fedora, OpenSuse, Ubuntu), configure should try first to look for this executable, and only the for moc. [...] The error is the SMOC4 typo, it should be $MOC4 Thanks

[CODE] fix Qt4/Kde4 detection in configure (was: [code] build on Linux 64 bits (Fedora 15))

2011-10-04 Thread Ariel Constenla-Haile
Hi there, On Thu, Sep 01, 2011 at 06:25:04PM -0300, Ariel Constenla-Haile wrote: * enabling KDE 4, moc can't be found: checking for Qt4 headers... /usr/include checking for Qt4 libraries... /usr/lib64 checking for moc... no configure: error: Qt Meta Object Compiler not found. Please

Re: [CODE] fix Qt4/Kde4 detection in configure

2011-10-04 Thread TJ Frazier
+ MOC4=$MOCQT4 + if test SMOC4 = no ; then should that test be: s/S/$/ ?-- /tj/