Hi,<br><br>I managed to solve this particular issue in the meantime (I dumped a .bat file wrapping mingw32-make as 'make' on mingw side, and used that to compile via command-prompt). However, I'm currently getting heaps of errors that seem to be related to G_GNUC_NULL_TERMINATED.<br>
<br>cd plugins && make -f makefile.win32 && cd ..<br>mingw32-make[1]: Entering directory `c:/geanydev/trunk/plugins'<br>gcc -O2 -Wall -pipe -mms-bitfields -DHAVE_CONFIG_H  -I.. -I../src -I../scintilla/include -I../tagman<br>
ager/include -IC:\libs/include/gtk-2.0 -IC:\libs/lib/gtk-2.0/include -IC:\libs/include/atk-1.0 -IC:\<br>libs/include/pango-1.0 -IC:\libs/include/cairo -IC:\libs/include/glib-2.0 -IC:\libs/lib/glib-2.0/inc<br>lude -IC:\libs/include/gettext -IC:\libs/include -o htmlchars.dll.o -c htmlchars.c<br>
In file included from htmlchars.c:32:<br>../src/plugindata.h:389: warning: no semicolon at end of struct or union<br>../src/plugindata.h:389: error: syntax error before "G_GNUC_NULL_TERMINATED"<br>../src/plugindata.h:399: error: syntax error before '}' token<br>
../src/plugindata.h:400: warning: type defaults to `int' in declaration of `UIUtilsFuncs'<br>../src/plugindata.h:400: warning: data definition has no type or storage class<br>In file included from htmlchars.c:36:<br>
../src/ui_utils.h:191: error: syntax error before "G_GNUC_NULL_TERMINATED"<br>../src/ui_utils.h:191: warning: type defaults to `int' in declaration of `G_GNUC_NULL_TERMINATED'<br>../src/ui_utils.h:191: warning: data definition has no type or storage class<br>
In file included from htmlchars.c:37:<br>../src/utils.h:147: error: syntax error before "G_GNUC_NULL_TERMINATED"<br>../src/utils.h:147: warning: type defaults to `int' in declaration of `G_GNUC_NULL_TERMINATED'<br>
../src/utils.h:147: warning: data definition has no type or storage class<br>../src/utils.h:149: error: syntax error before "G_GNUC_NULL_TERMINATED"<br>../src/utils.h:149: warning: type defaults to `int' in declaration of `G_GNUC_NULL_TERMINATED'<br>
../src/utils.h:149: warning: data definition has no type or storage class<br>../src/utils.h:170: error: syntax error before "G_GNUC_NULL_TERMINATED"<br>../src/utils.h:170: warning: type defaults to `int' in declaration of `G_GNUC_NULL_TERMINATED'<br>
../src/utils.h:170: warning: data definition has no type or storage class<br>htmlchars.c: In function `tools_show_dialog_insert_special_chars':<br>htmlchars.c:459: error: dereferencing pointer to incomplete type<br>htmlchars.c: In function `plugin_init':<br>
htmlchars.c:696: error: dereferencing pointer to incomplete type<br>htmlchars.c:721: error: dereferencing pointer to incomplete type<br>mingw32-make[1]: *** [htmlchars.dll] Error 1<br>mingw32-make[1]: Leaving directory `c:/geanydev/trunk/plugins'<br>
mingw32-make: *** [all] Error 2<br><br><div class="gmail_quote">On Wed, Apr 29, 2009 at 11:30 PM, Frank Lanitz <span dir="ltr"><<a href="mailto:frank@frank.uvena.de">frank@frank.uvena.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Wed, 29 Apr 2009 12:06:31 +1200<br>
Joshua Leung <<a href="mailto:aligorith@gmail.com">aligorith@gmail.com</a>> wrote:<br>
<br>
> Even after adding a <a href="http://localwin32.mk" target="_blank">localwin32.mk</a> file and changing the PREFIX as suggested,<br>
> I still get<br>
> lregex.c:22:18: glib.h: No such file or directory<br>
<br>
</div>Do you have the header files for glib (not glibc) installed inside your<br>
build environment?</blockquote><div>What's the difference? I'm not terribly familiar with the GTK stuff yet, though it "looks" like I've got the glib-dev-2.6.6.zip file the instructions said... The errors I'm getting above sound a lot like they are related to these headers being the wrong ones or some headers being missing...<br>
<br>Regards,<br>Aligorith<br></div></div>