Plugin development problem: undefined symbol...

Discussion about CodeLite development process and patches
Nathan
CodeLite Curious
Posts: 1
Joined: Sun Mar 06, 2011 2:43 pm
Genuine User: Yes
IDE Question: c++
Contact:

Plugin development problem: undefined symbol...

Post by Nathan »

Hello Eran, hi all,

I'm new here. I'd like to ask you for some help. I'm developing a plugin to Codelite for SSH/SCP connections to remote servers..
It went well. I had created many classes that worked fine until I got this problem when I was trying to run codelite with my new class Test:

Code: Select all

(gdb) $1 = {<wxStringBase> = {static npos = 18446744073709551615, m_pchData = 0x102b648 L"/usr/lib/codelite/RemoteExplorer.so: undefined symbol: _ZTV6Test"}, <No data fields>}
Pluginmanager.cpp produces this error when loading my plugin. The class Test does just nothing at the time.

Thanks in advance.

Nathan.