[Psi-Devel] Unable to build psi 0.11
George Sherwood
pilot at beernabeer.com
Sun Nov 4 09:53:43 PST 2007
On Sun, 4 Nov 2007 09:10:58 -0800
Justin Karneges <justin-psi2 at affinix.com> wrote:
> On Sunday 04 November 2007 8:35 am, Justin Karneges wrote:
> > You reported this "Undefined interface" issue in qca-ossl a couple
> > of weeks ago while building Psi with a bundled qca, and today you
> > receive the error while building against a system qca. We received
> > the exact same report last week from another user running Fedora,
> > so that confirms the bug. Unfortunately, we still have no idea how
> > to fix it. :(
>
> A possible fix I saw on the forum: add #include <qcaprovider.h> to
> the top of qca-ossl.cpp
>
> http://forum.psi-im.org/thread/4686
Thanks. This small patch fixes the problem for me. Building psi now
with system qca and qca-ossl.
George Sherwood
--- qca-ossl.cpp.orig 2007-11-04 21:30:46.000000000 +0400
+++ qca-ossl.cpp 2007-11-04 21:31:04.000000000 +0400
@@ -19,6 +19,7 @@
*/
#include <QtCrypto>
+#include <qcaprovider.h>
#include <QDebug>
#include <QtCore/qplugin.h>
More information about the Psi-Devel
mailing list