Hi there, I'm trying to compile KDE in OS X, I downloaded and installed Qt qt-mac-opensource-4.3.2.dmg and qt-mac-opensource-4.3.2-debug-libs.dmg from trolltech, then I proceeded to install strigi and CMake with mactports. Then I got a recent snv of kde: svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdelibs, then I did the following:
$ export PATH=”/opt/qt4/bin:/opt/kde4/bin:/opt/kde4-deps/bin:$PATH” $ export PKG_CONFIG_PATH=”/opt/qt4/lib:/opt/local/lib” $ cd kdelibs $ mkdir build $ cd build $ cmake ../ -DCMAKE_INSTALL_PREFIX=/opt/kde4 $ make $ sudo make install but i got the following error: -- Found Qt-Version 4.3.2 CMake Error: Qt4 qdbusxml2cpp was not found. Make sure it has been built and installed by Qt -- Configuring done Can someone help me with it? Cheers __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
