[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: kdenetwork building fails to find decibel and some other stuff
From:       sibu xolo <sibxol () btconnect ! com>
Date:       2009-03-28 9:17:47
Message-ID: 200903280917.47837.sibxol () btconnect ! com
[Download RAW message or body]

On Friday 27 March 2009 08:08:36 pm Oleksiy Khilkevich wrote:
> Hi,
>
> When cmaking kdenetwork piece, decibel, tapioca-qt and telepathy qt are
> not found.
> At first I thought that kdesuppor build was incomplete but I rechecked
> to be sure that every lib is present,
>
> Setting QT_TAPIOCA_* vars helps with decibel, but not with tapioca,
> which is strange to me. Here is relevant part:
>
> cmake /home/lex/devel/kde/src/kdenetwork -Wno-dev -GKDevelop3 -DCMAKE_INS
> ALL_PREFIX=/home/lex/devel/kde/dist -DKDE4_BUILD_TESTS=TRUE
> -DCMAKE_BUILD_TYPE=
> ebugfull -DQT_TAPIOCA_INCLUDE_DIR=/home/lex/devel/kde/dist/include
> -DQT_TAPIOCA
> LIBRARY=/home/lex/devel/kde/dist/lib/
> -- Found Qt-Version 4.5.0 (using /usr/bin/qmake)
> -- Found X11: /usr/lib/libX11.so
> -- Phonon Version: 4.3.50
> -- Found KDE 4.2 include dir: /home/lex/devel/kde/dist/include
> -- Found KDE 4.2 library dir: /home/lex/devel/kde/dist/lib
> -- Found the KDE4 kconfig_compiler preprocessor:
> /home/lex/devel/kde/dist/bin/k
> onfig_compiler
> -- Found automoc4: /home/lex/devel/kde/dist/bin/automoc4
> -- Found libortp: /usr/lib/libortp.so
> -- Found ALSA: /usr/lib/libasound.so
> -- Found speex library : /usr/lib/libspeex.so
> -- Could NOT find X11VidMode  (missing:  X11VIDMODE_INCLUDE_DIR
> X11VIDMODE_LIBR
> RIES)
> -- checking for module 'QtTapioca'
> --   package 'QtTapioca' not found
> -- checking for module 'QtTapioca'
> --   package 'QtTapioca' not found
> ...
>
>
> I am running kubuntu jaunty cleaned from their kde stuff, but with their
> qt4.
> KDE is from branches/KDE/4.2 tree.
> There are no tapioca, telepathy-qt or decibel installed from apt sources.
>
> Any suggestions?
>
this worked for me :-
#######  my changes to FindDecibel (I have decibel in /usr)########
set(DECIBEL_DEFINITIONS ${QTTAPIOCA_CFLAGS})
set(DECIBEL_INCLUDES ${QT_TAPIOCA_INCLUDE_DIR} /usr/include/Decibel )


FIND_LIBRARY(QT_TAPIOCA_LIBRARY NAMES QtTapioca
  PATHS
  ${QTTAPIOCA_LIBRARY_DIRS /usr/lib } 
  NO_DEFAULT_PATH 
)
set(DECIBEL_LIBRARIES ${QT_TAPIOCA_LIBRARY} /usr/lib  /usr/lib/Decibel)

#############################
(it is in the mail archive  (from ~last Tuesday) 


> Thank you for help in advance.
>
> >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
> >> unsubscribe <<


 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic