Not signed in (Sign In)

Choose a language

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorcrayons
    • CommentTimeFeb 19th 2008
     # 1
    Hi all
    I'm trying to compile KDE 4 on a clean base install and get the error:
    Error processing project file : /Files/Compile/Sources/soprano-2.0.0/_build/CMakeFiles/CMakeTmpQmake/tmp.pro
    -- Qt's moc NOT found!
    -- Qt's vic NOT found!
    CMake error: Qt libraries, includes, moc, vic or/and rcc NOT found!
    -- Configuring done.
    • CommentAuthorMohjive
    • CommentTimeFeb 19th 2008
     # 2
    Do you have Qt installed? Compile should have asked you about it, as it is required, but it does not seem like it is installed.
    • CommentAuthorcrayons
    • CommentTimeFeb 19th 2008
     # 3
    QT is installed in /Programs/Qt/4.3.1 and looking in there i found a /Programs/Qt/4.3.1/bin/moc and moc.debug.
    Do you think I should just put them in the path myself and see what happens ?
    • CommentAuthorMichael
    • CommentTimeFeb 19th 2008
     # 4
    Are they symlinked properly? Run `SymlinkProgram Qt` and try it again.
    • CommentAuthorcrayons
    • CommentTimeFeb 19th 2008
     # 5
    Thanks for helping.
    I ran SymLinkProgram and then checked that there is a working symlink from /bin.
    Compile still dies in soprano with the same error message.
    • CommentAuthorMohjive
    • CommentTimeFeb 19th 2008 edited
     # 6
    I was able to reproduce the behaviour here, so I have commited a new, fixed revision of the Soprano recipe, which should be available in the recipe stores in a couple of hours.

    By the way, you did not post the complete error message. It is easier to help if you do (and it may be impossible to help if you do not).
    • CommentAuthorcrayons
    • CommentTimeFeb 29th 2008
     # 7
    Cool. One more bug squashed but another found...

    -- Build files have been written to: /Files/Compile/Sources/strigi-0.5.7/_build

    CMake Error: Parse error in cache file /Files/Compile/Sources/strigi-0.5.7/_build/CMakeCache.txt. Offending entry: Error processing project file; /Files/Compile/Sources/strigi-0.5.7/_build/CMakeFiles/CMakeTmpQmake/tmp.pro
    CMake Error: Parse error in cache file /Files/Compile/Sources/strigi-0.5.7/_build/CMakeCache.txt. Offending entry: Error processing project file; /Files/Compile/Sources/strigi-0.5.7/_build/CMakeFiles/CMakeTmpQmake/tmp.pro
    -- Found Expat: /lib/libexpat.so
    -- Found CLucene library: /lib/libclucene.so
    -- Found CLucene include dir: /usr/local/include
    -- Found CLucene library dir: /lib
    -- Found CLucene: /lib/libclucene.so
    -- Cannot find Exiv2 library!
    -- Found Qt-Version 4.3.1
    -- Found dbus-1 release >= 1.0
    -- Found bison: /System/Links/Executables/bison
    -- Ensure you cppunit installed version is at least 1.12.0
    ** CppUnit was not found. Strigi unit tests will not be built.
    -- Cannot determine repository type. Please set UPDATE_TYPE to 'cvs' or 'svn'. CTest update will not work.
    -- dbus support enabled
    -- Configuring done
    make: *** [cmake_check_build_system] Error 255
    Compile: Build process failed.
    • CommentAuthorcrayons
    • CommentTimeMar 1st 2008
     # 8
    Compile Exiv2 didn't help. Any suggestions appreciated coz I'm stumped.
    • CommentAuthorLucas
    • CommentTimeApr 28th 2008
     # 9
    This has been just fixed in the latest revision of Qt. Stupid Cmake hides the real reason why it fails -- we just didn't have QMAKESPEC set. Exporting that value to $QTDIR/mkspecs/linux-g++ fixes the build.