<blockquote>
<p>It's a bit cryptic, buit these usually indicate that g-ir-scanner doesn't know about a type which is used, e.g. when the typedef isn't provided (either in the same file or via #include or --c-include). In this case ScintillaObject appears to be unknown.</p>
</blockquote>

<p>Thanks, that was missing <code>-DGTK</code>, fixed now.</p>

<p>However, I also got this one:</p>

<pre><code>…scintilla/include/ScintillaWidget.h:42: syntax error, unexpected identifier in ' void (* notify) (ScintillaObject *sci, int id, SCNotification *scn);' at 'SCNotification'
</code></pre>

<p>I finally found that it's because <em>ScintillaWidget.h</em> doesn't include <em>Scintilla.h</em> that defines <code>SCNotification</code>.  Reordering the parsing order fixes the issue.  But your Peasy has the wrong order, so do you get that issue too?</p>

<p>Also, I dropped</p>

<pre><code>SCANNERFLAGS += --program-arg=--introspection-dump=$(srcdir)/get-type.txt,$(builddir)/get-type.out
</code></pre>

<p>which I didn't get the point of, and that didn't seem necessary.  And your <em>api/get-type.txt</em> file lists an internal function <code>tm_tag_get_type()</code> so it seemed odd.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1112#issuecomment-230285396">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ37Y2HSGyWHdacIGiJ7DclJ-tQAXks5qSQQ1gaJpZM4JD5zE">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ6Ks7QGawUAzcohiL46RLimLHj_iks5qSQQ1gaJpZM4JD5zE.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/1112#issuecomment-230285396"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>