Page 1 of 1

Plugin development problem: undefined symbol...

Posted: Sun Mar 06, 2011 3:30 pm
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.