On 14/05/2012 17:53, Loaden wrote:
> Any comments and tips?
>
>     Creating library file:
>     
> /home/loaden/qpSOFT/Projects/BuildQt5-w32/qtbase/lib/libQtQml5.a./.obj/release-shared/qqmlinstruction.o:qqmlinstruction.cpp:(.text$_ZNK17QQmlPropertyCache8propertyERK15QHashedV8String[QQmlPropertyCache::property(QHashedV8String
>     const&) const]+0x32): undefined reference to
>     `__imp___ZN2v86String6EqualsEPci'
>     
> ./.obj/release-shared/qqmlinstruction.o:qqmlinstruction.cpp:(.text$_ZNK17QQmlPropertyCache8propertyERK15QHashedV8String[QQmlPropertyCache::property(QHashedV8String
>     const&) const]+0x7b): undefined reference to
>     `__imp___ZN2v86String6EqualsEPci'
>     
> ./.obj/release-shared/qqmlinstruction.o:qqmlinstruction.cpp:(.text$_ZNK17QQmlPropertyCache8propertyERK15QHashedV8String[QQmlPropertyCache::property(QHashedV8String
>     const&) const]+0x135): undefined reference to
>     `__imp___ZN2v86String6EqualsEPti'
>     
> ./.obj/release-shared/qqmlinstruction.o:qqmlinstruction.cpp:(.text$_ZNK17QQmlPropertyCache8propertyERK15QHashedV8String[QQmlPropertyCache::property(QHashedV8String
>     const&) const]+0x153): undefined reference to
>     `__imp___ZN2v86String6EqualsEPti'
<snip>

Just a guess: The V8 (JavaScript engine) is not being built? Could this 
be related to:
http://lists.qt-project.org/pipermail/development/2012-May/003791.html

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to