home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!caen!destroyer!ubc-cs!uw-beaver!news.u.washington.edu!sumax!thebes!ole!yanagida
- From: yanagida@ole.cdac.com (Bruce A. Yanagida)
- Newsgroups: comp.sys.hp
- Subject: Compile problems (Motif 1.1.4 on HP730)
- Summary: building Motif 1.1.4 on HP730
- Keywords: motif, compile, errors
- Message-ID: <1992Aug22.050727.23493@ole.cdac.com>
- Date: 22 Aug 92 05:07:27 GMT
- Organization: Cascade Design Automation
- Lines: 42
-
- I am having a little trouble building the stock OSF/Motif 1.1.4 distribution
- on my new HP730 machine running HPUX 8.07 with the unbundled C compiler.
- Basically, it looks to me like the C preprocessor is choking on one of the
- motif include files. Possibly it is getting into a infinite loop on one of
- the defines in the file. Here's an excerpt from my make World log file:
-
-
- cc -c +O1 -I../../. -I. -I../../. -I../.././lib/Xt -I../.././lib -DSYSV -D_NO_PROTO -DMALLOC_0_RETURNS_NULL Mrmicon.c
- rm -f Mrminit.o
- cc -c +O1 -I../../. -I. -I../../. -I../.././lib/Xt -I../.././lib -DSYSV -D_NO_PROTO -DMALLOC_0_RETURNS_NULL Mrminit.c
- ../.././lib/Xm/MwmUtil.h: 162: too much defining
- ../.././lib/Xm/MwmUtil.h: 163: too much defining
- ../.././lib/Xm/MwmUtil.h: 169: too much defining
- ../.././lib/Xm/MwmUtil.h: 170: too much defining
- ../.././lib/Xm/MwmUtil.h: 173: too much defining
- ../.././lib/Xm/MwmUtil.h: 180: too much defining
- ../.././lib/Xm/MwmUtil.h: 181: too much defining
- ../.././lib/Xm/MwmUtil.h: 198: too much defining
- ../.././lib/Xm/MwmUtil.h: 199: too much defining
- ../.././lib/Xm/MwmUtil.h: 202: too much defining
- ../.././lib/Xm/MwmUtil.h: 203: too much defining
- ../.././lib/Xm/MwmUtil.h: 211: too much defining
- ../.././lib/Xm/VendorEP.h: 80: no space
- *** Error code 1
-
-
- line 162 of MwmUtil.h is:
-
-
- #define _XA_MOTIF_WM_HINTS "_MOTIF_WM_HINTS"
-
-
- Has anyone else encountered this problem yet? I don't have too much
- experience with this HP730 or HPUX yet, so bear with me if this is
- obvious. I did manage to compile the entire MIT XV11R4 distribution
- without a hitch (only took 26 minutes for make World!). I was impressed.
-
- --
- Bruce A. Yanagida (sysadmin) | UUCP: ...!uunet!ole!yanagida
- Cascade Design Automation Corp. | Internet: yanagida@ole.cdac.com
- 3650 131st Ave SE, Suite 650 | TEL: (206)-649-7628
- Bellevue, WA 98006 | FAX: (206)-649-7600
-