[asterisk-dev] 1.4 svn configure looks to Qt in wrong Fedora places
sean
seandarcy2 at gmail.com
Fri Nov 17 18:12:13 MST 2006
In 1.4 svn:
grep -n qt3 configure*
configure:25725:#include <qt3/qdatetime.h>
configure:25798:#include <qt3/qdatetime.h>
configure.ac:773: [#include <qt3/qdatetime.h>],
configure.ac:793: [#include <qt3/qdatetime.h>],
but in Fedora 5 and 6:
/usr/lib64/qt-3.3/include/qdatetime.h
so no --with-qt=<xxx> configure switch will work.
Simply changing the includes to
#include <qdatetime.h>
allows --with-qt=/usr/lib64/qt-3.3 to work.
Also, neither qtconsole nor kdeconsole build on my box (
FC6, amd64). Is this known? expected? Should I file a report?
sean
More information about the asterisk-dev
mailing list