qt-copy compilation problem on x86_64
Andras Mantia
amantia at kde.org
Wed Sep 20 10:27:17 BST 2006
Hi,
The latest qt-copy fails to compile on my suse 10.1 x86_64 system
because it searched for libdbus-1 only in /usr/lib and not
in /usr/lib64 (where it is). Manually modifying the Makefile in
tools/qdbus/src, to have
LIBS = .... -L /usr/lib64 ...
insread of
LIBS = ... -L /usr/lib ...
makes it compile.
As I don't have time to go through Qt's build system, I just wanted to
drop this quick not, maybe somebody knows how to fix it for real.
Andras
--
Quanta Plus developer - http://quanta.kdewebdev.org
K Desktop Environment - http://www.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20060920/881680b5/attachment.sig>
More information about the kde-core-devel
mailing list