waddlesplash/Heidi

makefile is not finding scintilla headers

DeweyTaylor opened this issue · 1 comments

expects them to be in /boot/system/develop/headers but they actually reside in /boot/system/develop/headers/scintilla
also use of #include "file" for system headers (Scintilla.h) instead of #include <file>

Fixed in 4f17b1f, but you need to use the newest Scintilla recipe (not the package in the depot, it's busted), and the GCC5 variant at that too.