I tried to compile notepad2 4.1.24 http://www.flos-freeware.ch/notepad2.html
but got a lot of message error. I downloaded scintilla v 2.03 http://www.scintilla.org/ScintillaDownload.html and replaced
#define LINK_LEXER(lexer) extern LexerModule lexer;
by
#define LINK_LEXER(lexer) void(0)
but got a bunch of errors.
Did someone already try ?
Addendum: of course the change above has been given by the author in the readme.