Re: licq under Ubuntu with support SSL

Himera <[email protected]> Sat, 01 Sep 2007 17:26:19 -0700
Newsgroups gmane.network.licq.general
Message-ID <[email protected]>
> Have you installed libssl-dev?

Thanks. I have installed libssl-dev. It has helped. But now i have
another problem. When i type make i recive error

....
Making all in src
make[2]: Entering directory `/home/nikolai/tmp/licq-1.3.2/src'
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I.
-I..  -Wall -I../include -DINSTALL_PREFIX=\"/usr/local\"  -fPIC -DPIC -
D_REENTRANT  -O2 -fno-exceptions -fno-check-new -MT licq.o -MD -MP -MF
".deps/licq.Tpo" \
          -c -o licq.o `test -f 'licq.cpp' || echo './'`licq.cpp; \
        then mv -f ".deps/licq.Tpo" ".deps/licq.Po"; \
        else rm -f ".deps/licq.Tpo"; exit 1; \
        fi
../include/licq_buffer.h:65: error: extra qualification 'CBuffer::' on
member 'PackLNTS'
licq.cpp: In member function 'int CLicq::Main()':
licq.cpp:1092: warning: dereferencing type-punned pointer will break
strict-aliasing rules
licq.cpp:1105: warning: dereferencing type-punned pointer will break
strict-aliasing rules
make[2]: *** [licq.o] Error 1
make[2]: Leaving directory `/home/nikolai/tmp/licq-1.3.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nikolai/tmp/licq-1.3.2'
make: *** [all] Error 2