QtMongo icon indicating copy to clipboard operation
QtMongo copied to clipboard

Cannot get QtMongo-Demo running

Open simon-gunacker opened this issue 11 years ago • 1 comments

When I try to get QtMongo Demo to run, I get the following error:

~/Qt/5.2.1/gcc/include/QtCore/qglobal.h:679: error: invalid application of 'sizeof' to incomplete type 'QStaticAssertFailure' enum {Q_STATIC_ASSERT_PRIVATE_JOIN(q_static_assert_result, COUNTER) = sizeof(QStaticAssertFailure<!!(Condition)>)}

what could be wrong here?

simon-gunacker avatar May 20 '14 14:05 simon-gunacker

can you give the whole stack trace please?

On Di, 2014-05-20 at 07:46 -0700, Simon Gunacker wrote:

When I try to get QtMongo Demo to run, I get the following error:

~/Qt/5.2.1/gcc/include/QtCore/qglobal.h:679: error: invalid application of 'sizeof' to incomplete type 'QStaticAssertFailure' enum {Q_STATIC_ASSERT_PRIVATE_JOIN(q_static_assert_result, COUNTER) = sizeof(QStaticAssertFailure<!!(Condition)>)}

what could be wrong here?

— Reply to this email directly or view it on GitHub.

manuels avatar May 21 '14 09:05 manuels