[Qt-creator] Compiling QtCreator v1.2.91 from git
Alex T.
dioxinu at gmail.com
Fri Oct 2 09:34:43 CEST 2009
Hi, guys. Did anyone have the problem with QtCreator 1.2.91 compiled from
git?
The compilation is ok. But at startup it says
Cannot load plugin because dependency failed to load:
ProjectExplorer(1.2.91)
Reason: <path>/lib/qtcreator/plugins/Nokia/libProjectExplorer.so: Cannot
load library <path>/lib/qtcreator/plugins/Nokia/libProjectExplorer.so:
(<path>/lib/qtcreator/plugins/Nokia/libProjectExplorer.so: undefined symbol:
_ZTVN15ProjectExplorer26IBuildConfigurationFactoryE)
Nearly all the plugins are unable to load.
I've looked inside that lib and here is what i got:
[10:28]user at comp> nm libProjectExplorer.so | grep BuildConfigurationFactory
000889f0 T _ZN15ProjectExplorer26IBuildConfigurationFactoryC1EP7QObject
00088a30 T _ZN15ProjectExplorer26IBuildConfigurationFactoryC2EP7QObject
000889b0 T _ZN15ProjectExplorer26IBuildConfigurationFactoryD0Ev
00088950 T _ZN15ProjectExplorer26IBuildConfigurationFactoryD1Ev
00088980 T _ZN15ProjectExplorer26IBuildConfigurationFactoryD2Ev
U _ZTVN15ProjectExplorer26IBuildConfigurationFactoryE
The desired function is undefined =(.
Any ideas why that happens?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20091002/1b73c044/attachment.html
More information about the Qt-creator-old
mailing list