[Qgis-developer] Re: qgis: symbol lookup error

nitin quick quick.nitin at gmail.com
Thu Nov 16 05:51:46 EST 2006


i get the reasong. I was not putting equivalent moc file for linking.
in the same makefile.am , i made an entry at plugin_MOC and it started working.

On 11/16/06, nitin quick <quick.nitin at gmail.com> wrote:
> while studying comments on terminal , qgis gives error:
>
> error in dlopen():/usr/lib/qgis/libqgis_oprtool.so:undefined symbol
> _ZN01finddialog16staticmetaObjectE
>
> later it couldn't resove it.
> We display the dialog of plugin very similar way. Cn anyone
> suggestwhat might be going wrong.
>
>
> On 11/16/06, nitin quick <quick.nitin at gmail.com> wrote:
> > greetings,
> > i have got some strange error.
> > Scenario is: in my plugin i want to have a popup dialog come up . So
> > put a new button in tool bar and connected its signal witha slot
> > responsible for generating or setting this dialog-ui.
> > But this resulted in similar error
> > qgis: symbol lookup error. unable to find symbol
> > :-Z123finddialog23QWidget32( not completely accurate but wit same
> > wordings).
> > What sense it make to me is library is not built corresponding class.
> > So i made an entry in makefile.am in  my plugin directory at line
> > libqgis_plugin_oprtool_la_sources:..
> > here oprtool is name of plugin.
> > But when i compiled program from here, Plugin menu donot lists my
> > plugin. So i can't activate it.
> > I have no idea what made it happened??
> >
> > regards
> > quickNitin
> >
>



More information about the Qgis-developer mailing list