On Thursday 02 May 2002 20:20, Janosch Rolles wrote:
> Hi all!
>
> The Licq KDE-Gui crashes during startup. I'm using current cvs snapshot.
> When using an old version of the kde-plugin binaries it works.
> If I turn on debugging information for compiling the KCrashGuard backtrace
> points to line 242 of licqgui.cpp:
Look into
/licq-dir/plugins/qt-gui/src/Makefile.am
and change this line:
licq_kde_gui_la_LIBADD = $(KDE_LIBS) $(X_PRE_LIBS) -lX11 -lXext \
$(XSS_LIBS) $(X_EXTRA_LIBS)
That it reads this:
licq_kde_gui_la_LIBADD = $(KDE_LIBS) -lqt $(X_PRE_LIBS) -lX11 -lXext \
$(XSS_LIBS) $(X_EXTRA_LIBS)
and recompile (You need automake for this to be installed).
This worked for me very good.
Thomas
_______________________________________________________________
Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Licq-main mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-main