(debian) compilation of qt4-qtruby : help needed for cmake

hello,

I would like to compile qt4-qtruby2.0.3 because the official debian package use qt3.
I unzipped the archive (here : http://rubyforge.org/projects/korundum/), and I entered (as shown in the doc) : cmake -DCMAKE_INSTALL_PREFIX=/opt/kde4/ . && make && make install,

but there is this output:

···

************************************************************
lolveley@debian:~/bin/qt4-qtruby-2.0.3$ cmake -DCMAKE_INSTALL_PREFIX=/opt/kde4/ . && make && make install
-- Found Qt-Version 4.4.3 (using /usr/local/Trolltech/Qt-4.4.3/bin/qmake)
-- Ruby found: /usr/lib/libruby1.8.so
-- Build Smoke... yes - Qt, QtWebKit, QtScript, QtUiTools, QtTest
-- Ruby found: /usr/lib/libruby1.8.so
-- Build QtRuby... yes
-- Build QtWebKit Ruby... yes
-- Build QtUiTools Ruby... yes
-- Build QtScript... yes
-- Build QtTest... yes
-- Build QScintilla Ruby... no
-- Build Qwt Ruby... no
CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present. A line of code such as

    cmake_minimum_required(VERSION 2.6)

  should be added at the top of the file. The version specified may be lower
  if you wish to support older CMake versions for this project. For more
  information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
QT_QTDBUS_LIBRARY (ADVANCED)
    linked by target "smokeqt" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qt
    linked by target "smokeqtwebkit" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qtwebkit
    linked by target "smokeqtscript" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qtscript
    linked by target "smokeqtuitools" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qtuitools
    linked by target "smokeqttest" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qttest
    linked by target "qtruby4" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtruby/src
    linked by target "qtruby4shared" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtruby/src
    linked by target "rubyqtwebkit" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtwebkit
    linked by target "rubyqtuitools" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtuitools
    linked by target "qtscript" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtscript
    linked by target "qttest" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qttest
QT_QTOPENGL_LIBRARY (ADVANCED)
    linked by target "smokeqt" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qt
    linked by target "smokeqtwebkit" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qtwebkit
    linked by target "smokeqtscript" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qtscript
    linked by target "smokeqtuitools" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qtuitools
    linked by target "smokeqttest" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qttest
    linked by target "qtruby4" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtruby/src
    linked by target "qtruby4shared" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtruby/src
    linked by target "rubyqtwebkit" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtwebkit
    linked by target "rubyqtuitools" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtuitools
    linked by target "qtscript" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtscript
    linked by target "qttest" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qttest

-- Configuring done

************************************************************

how can I continue?

thx,

olivier.

___________________________________________________________________________ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire.
http://fr.mail.yahoo.com

stop!
it works fine after apt-get -f install.

olivier.

lolveley a écrit :

···

hello,

I would like to compile qt4-qtruby2.0.3 because the official debian package use qt3.
I unzipped the archive (here : http://rubyforge.org/projects/korundum/\), and I entered (as shown in the doc) : cmake -DCMAKE_INSTALL_PREFIX=/opt/kde4/ . && make && make install,

but there is this output:

************************************************************
lolveley@debian:~/bin/qt4-qtruby-2.0.3$ cmake -DCMAKE_INSTALL_PREFIX=/opt/kde4/ . && make && make install
-- Found Qt-Version 4.4.3 (using /usr/local/Trolltech/Qt-4.4.3/bin/qmake)
-- Ruby found: /usr/lib/libruby1.8.so
-- Build Smoke... yes - Qt, QtWebKit, QtScript, QtUiTools, QtTest
-- Ruby found: /usr/lib/libruby1.8.so
-- Build QtRuby... yes
-- Build QtWebKit Ruby... yes
-- Build QtUiTools Ruby... yes
-- Build QtScript... yes
-- Build QtTest... yes
-- Build QScintilla Ruby... no
-- Build Qwt Ruby... no
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as

   cmake_minimum_required(VERSION 2.6)

should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
QT_QTDBUS_LIBRARY (ADVANCED)
   linked by target "smokeqt" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qt
   linked by target "smokeqtwebkit" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qtwebkit
   linked by target "smokeqtscript" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qtscript
   linked by target "smokeqtuitools" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qtuitools
   linked by target "smokeqttest" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qttest
   linked by target "qtruby4" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtruby/src
   linked by target "qtruby4shared" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtruby/src
   linked by target "rubyqtwebkit" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtwebkit
   linked by target "rubyqtuitools" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtuitools
   linked by target "qtscript" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtscript
   linked by target "qttest" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qttest
QT_QTOPENGL_LIBRARY (ADVANCED)
   linked by target "smokeqt" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qt
   linked by target "smokeqtwebkit" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qtwebkit
   linked by target "smokeqtscript" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qtscript
   linked by target "smokeqtuitools" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qtuitools
   linked by target "smokeqttest" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/smoke/qttest
   linked by target "qtruby4" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtruby/src
   linked by target "qtruby4shared" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtruby/src
   linked by target "rubyqtwebkit" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtwebkit
   linked by target "rubyqtuitools" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtuitools
   linked by target "qtscript" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qtscript
   linked by target "qttest" in directory /home/lolveley/bin/qt4-qtruby-2.0.3/ruby/qttest

-- Configuring done

************************************************************

how can I continue?

thx,

olivier.

       ___________________________________________________________________________ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire.
http://fr.mail.yahoo.com

___________________________________________________________________________ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire.