Closed luis-pereira closed 11 years ago
This is really odd, because now I have warnings:
...
[6/80 ?/sec] Generating org.razorqt.global_key_shortcuts.client.cpp, org.razorqt.global_key_shortcuts.client.h
Warning: deprecated annotation 'com.trolltech.QtDBus.QtTypeName.Out0' found; suggest updating to 'org.qtproject.QtDBus.QtTypeName.Out0'
Warning: deprecated annotation 'com.trolltech.QtDBus.QtTypeName.Out0' found; suggest updating to 'org.qtproject.QtDBus.QtTypeName.Out0'
...
[74/80 3.5/sec] Generating org.razorqt.global_key_shortcuts.daemon.cpp, org.razorqt.global_key_shortcuts.daemon.h
Warning: deprecated annotation 'com.trolltech.QtDBus.QtTypeName.Out0' found; suggest updating to 'org.qtproject.QtDBus.QtTypeName.Out0'
Warning: deprecated annotation 'com.trolltech.QtDBus.QtTypeName.Out0' found; suggest updating to 'org.qtproject.QtDBus.QtTypeName.Out0'
...
...$ clang++ --version
Ubuntu clang version 3.0-6ubuntu3 (tags/RELEASE_30/final) (based on LLVM 3.0)
Target: x86_64-pc-linux-gnu
Thread model: posix
...$ qmake -version
QMake version 2.01a
Using Qt version 4.8.3 in /usr/lib/x86_64-linux-gnu
...$ cmake --version
cmake version 2.8.9
...$ ninja --version
1.0.0
Unfortunately, we either have to live with the warnings or break compatibility with anything below Qt 4.8.2...
Sent from my phone. Please excuse my brevity.
Kuzma Shapran notifications@github.com wrote:
This is really odd, because now I have warnings:
... [6/80 ?/sec] Generating org.razorqt.global_key_shortcuts.client.cpp, org.razorqt.global_key_shortcuts.client.h Warning: deprecated annotation 'com.trolltech.QtDBus.QtTypeName.Out0' found; suggest updating to 'org.qtproject.QtDBus.QtTypeName.Out0' Warning: deprecated annotation 'com.trolltech.QtDBus.QtTypeName.Out0' found; suggest updating to 'org.qtproject.QtDBus.QtTypeName.Out0' ... [74/80 3.5/sec] Generating org.razorqt.global_key_shortcuts.daemon.cpp, org.razorqt.global_key_shortcuts.daemon.h Warning: deprecated annotation 'com.trolltech.QtDBus.QtTypeName.Out0' found; suggest updating to 'org.qtproject.QtDBus.QtTypeName.Out0' Warning: deprecated annotation 'com.trolltech.QtDBus.QtTypeName.Out0' found; suggest updating to 'org.qtproject.QtDBus.QtTypeName.Out0' ...
...$ clang++ --version Ubuntu clang version 3.0-6ubuntu3 (tags/RELEASE_30/final) (based on LLVM 3.0) Target: x86_64-pc-linux-gnu Thread model: posix
...$ qmake -version QMake version 2.01a Using Qt version 4.8.3 in /usr/lib/x86_64-linux-gnu
...$ cmake --version cmake version 2.8.9
...$ ninja --version 1.0.0
Reply to this email directly or view it on GitHub: https://github.com/Razor-qt/razor-qt/issues/601#issuecomment-17427866
Or add a complex switching in CMake which files to use depending on Qt revision number. We are going towards Qt5 anyway.
Maybe once they make Qt5 reject com.trolltech...
On Monday 06 May 2013 14:21:29, Kuzma Shapran wrote:
Or add a complex switching in CMake which files to use depending on Qt revision number. We are going towards Qt5 anyway.
Reply to this email directly or view it on GitHub: https://github.com/Razor-qt/razor-qt/issues/601#issuecomment-17509035
org.razorqt.global_key_shortcuts.daemon.h Got unknown type `at' You should add to the XML description
make[2]: * [razorqt-globalkeyshortcuts/src/org.razorqt.global_key_shortcuts.daemon.cpp] Error 1
make[1]: * [razorqt-globalkeyshortcuts/src/CMakeFiles/razor-globalkeyshortcuts.dir/all] Error 2
make: *\ [all] Error 2
lpereira@beagle ~/src/razor-qt/build $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper Target: i686-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu Thread model: posix gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
lpereira@beagle ~/src/razor-qt/build $ ld --version GNU gold (GNU Binutils for Ubuntu 2.22) 1.11 Copyright 2011 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) a later version. This program has absolutely no warranty.
lpereira@beagle ~/src/razor-qt/build $ qmake -v QMake version 2.01a Using Qt version 4.8.1 in /usr/lib/i386-linux-gnu
lpereira@beagle ~/src/razor-qt/build $ cmake --version cmake version 2.8.7