Codeblocks along with the its plugins (including wxSmith) and most of the contrib plugins compile and install fine. However, the contrib plugin "help" fails during compilation at this point:
/bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I../../../../src/include -I../../../../src/include/wxscintilla/include -include "sdk.h" -Ibzip2 -Ulinux -Uunix -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT HelpConfigDialog.lo -MD -MP -MF .deps/HelpConfigDialog.Tpo -c -o HelpConfigDialog.lo HelpConfigDialog.cpp
g++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I../../../../src/include -I../../../../src/include/wxscintilla/include -include sdk.h -Ibzip2 -Ulinux -Uunix -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT HelpConfigDialog.lo -MD -MP -MF .deps/HelpConfigDialog.Tpo -c HelpConfigDialog.cpp -fPIC -DPIC -o .libs/HelpConfigDialog.o
MANFrame.h:43: error: 'wxHtmlLinkEvent' has not been declared
Any help on how to resolve this would be much appreciated.
I'm building on an ubuntu linux system.