On 2002-01-23 [EMAIL PROTECTED] wrote:
> o Segfault at startup.
This is a know problem ... either try running licq with a different kde style:
licq -p kde-gui -- --style default -s<your skin name>
or edit plugins/qt-gui/src/Makefile so that it reads:
licq_kde_gui_la_LIBADD = $(KDE_LIBS) -lqt $(X_PRE_LIBS) -lX11 -lXext \
$(XSS_LIBS) $(X_EXTRA_LIBS)
instead of
licq_kde_gui_la_LIBADD = $(KDE_LIBS) $(LIB_QT) $(X_PRE_LIBS) -lX11 -lXext \
$(XSS_LIBS) $(X_EXTRA_LIBS)
and recompile after "touch"ing an arbitrary file (otherwise make won't do
anything)
... this is just a work around though ... but it works fine for me ...
CU
Thomas Zell
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel