scintilla build error
Posted: Fri Nov 16, 2012 12:53 am
Hi,
I want to run a custom plugin inside codelite, i presume that i need to build codelite for this to work as explained in here: http://www.codelite.org/LiteEditor/CreatingNewPlugin
I did all changes, and when i do configure && make i get this error
I want to run a custom plugin inside codelite, i presume that i need to build codelite for this to work as explained in here: http://www.codelite.org/LiteEditor/CreatingNewPlugin
I did all changes, and when i do configure && make i get this error
I have already installed libwxgtk-2.8-dev, but this header seems to be a dependence of a separate library (gtkmm). What version should i install for codelite? ubuntu 12.04 repos have by default 2.4 and 3.0, but i want to be sure of installing the right oneIn file included from sdk/wxscintilla/src/ScintillaWX.h:30:0,
from sdk/wxscintilla/src/ScintillaWX.cpp:17:
./sdk/wxscintilla/src/scintilla/include/ScintillaWidget.h:17:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.