Licq 1.6.0 Released

25 views
Skip to first unread message

Anders Olofsson

unread,
Oct 30, 2011, 7:57:02 AM10/30/11
to licq-a...@googlegroups.com, Licq Users, licq...@googlegroups.com
The final release of Licq 1.6.0 is here.

Licq 1.6.0 contains both bugfixes and new features.

Download and release notes:
http://sourceforge.net/projects/licq/files/licq/1.6.0/

The Licq Team

M Wedin

unread,
Nov 20, 2011, 5:45:30 PM11/20/11
to licq...@googlegroups.com
2011/10/30 Anders Olofsson <fl...@licq.org>:

> The final release of Licq 1.6.0 is here.

I tried to compile it on Slackware 13.37, with the aid of a slackbuild script

Quote
By default the qt4-gui, console, auto-reply and aosd plugins are
built. This requires libaosd as well as cdk and can be overridden by
setting the PLUGINS environment variable to a space seperated list of
auto-reply, forwarder, osd, rms, aosd, console, jabber, msn, qt4-gui.

Optional dependencies are cdk for the console, libxosd for the osd and
libaosd for the aosd plugin respectivly, all available from
SlackBuilds.org.
/Quote

Initially, I had problems compiling CDK. Writing to the CDK maintainer
helped. Editing the version number to the one now valid (5.0_20110517)
worked like a charm. CDK installed just fine.

Still Licq bailed as follows:
-----------------------------
-- Creating /tmp/SBo/licq-1.6.0/plugins/console/build/pluginversion.h
-- Looking for wsyncup in /usr/lib/libcurses.so
-- Looking for wsyncup in /usr/lib/libcurses.so - found
-- Found Curses: /usr/lib/libcurses.so
-- Searching for Curses Development Kit (CDK)
-- Found cdk5-config: /usr/bin/cdk5-config
-- CDK version: sh: /usr/bin/cdk5-config: Permission denied
CMake Error at cmake/FindCDK.cmake:49 (message):
Could NOT find Curses Development Kit (CDK)
Call Stack (most recent call first):
CMakeLists.txt:21 (find_package)


-- Configuring incomplete, errors occurred!
bash-4.1#
---------------------------

Basically, I just follow instructions without knowing what is going
on, and any help is much appreciated.

The best!
Wedin

Erik Johansson

unread,
Nov 21, 2011, 10:12:18 AM11/21/11
to licq...@googlegroups.com
On Sun, Nov 20, 2011 at 23:45, M Wedin <wed...@gmail.com> wrote:
> --  Found cdk5-config: /usr/bin/cdk5-config
> --  CDK version: sh: /usr/bin/cdk5-config: Permission denied

Could you please post the output from "ls -la /usr/bin/cdk5-config".

// Erik

--
Erik Johansson
Home Page: http://ejohansson.se/
PGP Key: http://ejohansson.se/erik.asc

M Wedin

unread,
Nov 21, 2011, 10:30:40 AM11/21/11
to licq...@googlegroups.com
2011/11/21 Erik Johansson <er...@ejohansson.se>:

> On Sun, Nov 20, 2011 at 23:45, M Wedin <wed...@gmail.com> wrote:
>> --  Found cdk5-config: /usr/bin/cdk5-config
>> --  CDK version: sh: /usr/bin/cdk5-config: Permission denied
>
> Could you please post the output from "ls -la /usr/bin/cdk5-config".

Certainley!

$ ls -la /usr/bin/cdk5-config
-rw-r--r-- 1 root root 4343 Nov 20 21:28 /usr/bin/cdk5-config

I suppose I need to tweak these rights somehow.
Wedin

Erik Johansson

unread,
Nov 21, 2011, 10:35:00 AM11/21/11
to licq...@googlegroups.com
On Mon, Nov 21, 2011 at 16:30, M Wedin <wed...@gmail.com> wrote:
> 2011/11/21 Erik Johansson <er...@ejohansson.se>:
>> On Sun, Nov 20, 2011 at 23:45, M Wedin <wed...@gmail.com> wrote:
>>> --  Found cdk5-config: /usr/bin/cdk5-config
>>> --  CDK version: sh: /usr/bin/cdk5-config: Permission denied
>>
>> Could you please post the output from "ls -la /usr/bin/cdk5-config".

> $ ls -la /usr/bin/cdk5-config


> -rw-r--r-- 1 root root 4343 Nov 20 21:28 /usr/bin/cdk5-config
>
> I suppose I need to tweak these rights somehow.

Yes, it should be executable.

Try
sudo chmod +x /usr/bin/cdk5-config
or
su -c 'chmod +x /usr/bin/cdk5-config'

M Wedin

unread,
Nov 22, 2011, 5:32:40 AM11/22/11
to licq...@googlegroups.com
>> $ ls -la /usr/bin/cdk5-config
>> -rw-r--r-- 1 root root 4343 Nov 20 21:28 /usr/bin/cdk5-config
>>
>> I suppose I need to tweak these rights somehow.
>
> Yes, it should be executable.

> su -c 'chmod +x /usr/bin/cdk5-config'

It worked as intended.

Thanks a lot!
Wedin

Danila

unread,
Dec 15, 2011, 10:42:57 PM12/15/11
to licq...@googlegroups.com
Hi

I tried to compile it on FreeBSD 8.2-RELEASE-p3, but not compiling
plugin qt4-gui

Scanning dependencies of target licq_qt4-gui
[ 37%] Building CXX object
src/CMakeFiles/licq_qt4-gui.dir/config/chat.o
[ 37%] Building CXX object
src/CMakeFiles/licq_qt4-gui.dir/config/contactlist.o
[ 37%] Building CXX object
src/CMakeFiles/licq_qt4-gui.dir/config/emoticons.o
[ 38%] Building CXX object
src/CMakeFiles/licq_qt4-gui.dir/config/general.o
[ 38%] Building CXX object
src/CMakeFiles/licq_qt4-gui.dir/config/iconmanager.o
/tmp/licq-1.6.0/plugins/qt4-gui/src/config/iconmanager.cpp: In member
function 'const QPixmap& LicqQtGui::IconManager::iconForEvent(unsigned
int)':
/tmp/licq-1.6.0/plugins/qt4-gui/src/config/iconmanager.cpp:352: error:
'TypeUrl' is not a member of 'Licq::UserEvent'
/tmp/licq-1.6.0/plugins/qt4-gui/src/config/iconmanager.cpp:355: error:
'TypeChat' is not a member of 'Licq::UserEvent'
/tmp/licq-1.6.0/plugins/qt4-gui/src/config/iconmanager.cpp:358: error:
'TypeFile' is not a member of 'Licq::UserEvent'
/tmp/licq-1.6.0/plugins/qt4-gui/src/config/iconmanager.cpp:361: error:
'TypeContactList' is not a member of 'Licq::UserEvent'
/tmp/licq-1.6.0/plugins/qt4-gui/src/config/iconmanager.cpp:364: error:
'TypeAuthRequest' is not a member of 'Licq::UserEvent'
/tmp/licq-1.6.0/plugins/qt4-gui/src/config/iconmanager.cpp:367: error:
'TypeAuthRefused' is not a member of 'Licq::UserEvent'
/tmp/licq-1.6.0/plugins/qt4-gui/src/config/iconmanager.cpp:368: error:
'TypeAuthGranted' is not a member of 'Licq::UserEvent'
/tmp/licq-1.6.0/plugins/qt4-gui/src/config/iconmanager.cpp:371: error:
'TypeMessage' is not a member of 'Licq::UserEvent'
gmake[2]: *** [src/CMakeFiles/licq_qt4-gui.dir/config/iconmanager.o]
Error 1
gmake[1]: *** [src/CMakeFiles/licq_qt4-gui.dir/all] Error 2
gmake: *** [all] Error 2


Anders Olofsson писал 30.10.2011 17:57:

Erik Johansson

unread,
Dec 16, 2011, 9:44:31 AM12/16/11
to licq...@googlegroups.com
Which compiler and version do you use?

// Erik

--

Danila

unread,
Dec 16, 2011, 10:56:48 PM12/16/11
to licq...@googlegroups.com
Hi
I use gcc

[09:20]%> gcc -v
Using built-in specs.
Target: i386-undermydesk-freebsd
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070719 [FreeBSD]

Erik Johansson писал 16.12.2011 20:44:

Erik Johansson

unread,
Dec 18, 2011, 4:45:09 AM12/18/11
to licq...@googlegroups.com
On Sat, Dec 17, 2011 at 04:56, Danila <ev...@mgn.chel.su> wrote:
> gcc version 4.2.1 20070719  [FreeBSD]

I compiled gcc 4.2.1 and built qt4-gui with it without any problems.
My guess is that you are building qt4-gui against old licq headers.
Have you installed licq before building qt4-gui? Are you using the
same install prefix?

Please describe the steps you took when building licq and plugins and
post the output from cmake.

// Erik

Reply all
Reply to author
Forward
0 new messages