Author Topic: plugin wxsmith.so not loaded  (Read 4189 times)

darkanry

  • Guest
plugin wxsmith.so not loaded
« on: September 20, 2006, 08:31:56 am »
Hallo all,

during startup I get a following error(suse 10.0):

07:30:16: /opt/codeblocks/share/codeblocks/plugins/libwxsmith.so: undefined symbol: wxDirSelectorPromptStr
07:30:17: /opt/codeblocks/share/codeblocks/plugins/libexporter.so: undefined symbol: _ZTV12wxPNGHandler

What have I done wrong:(

Here are more details:

1.I've downloaded wxGTK-2.63.

2. wx configured with:

$ ../configure --enable-monolithic --with-gtk --disable-shared --prefix=/opt/wx/2.6

make

(root)make install
(root)ldconfig

5.I've downloaded a svn version 2982

6.codeblocks configured with:

$ ../configure --enable-contrib --prefix=/opt/codeblocks

make

(root)make install
(root)ldconfig

I've reproted as a bug #8846

thank you for help

anry