@rdipardo commented on this pull request.

Almost there; it should be a simple matter of adding [some missing 
headers](https://app.travis-ci.com/github/geany/geany/jobs/533113114#L2538):

```diff
diff --git a/scintilla/Makefile.am b/scintilla/Makefile.am
index f866ca48b..d6c85545e 100644
--- a/scintilla/Makefile.am
+++ b/scintilla/Makefile.am
@@ -7,8 +7,15 @@ scintilla_includedir = $(includedir)/geany/scintilla/
 scintilla_include_HEADERS =            \
 include/Scintilla.h                    \
 include/Scintilla.iface                \
+include/ScintillaCall.h                \
+include/ScintillaMessages.h            \
+include/ScintillaStructures.h          \
+include/ScintillaTypes.h               \
 include/ScintillaWidget.h              \
-include/Sci_Position.h
+include/Sci_Position.h                 \
+lexilla/include/LexicalStyles.iface    \
+lexilla/include/Lexilla.h              \
+lexilla/include/SciLexer.h
 
 LEXER_SRCS =                           \
 lexilla/lexers/LexAbaqus.cxx           \
```




-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2867#pullrequestreview-735639803

Reply via email to