News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

contrib plugin "help" not compiling in svn 4491

Started by tbarnard, September 27, 2007, 08:28:53 PM

Previous topic - Next topic

tbarnard

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.

Jenna

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)