Just tested the changes on native Windows: `configure` runs fine but building Scope fails with `scope.c:28:10: fatal error: vte/vte.h: No such file or directory` :(. After removing the "vte.h" include in `scope.c` it builds fine on Windows and the include seems unnecessary to me after reading https://github.com/geany/geany-plugins/commit/f0dbabab09f2ffc0f25054deb58ea7... or am I missing something?