On Tue, 29 Jul 2003 13:07:10 -0700 (PDT)
Dima K <[EMAIL PROTECTED]> wrote:

> Ok I think I know what the problem is.
> 
> My patch contains:
> 
>  licq_qt_gui_la_LDFLAGS = $(X_LIBS) $(QT_LDFLAGS) \
> - -module -avoid-version -rpath $(libdir) -R$(QT_LIBDIR)
> + -module -avoid-version -rpath $(libdir)
>  licq_qt_gui_la_LIBADD = $(LIB_QT) $(X_PRE_LIBS) -lX11 -lXext \
>   $(XSS_LIBS) $(X_EXTRA_LIBS)
> 
>  licq_kde_gui_la_LDFLAGS = $(KDE_LDFLAGS) $(QT_LDFLAGS) $(X_LIBS)   \
> -        -module -avoid-version -rpath $(libdir) -R$(QT_LIBDIR)
> +        -module -avoid-version -rpath $(libdir)
>  licq_kde_gui_la_LIBADD = $(KDE_LIBS) $(X_PRE_LIBS) -lX11 -lXext \
>          $(XSS_LIBS) $(X_EXTRA_LIBS)
> 
> 
> If you edit Makefile.am and readd those -R switches I think it'll work
> again. I think you have 2 different QT versions and the one used at
> link time is different from the one selected at runtime.



That might be the problem.  I will see if I can find an older QT version with which to 
build Licq, one that matches the QT packages that KDE is using.

I will add the -R switches first, if that does not work, I will downgrade QT.

thanks

--
Andrew


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to