<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Havoc Pennington wrote:
<blockquote cite="mid1104353088.29189.102.camel@localhost.localdomain"
 type="cite">
  <pre wrap="">On Wed, 2004-12-29 at 15:31 -0500, Chris Lewis wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello all.

I am trying to build dbus (0.22) with qt (3.3.2) support an slackware 
10.0 without success. When i pass configure --enable-qt, it fails with 
the messages:

configure: WARNING: Qt development libraries not found
configure: error: Qt integration explicitly required, and Qt libraries 
not found

Qt is installed at /usr/lib/qt (symlink to /usr/lib/qt-3.3.2), QTDIR is 
set to /usr/lib/qt, /usr/lib/qt/lib is in ld path, and 
CPLUS_INCLUDE_PATH includes $QTDIR/include. I am not sure what could be 
wrong and --help does not offer any hints in this regard.

Any hints would be appreciated. Thanks
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You might look through config.log, there may be useful information there
about how configure looked for Qt.

Also just have a look at the shell code in configure.in

Havoc



  </pre>
</blockquote>
Ok checked configure.in and it confirmed what Daniel said about kde
(thanks Daniel). It also may have revlealed why python bindings won't
build - it looks like it requires an app called 'pyrex' which is not on
my system. Would this be why python fails?<br>
</body>
</html>