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 574441 - wait.h doesn't exist, but sys/wait.h does
wait.h doesn't exist, but sys/wait.h does
Status: RESOLVED DUPLICATE of bug 598572
Product: metacity
Classification: Other
Component: general
trunk
Other Mac OS
: Normal normal
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2009-03-07 03:13 UTC by paul
Modified: 2009-10-27 11:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
small patch (331 bytes, patch)
2009-03-07 03:14 UTC, paul
none Details | Review

Description paul 2009-03-07 03:13:35 UTC
gcc -DHAVE_CONFIG_H -I. -I/Source/metacity/metacity/src -I.. -I/Source/metacity/metacity/src/include -DMETACITY_LIBEXECDIR=\"/opt/local/libexec\" -DHOST_ALIAS=\"\" -DMETACITY_LOCALEDIR=\"/opt/local/share/locale\" -DMETACITY_PKGDATADIR=\"/opt/local/share/metacity\" -DMETACITY_DATADIR=\"/opt/local/share\" -DG_LOG_DOMAIN=\"metacity\" -DSN_API_NOT_YET_FROZEN=1 -D_REENTRANT -DORBIT2=1 -I/usr/include/libpng12 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/startup-notification-1.0 -I/opt/local/include/libgtop-2.0    -I/opt/local/include -I/usr/X11R6/include            -arch ppc  -g -Wall -Wno-long-double   -pipe -no-cpp-precomp -Dsocklen_t=int -DMAC_OS_X_VERSION_MAX_ALLOWED=MAC_OS_X_VERSION_10_3   -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o `test -f 'core/main.c' || echo '/Source/metacity/metacity/src/'`core/main.c
/Source/metacity/metacity/src/core/main.c:61:18: wait.h: No such file or directory
/Source/metacity/metacity/src/core/main.c: In function `sigchld_handler':
/Source/metacity/metacity/src/core/main.c:393: warning: implicit declaration of function `waitpid'
/Source/metacity/metacity/src/core/main.c:393: error: `WNOHANG' undeclared (first use in this function)
/Source/metacity/metacity/src/core/main.c:393: error: (Each undeclared identifier is reported only once
/Source/metacity/metacity/src/core/main.c:393: error: for each function it appears in.)
make[5]: *** [main.o] Error 1
Comment 1 paul 2009-03-07 03:14:38 UTC
Created attachment 130224 [details] [review]
small patch
Comment 2 paul 2009-10-27 11:06:21 UTC

*** This bug has been marked as a duplicate of bug 598572 ***