<p><b>@eht16</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany-plugins/pull/823#discussion_r303260843">scope/src/utils.c</a>:</p>
<pre style='color:#555'>> @@ -36,6 +36,10 @@
 #ifdef G_OS_UNIX
 #include <fcntl.h>
 
+/* The maximum length of an expression for evaluating the value.
+   (Including the string terminator '\0') */
+#define SCOPE_MAX_EVALUATE_EXPR_LENGTH 256
</pre>
<p>Here we go:<br>
<a href="https://download.geany.org/contrib/gtk/gtk%2B-bundle_2.24-plugins-dependencies.tar.gz" rel="nofollow">https://download.geany.org/contrib/gtk/gtk%2B-bundle_2.24-plugins-dependencies.tar.gz</a><br>
This is a tarball with GTK2 Windows binaries as well as available libraries needed by several plugins. Those libraries are currently used for the nightly builds.<br>
As a start, I hacked a little build script: <a href="https://www.geany.org/p/ZnQOw/" rel="nofollow">https://www.geany.org/p/ZnQOw/</a><br>
This is not nice but should show how it works. I guess <a href="https://github.com/geany/geany/blob/master/scripts/cross-build-mingw.sh">https://github.com/geany/geany/blob/master/scripts/cross-build-mingw.sh</a> could be a good base to start with and just adjust it for G-P.</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-plugins/pull/823?email_source=notifications&email_token=AAIOWJY3IJAKVG6LSAQXG5DP7OHB3A5CNFSM4GX6JSN2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB6L24VQ#discussion_r303260843">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ6JQZCUZYG43ZCHIG3P7OHB3ANCNFSM4GX6JSNQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AAIOWJZZNA2TQK2HDBCU5WDP7OHB3A5CNFSM4GX6JSN2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB6L24VQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany-plugins/pull/823?email_source=notifications\u0026email_token=AAIOWJY3IJAKVG6LSAQXG5DP7OHB3A5CNFSM4GX6JSN2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB6L24VQ#discussion_r303260843",
"url": "https://github.com/geany/geany-plugins/pull/823?email_source=notifications\u0026email_token=AAIOWJY3IJAKVG6LSAQXG5DP7OHB3A5CNFSM4GX6JSN2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB6L24VQ#discussion_r303260843",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>