[compiz] configure don't check Qt libraries
Explinux
explinux at email.it
Tue Dec 19 08:58:07 PST 2006
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])
>
More information about the compiz
mailing list