@eht16 Any idea what's wrong with the MINGW build? ``` In file included from /home/travis/build/geany/geany/ctags/main/parse_p.h:17:0, from /home/travis/build/geany/geany/src/tagmanager/tm_ctags.c:18: /home/travis/build/geany/geany/ctags/main/lregex_p.h:27:10: fatal error: regex.h: No such file or directory #include <regex.h> ^~~~~~~~~ compilation terminated. ``` I think regex.h was included also before these patches, how was it handled on MINGW?