Clarence Dang wrote: >$ echo $QTDIR >/home/kde4/celerysvn/qt-copy > >I've compiled qt-copy but did not "make install", as usual. $QTDIR/bin > is in my path.
make install is not necessary if you compiled Qt with -prefix $PWD. But it is mandatory if you didn't. >In kdelibs/build: >$ cmake -DCMAKE_INSTALL_PREFIX=$KDEDIR -DCMAKE_BUILD_TYPE=debug ../ >-- Check for working C compiler: /usr/lib/ccache/bin/gcc >-- Check for working C compiler: /usr/lib/ccache/bin/gcc -- works >-- Check size of void* >-- Check size of void* - done >-- Check for working CXX compiler: /usr/lib/ccache/bin/c++ >-- Check for working CXX compiler: /usr/lib/ccache/bin/c++ -- works >CMake Error: Could NOT find QtGlobal header >-- Configuring done > >This setup used to work 1 or 2 months ago, when I last built kdelibs. I >suspect the problem is that $QTDIR has to equal $KDEDIR now? It doesn't have to. Remove your CMakeCache.txt and try again. If it fails, take a look at the error log (CMakeFiles/CMakeError.log). >qdbuscpp2xml: could not execute moc! Aborting. qdbuscpp2xml searches for moc at its install dir. moc must be there. So, either make install or choose another prefix. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
