On Wed, 2006-12-20 at 01:07 +0100, Explinux wrote: > David Reveman ha scritto: > > On Tue, 2006-12-19 at 17:58 +0100, Explinux wrote: > > > >> Thanks David ... your patch has worked, but I have substituted > >> "libqt.so" with "libqt-mt.so": is it lawful? > >> > > > > It didn't work when checking for "libqt.so"? > > > > > No, i don't have libqt.so in my Qt installation directory
hm, OK I guess I'll change it to libqt-mt.so for now as that's at least better than libqt-mt.la. > > $ cd /opt/qt/lib/ > $ ls > libdesignercore.a libeditor.prl libqscintilla.so > libqscintilla.so.7.0.0 libqt-mt.so.3 libqui.prl libqui.so.1.0 > libdesignercore.prl libqassistantclient.a libqscintilla.so.7 > libqt-mt.prl libqt-mt.so.3.3 libqui.so libqui.so.1.0.0 > libeditor.a libqassistantclient.prl libqscintilla.so.7.0 > libqt-mt.so libqt-mt.so.3.3.6 libqui.so.1 pkgconfig > $ > > > >> 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]) > >>> > >>> > > > > -David > > > > > > > Explinux -David _______________________________________________ compiz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/compiz
