Branch: refs/heads/master Author: Nick Treleaven nick.treleaven@btinternet.com Committer: Nick Treleaven nick.treleaven@btinternet.com Date: Thu, 31 Oct 2013 13:54:31 UTC Commit: 6a19a4488d7037591083001f11f9f4fe2065aafa https://github.com/geany/geany/commit/6a19a4488d7037591083001f11f9f4fe2065aa...
Log Message: ----------- Add info on how g_spawn is broken on Windows
Modified Paths: -------------- src/win32.c
Modified: src/win32.c 3 files changed, 3 insertions(+), 0 deletions(-) =================================================================== @@ -1023,6 +1023,9 @@ gboolean _broken_win32_spawn(const gchar *dir, gchar **argv, gchar **env, GSpawn }
+/* Note: g_spawn is broken for receiving both stdio and stderr e.g. when + * running make and there are compile errors. See glib/giowin32.c header + * comment about Windows bugs, e.g. #338943 */ /* Simple replacement for _broken_win32_spawn(). * flags is ignored, G_SPAWN_SEARCH_PATH is implied. * Don't call this function directly, use utils_spawn_[a]sync() instead.
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).