Author Topic: contrib plugin "help" not compiling in svn 4491  (Read 3633 times)

tbarnard

  • Guest
contrib plugin "help" not compiling in svn 4491
« on: September 27, 2007, 08:28:53 pm »
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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7256
Re: contrib plugin "help" not compiling in svn 4491
« Reply #1 on: September 27, 2007, 10:27:33 pm »
It seems that you use wxWidgets2.6 instead of 2.8.4 . In 2.6 there is no wxHtmlLinkEvent-class.

look here

You can find the appropriate packeges for wxWidgets here (Debian and Ubuntu only)