News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

KeyBinder error (undefined reference)

Started by Michael, February 21, 2006, 09:26:26 AM

Previous topic - Next topic

Michael

Hello,

Yesterday night, I was building C::B rev2051 and I have got an error from KeyBinder contr. plugin. Here it is:

Quote
-------------- Build: default in C::B KeyBinder ---------------
mingw32-g++.exe -shared   -Wl,--dll -LC:\Programme\DANAE\CodeBlocks\CodeBlocks\src\devel -LC:\Programme\DANAE\CodeBlocks\CodeBlocks\src\lib -LC:\temp\wxWidgets-2.6.3\lib\gcc_dll -LC:\Programme\MinGW\lib  .objs\keybinder.o .objs\menuutils.o .objs\cbkeybinder.o   -o ..\..\..\devel\share\CodeBlocks\plugins\keybinder.dll  -lcodeblocks -lwxmsw26u
.objs\keybinder.o: In function `ZN9wxKeyBind14GetKeyModifierER10wxKeyEvent':
C:/Programme/DANAE/CodeBlocks/CodeBlocks/src/plugins/contrib/keybinder/keybinder.cpp:505: undefined reference to `cbPlugin::NotImplemented(wxString const&)'
C:/Programme/DANAE/CodeBlocks/CodeBlocks/src/plugins/contrib/keybinder/keybinder.cpp:505: undefined reference to `cbPlugin::NotImplemented(wxString const&)'
C:/Programme/DANAE/CodeBlocks/CodeBlocks/src/plugins/contrib/keybinder/keybinder.cpp:505: undefined reference to `cbPlugin::NotImplemented(wxString const&)'
C:/Programme/DANAE/CodeBlocks/CodeBlocks/src/plugins/contrib/keybinder/keybinder.cpp:505: undefined reference to `cbPlugin::NotImplemented(wxString const&)'
C:/Programme/DANAE/CodeBlocks/CodeBlocks/src/plugins/contrib/keybinder/keybinder.cpp:505: undefined reference to `cbPlugin::NotImplemented(wxString const&)'
.objs\keybinder.o:C:/Programme/DANAE/CodeBlocks/CodeBlocks/src/plugins/contrib/keybinder/keybinder.cpp:505: more undefined references to `cbPlugin::NotImplemented(wxString const&)' follow
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 3 seconds)
6 errors, 0 warnings

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

mandrav

Quote from: Michael on February 21, 2006, 09:26:26 AM
Hello,

Yesterday night, I was building C::B rev2051 and I have got an error from KeyBinder contr. plugin. Here it is:

The SDK has changed. Build it first, before building the contrib plugins.
Be patient!
This bug will be fixed soon...

Michael

Quote from: mandrav on February 21, 2006, 03:48:51 PM
Quote from: Michael on February 21, 2006, 09:26:26 AM
Hello,

Yesterday night, I was building C::B rev2051 and I have got an error from KeyBinder contr. plugin. Here it is:

The SDK has changed. Build it first, before building the contrib plugins.

Hello,

Yes it is what I did. I usually build C::B (C::B project file), after I use update.bat and then I build the contr. plugins workspace. It has until now always worked.

Could it be that it is because I use wxWidgets 2.6.3RC1?

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

Michael

I have also tried with rev2057, but get exactly the same errors.

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

mandrav

Rebuild the keybinder plugin and it'll work.
Be patient!
This bug will be fixed soon...

Michael

Quote from: mandrav on February 21, 2006, 10:31:03 PM
Rebuild the keybinder plugin and it'll work.

Yes, it is exactly what I have finished to do (anyway, why I have not done this before :oops:). Re-build C::B and then keybinder. It works fine now. Thank you for your help :).

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]