On Fri, 1 Mar 2002 18:19:57 -0700 Shadow
<[EMAIL PROTECTED]> wrote:
>--seem to be having a problem sending and reciving i have iptables
>running for a firewall... the problem is on the server it can
>otherwise access the net fine... any suggestion?
You have problem
hi,
i tried - without success - to install licq 1.0.4 on a SUSE 7.0 (Kernel
2.2.16).
configuer and make/make install ran both (also for the qt-gui-plugin) without
any errors, but the compiled licq crashes shortly after the start.
this is what "licq -p 15" says:
[home]$ licq -d 15
21:41:48: [WR
!
iEYEARECAAYFAjyBrq8ACgkQ0BW7kPcXjRXwPgCeMnitveYFTbDAKawHT32tpWoK
8NAAoIRHd/7SaecdwuDB21JO1D0Z3wuq
=naHx
-END PGP SIGNATURE-
diff -ur /tmp/licq-20020302/src/icqd-chat.cpp /usr/src/licq-20020302/src/icqd-chat.cpp
--- /tmp/licq-20020302/src/icqd-chat.cpp Sat Feb 9 17:15:05 2002
+++ /usr/src/licq
ve
make[1]: Entering directory `/usr/src/build/licq-console'
Making all in src
make[2]: Entering directory `/usr/src/build/licq-console/src'
source='/usr/src/licq-20020302/plugins/console/src/console.cpp'
object='console.lo' libtool=yes \
depfile='.deps/console.Plo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I have been compiling licq in a seperate directory to the sources, and this
mostly works, except that "make install" for the qt(kde)-plugin breaks when
it goes to install the qt-plugin/share/licq.desktop file. This is because the
lines in qt-plugin
> I tried to compile the console plugin with this gcc
> as well, but it
> complained about a deprecated header and then
> freaked out like so:
I don't have the sources handy, but the easiest
solution is to change the line
#include
to read
#include
using namespace std;
That's a bit cheating