Summary: | Libqapt fails to build against libxapian 1.2.7 | ||
---|---|---|---|
Product: | [Unmaintained] muon | Reporter: | Hrvoje Senjan <hrvoje.senjan> |
Component: | libqapt | Assignee: | Jonathan Thomas <echidnaman> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.1.80 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Hrvoje Senjan
2011-09-11 16:40:12 UTC
Git version: cmake .. -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - found -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found. -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found. -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - not found. -- Found Qt4: /usr/bin/qmake (found version "4.7.3") -- Found Automoc4: /usr/bin/automoc4 -- checking for module 'polkit-qt-1' -- found polkit-qt-1, version 0.99.0 -- Found PolkitQt-1: /usr/lib/libpolkit-qt-gui-1.so;/usr/lib/libpolkit-qt-core-1.so;/usr/lib/libpolkit-qt-agent-1.so WARNING: Installation prefix does not match PolicyKit install prefixes. You probably will need to move files installed in POLICY_FILES_INSTALL_DIR and by dbus_add_activation_system_service to the /usr prefix -- Found Xapian: /usr/lib/libxapian.so -- Found AptPkg: /usr/lib/libapt-pkg.so;/usr/lib/libapt-inst.so CMake Warning at CMakeLists.txt:41 (find_package): Could not find module FindQtGStreamer.cmake or a configuration file for package QtGStreamer. Adjust CMAKE_MODULE_PATH to find FindQtGStreamer.cmake or set QtGStreamer_DIR to the directory containing a CMake configuration file for QtGStreamer. The file will have one of the following names: QtGStreamerConfig.cmake qtgstreamer-config.cmake -- Performing Test __HAVE_GCC_VISIBILITY -- Performing Test __HAVE_GCC_VISIBILITY - Success -- Found Qt-Version 4.7.3 (using /usr/bin/qmake) -- Looking for include files CMAKE_HAVE_PTHREAD_H -- Looking for include files CMAKE_HAVE_PTHREAD_H - found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Looking for _POSIX_TIMERS -- Looking for _POSIX_TIMERS - found -- Found Automoc4: /usr/bin/automoc4 -- Found Perl: /usr/bin/perl -- Found Phonon: /usr/include -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Success -- Performing Test HAVE_FPIE_SUPPORT -- Performing Test HAVE_FPIE_SUPPORT - Success -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success -- Performing Test __KDE_HAVE_GCC_VISIBILITY -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success -- Found KDE 4.6 include dir: /usr/include -- Found KDE 4.6 library dir: /usr/lib -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler -- Found automoc4: /usr/bin/automoc4 -- Found Debconf-KDE: /usr/lib/libdebconf-kde.so -- ----------------------------------------------------------------------------- -- The following OPTIONAL packages could NOT be located on your system. -- Consider installing them to enable more features from this software. + QtGStreamer: Qt wrapper around the GStreamer multimedia framework <http://gstreamer.freedesktop.org> Used to build an optional GStreamer plugin installer ----------------------------------------------------------------------------- -- Configuring done -- Generating done -- Build files have been written to: /home/hrvoje/Src/libqapt/build [18:43] hrvoje@debian ~/Src/libqapt/build$ make [ 2%] Generating workerdbus.cpp, workerdbus.h [ 4%] Generating moc_backend.cxx [ 6%] Generating moc_cache.cxx [ 9%] Generating moc_config.cxx [ 11%] Generating moc_history.cxx [ 13%] Generating workerdbus.moc Scanning dependencies of target qapt [ 15%] Building CXX object src/CMakeFiles/qapt.dir/backend.o In file included from /usr/include/xapian/enquire.h:33:0, from /usr/include/xapian.h:46, from /home/hrvoje/Src/libqapt/src/backend.cpp:43: /usr/include/xapian/keymaker.h:64:10: error: a template-id may not appear in a using-declaration /usr/include/xapian/keymaker.h: In member function ‘void Xapian::MultiValueKeyMaker::add_value(Xapian::valueno, bool)’: /usr/include/xapian/keymaker.h:77:7: error: expected primary-expression before ‘.’ token /usr/include/xapian/keymaker.h: At global scope: /usr/include/xapian/keymaker.h:110:10: error: a template-id may not appear in a using-declaration /usr/include/xapian/keymaker.h: In member function ‘void Xapian::MultiValueSorter::add(Xapian::valueno, bool)’: /usr/include/xapian/keymaker.h:123:7: error: expected primary-expression before ‘.’ token make[2]: *** [src/CMakeFiles/qapt.dir/backend.o] Error 1 make[1]: *** [src/CMakeFiles/qapt.dir/all] Error 2 make: *** [all] Error 2 *** This bug has been marked as a duplicate of bug 280024 *** |