On Tue, 2006-12-19 at 18:04 +0100, Julian Sikorski wrote:
> Explinux napisaƂ(a):
> > Thanks David ... your patch has worked, but I have substituted
> > "libqt.so" with "libqt-mt.so": is it lawful?
> > 
> > My distro of linux, Archlinux, removes *.la files from packages ....
> > here explained the reason. ;)
> > Thanks still
> > 
> > Regards
> > Explinux
> > 
> > David Reveman ha scritto:
> >> On Tue, 2006-12-19 at 10:56 +0100, Explinux wrote:
> >>  
> >>> ..
> >>> checking for wnck_window_has_name... yes
> >>> checking for METACITY... yes
> >>> checking for Qt headers... /opt/qt/include
> >>> checking for Qt libraries... no
> >>> configure: creating ./config.status
> >>> ..
> >>>
> >>> ..
> >>> gnome:    no
> >>> kde:      no
> >>> ..
> >>>
> >>>
> >>>
> >>> I have tried to compile kde window decorator, but "configure" don't
> >>> check my Qt installation and it don't have a option to specify the path.
> >>> Thanks for your work David
> >>>     
> >>
> >> It looks like it's actually finding your QT installation but
> >> $QTDIR/lib/libqt-mt.la doesn't exist. Does the attached patch help?
> >>
> >> -David
> >>  
> >> ------------------------------------------------------------------------
> >>
> >> --- a/configure.ac
> >> +++ b/configure.ac
> >> @@ -311,7 +311,7 @@ if test "x$use_kde" = "xyes"; then
> >>    fi
> >>  
> >>    qt_test_include="qstyle.h"
> >> -  qt_test_library="libqt-mt.la"
> >> +  qt_test_library="libqt.so"
> >>  
> >>    dnl Check for Qt headers
> >>    AC_MSG_CHECKING([for Qt headers])
> >>   
> > 
> > _______________________________________________
> > compiz mailing list
> > compiz@lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/compiz
> > 
> Fedora also rips out libtool archives.

>From devel packages? I was rather suspecting that no multi-threaded qt
library was installed and checking for libqt.so would be safe as a
sym-link to libqt.so should always present even when only a
multi-threaded qt library is installed.

-David

_______________________________________________
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz

Reply via email to