[Licq-main] undefined symbol in licq_qt-gui.so

2003-06-27 Thread Alexander Fieroch
Hello,
I have just compiled licq 1.2.7 on debian testing (no errors).
But now I can't run licq. I get the error message:
13:23:13: [WRN] Licq: Ignoring stale lockfile (pid 18814)
13:23:14: [ERR] Unable to load plugin (qt-gui): 
/usr/local/lib/licq/licq_qt-gui.so: undefined symbol: 
_ZN7QWidget5eventEP6QEvent.
13:23:14: [WRN] This usually happens when your plugin
  is not kept in sync with the daemon.
  Please try recompiling the plugin.
  If you are still having problems, see
  the FAQ at www.licq.org

Whats the problem and what can I do?

Thanks for help,
Alex


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
LICQ-Main mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-main


Re: [Licq-main] undefined symbol in licq_qt-gui.so

2003-06-27 Thread Thomas Reitelbach
On Friday 27 June 2003 16:08, Alexander Fieroch wrote:
 Hello,
 I have just compiled licq 1.2.7 on debian testing (no errors).
 But now I can't run licq. I get the error message:

 13:23:13: [WRN] Licq: Ignoring stale lockfile (pid 18814)
 13:23:14: [ERR] Unable to load plugin (qt-gui):
 /usr/local/lib/licq/licq_qt-gui.so: undefined symbol:
 _ZN7QWidget5eventEP6QEvent.
 13:23:14: [WRN] This usually happens when your plugin
is not kept in sync with the daemon.
Please try recompiling the plugin.
If you are still having problems, see
the FAQ at www.licq.org

 Whats the problem and what can I do?

Did you probably compile with kde support? then you have to load the kde-gui 
plugin instead of qt-gui:

licq -p kde-gui will do the trick.

Also you have to compile the gui plugin with the same compiler that has been 
used for QT. (This seems to be the problem in this case)

-- 
email: [EMAIL PROTECTED]
IRC:   DreamForce on #licq
UIN:   75450207 (urgent messages only)


pgp0.pgp
Description: signature


Re: [Licq-main] undefined symbol in licq_qt-gui.so

2003-06-27 Thread Alexander Fieroch
Did you probably compile with kde support? then you have to load the kde-gui 
plugin instead of qt-gui:

licq -p kde-gui will do the trick.
No, I didn't compile it with kde support! I've no kde, because currently
there is no kde3 in debian testing.
I have just compiled licq with make clean; ./configure; make; make
install - the same with the plugin, no extra options.
[EMAIL PROTECTED]:/usr/local/lib/licq$ ldd licq_qt-gui.so
libqt-mt.so.3 = /usr/lib/libqt-mt.so.3 (0x400f1000)
libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x40698000)
libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x406a)
libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x406b5000)
libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x4077)
libstdc++-libc6.2-2.so.3 = /usr/lib/libstdc++-libc6.2-2.so.3
(0x4077d000)
libm.so.6 = /lib/libm.so.6 (0x407c7000)
libc.so.6 = /lib/libc.so.6 (0x407e8000)
libaudio.so.2 = /usr/lib/libaudio.so.2 (0x408f8000)
libXt.so.6 = /usr/X11R6/lib/libXt.so.6 (0x4090b000)
libpng.so.3 = /usr/lib/libpng.so.3 (0x40955000)
libz.so.1 = /lib/libz.so.1 (0x40976000)
libGL.so.1 = /usr/lib/libGL.so.1 (0x40984000)
libXmu.so.6 = /usr/X11R6/lib/libXmu.so.6 (0x409eb000)
libXrender.so.1 = /usr/X11R6/lib/libXrender.so.1 (0x409ff000)
libXft.so.1 = /usr/X11R6/lib/libXft.so.1 (0x40a04000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x40a2d000)
libdl.so.2 = /lib/libdl.so.2 (0x40a7b000)
libpthread.so.0 = /lib/libpthread.so.0 (0x40a7f000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x8000)
libGLcore.so.1 = /usr/lib/libGLcore.so.1 (0x40ace000)
Also you have to compile the gui plugin with the same compiler that has been 
used for QT. (This seems to be the problem in this case)
That's what I thought. So that's why I tried it with gcc linked to
gcc2.95, gcc3.2 and gcc3.3!
I don't know what version has been used for QT (how to find out?).
So what can I do?
Alex





---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
LICQ-Main mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-main


Re: [Licq-main] undefined symbol in licq_qt-gui.so

2003-06-27 Thread Pollywog
On Fri, 27 Jun 2003 17:27:55 +0200
Alexander Fieroch [EMAIL PROTECTED] wrote:

 
 No, I didn't compile it with kde support! I've no kde, because
 currently there is no kde3 in debian testing.

Assuming you *want* to get KDE3, couldn't you apt-get it from Sid?

--
Andrew


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
LICQ-Main mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-main