After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 138405 - [cygwin patch] Win32 spawn test won't build.
[cygwin patch] Win32 spawn test won't build.
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: win32
2.4.x
Other Windows
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
gtk-win32 maintainers
Depends on:
Blocks: 137591
 
 
Reported: 2004-03-29 13:28 UTC by Roger Leigh
Modified: 2011-02-18 16:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rl-glib-CVSHEAD-cygwin-spawntest.patch (655 bytes, patch)
2004-03-29 13:28 UTC, Roger Leigh
none Details | Review

Description Roger Leigh 2004-03-29 13:28:00 UTC
The win32 spawn test won't build on Cygwin because certain symbols aren't
prototyped in stdlib.h, as expected.  This patch explicitly prototypes these
symbols on Cygwin, since no header contains them.
Comment 1 Roger Leigh 2004-03-29 13:28:50 UTC
Created attachment 26061 [details] [review]
rl-glib-CVSHEAD-cygwin-spawntest.patch

Against CVS HEAD.
Comment 2 Tor Lillqvist 2004-03-30 01:38:50 UTC
Looks fine.
Comment 3 Tor Lillqvist 2004-03-31 02:14:15 UTC
Patch applied.