On Tue, 5 Aug 2008 14:05:15 -0400 "Guillaume Pothier" <[EMAIL PROTECTED]> wrote:
> Hi, > I built kopete trunk today, and I have a problem with missing QCA TLS > plugin when trying to use the Jabber protocol. I have those packages > installed: libqca2, libqca2-dev, and libqca2-plugin-ossl. Cmake seems > to detect QCA and openssl (as reported here: > http://bugs.kde.org/show_bug.cgi?id=154765#c3). What could be missing? > Regards, > g Try to help cmake to find qca using something like the following (adapt to your needs): cmake -DCMAKE_INSTALL_PREFIX=/usr/local/kde4 -DQCA2_INCLUDE_DIR=/usr/local/Trolltech/qt/include -DQCA2_LIBRARIES=/usr/local/Trolltech/qt/lib .. -- Linux 2.6.26: Rotary Wombat http://u-br.net D.R.I. - "Time Out" (Definition - 1992) _______________________________________________ kopete-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kopete-devel
