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
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev