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]u...@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.
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
