home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!know!mips2!news.bbn.com!olivea!netsys!agate!doc.ic.ac.uk!uknet!mcsun!Germany.EU.net!news.netmbx.de!mailgzrz.TU-Berlin.DE!math.fu-berlin.de!informatik.tu-muenchen.de!gerstnet
- From: gerstnet@Informatik.TU-Muenchen.DE (Thomas Gerstner)
- Newsgroups: comp.sys.hp
- Subject: Xdbx on Snakes
- Message-ID: <1992Nov5.203849.18517@Informatik.TU-Muenchen.DE>
- Date: 5 Nov 92 20:38:49 GMT
- Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
- Organization: Technische Universitaet Muenchen, Germany
- Lines: 34
-
- Sorry, if this is a FAQ, but i'm trying to compile xdbx on a 720 and i got the
- following problem:
-
- #include <sys/wait.h>
-
- /* In our header file the second (int) is missing... */
- #undef WIFSIGNALED
- #define WIFSIGNALED(_X) ((((int)(_X)&0377)!=0)&&(((int)(_X)&0377)!=0177))
-
- static void quit_handler()
- {
- union wait status;
- wait3(&status, WNOHANG|WUNTRACED, NULL);
- /* Line 90: */
- if ((WIFEXITED(status) || WIFSIGNALED(status)) && !WIFSTOPPED(status)) {
- exit(1);
- }
- }
-
- cc +O1 -Wp,-H200000 -DSYSV -D_NO_PROTO -DMALLOC_0_RETURNS_NULL
- -DSTRINGS_ALIGNED -c signals.c
- cc: "signals.c", line 90: error 1527: Incompatible types in cast.
- cc: "signals.c", line 90: error 1527: Incompatible types in cast.
- cc: "signals.c", line 90: error 1527: Incompatible types in cast.
- cc: "signals.c", line 90: error 1527: Incompatible types in cast.
-
- Anybody got a solution or a substitution for this problem, or does anybody
- successfully run xdbx together with xdb on a HP9000/700?
-
- Thanx in advance,
-
- /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/~\
- | Thomas Gerstner gerstnet@informatik.tu-muenchen.de (131.159.8.71) | X |
- \____________________________________________________________________\_/
-