Re: [gnome-db] libgda trunk doesn't compile anymore under windows
Andrea Zagli <[email protected]>
| Newsgroups | gmane.comp.gnome.db |
|---|---|
| Message-ID | <20110607144648.Horde.ru-zFxs-3RBN7h24j57HAPA@saetta.homelinux.org> |
Il giorno mar 07 giu 2011 14:13:15 CEST, Vivien Malerba ha scritto: > On 7 June 2011 12:17, Andrea Zagli <[email protected]> wrote: >> as the subject >> >> after the commit >> http://git.gnome.org/browse/libgda/commit/?h=LIBGDA_4.2&id=d6be07ff7dd2dc228f39c53d9dcf4b207adeaf42, >> because pipe function under windows doesn't exist (gda-thread-wrapper.c:122) > > Ok, sorry I dit not know not checked... I'll add #define guards, > unless you know what API to use with g_io_channel_win32_new_fd(). The > doc for that functions talks anout the pipe() function. i don't know, i never used a pipe but under mingw i found a _pipe function http://msdn.microsoft.com/en-us/library/edze9h7e%28v=vs.80%29.aspx