You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I build the samegame project, I got the following error:
gameareaimpl.cpp:(.text._ZN12SameGameImpl11createBlockEiii[_ZN12SameGameImpl11createBlockEiii]+0x84):‘QQuickSpringAnimation::QQuickSpringAnimation(QObject*)’undefine reference
gameareaimpl.cpp:(.text._ZN12SameGameImpl11createBlockEiii[_ZN12SameGameImpl11createBlockEiii]+0xa0):‘QQuickSpringAnimation::QQuickSpringAnimation(QObject*)’undefine reference
gameareaimpl.cpp:(.text._ZN12SameGameImpl11createBlockEiii[_ZN12SameGameImpl11createBlockEiii]+0x118):‘QQuickSpringAnimation::setSpring(double)’undefine reference
gameareaimpl.cpp:(.text._ZN12SameGameImpl11createBlockEiii[_ZN12SameGameImpl11createBlockEiii]+0x129):‘QQuickSpringAnimation::setDamping(double)’undefine reference
gameareaimpl.cpp:(.text._ZN12SameGameImpl11createBlockEiii[_ZN12SameGameImpl11createBlockEiii]+0x17c):‘QQuickSpringAnimation::setSpring(double)’undefine reference
gameareaimpl.cpp:(.text._ZN12SameGameImpl11createBlockEiii[_ZN12SameGameImpl11createBlockEiii]+0x18d):‘QQuickSpringAnimation::setDamping(double)’undefine reference
It looks we can not use the class in the private directory of QtQuick.
How can i fix the error?
Thank you very much.
I just check again, i forgot the patch.
How can we apply the patch? Apply the patch and rebuild the QtQuick library?
The text was updated successfully, but these errors were encountered:
If you're using git you can use git am inside the qtdeclarative module. If you're using a source package you can probably apply it using patch -p1, also from within the qtdeclarative directory.
@jturcotte
When I build the samegame project, I got the following error:
gameareaimpl.cpp:(.text._ZN12SameGameImpl11createBlockEiii[_ZN12SameGameImpl11createBlockEiii]+0x84):‘QQuickSpringAnimation::QQuickSpringAnimation(QObject*)’undefine reference
gameareaimpl.cpp:(.text._ZN12SameGameImpl11createBlockEiii[_ZN12SameGameImpl11createBlockEiii]+0xa0):‘QQuickSpringAnimation::QQuickSpringAnimation(QObject*)’undefine reference
gameareaimpl.cpp:(.text._ZN12SameGameImpl11createBlockEiii[_ZN12SameGameImpl11createBlockEiii]+0x118):‘QQuickSpringAnimation::setSpring(double)’undefine reference
gameareaimpl.cpp:(.text._ZN12SameGameImpl11createBlockEiii[_ZN12SameGameImpl11createBlockEiii]+0x129):‘QQuickSpringAnimation::setDamping(double)’undefine reference
gameareaimpl.cpp:(.text._ZN12SameGameImpl11createBlockEiii[_ZN12SameGameImpl11createBlockEiii]+0x17c):‘QQuickSpringAnimation::setSpring(double)’undefine reference
gameareaimpl.cpp:(.text._ZN12SameGameImpl11createBlockEiii[_ZN12SameGameImpl11createBlockEiii]+0x18d):‘QQuickSpringAnimation::setDamping(double)’undefine reference
It looks we can not use the class in the private directory of QtQuick.
How can i fix the error?
Thank you very much.
I just check again, i forgot the patch.
How can we apply the patch? Apply the patch and rebuild the QtQuick library?
The text was updated successfully, but these errors were encountered: