On Wed, 05 Jun 2013 19:56:39 +0200 Enrico Tröger enrico.troeger@uvena.de wrote:
system, and Geany fails to build. Speaking of which, it'll be a good idea to change the C++ compiler detection as well - I don't think a mix of gcc-compiled Geany sources and msvc-compiled Scintilla will work.
True. We should do this. Do you volunteer as you seem to have a system with both compilers installed and so you can test this best? :)
Here. Tested with 1.23.1 (not git), but that's a 1-liner and can't be™ any different.
just to save you some trouble: before compiling, look at https://sourceforge.net/p/scintilla/code/ci/e806db1e88ea1762815760af704cc414... which fixes compilation with older gcc versions and might be necessary,
The wonders of 21-st century C++. Thanks, my gcc seems reasonably new.