home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp / 9545 < prev    next >
Encoding:
Internet Message Format  |  1992-08-21  |  2.3 KB

  1. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!caen!destroyer!ubc-cs!uw-beaver!news.u.washington.edu!sumax!thebes!ole!yanagida
  2. From: yanagida@ole.cdac.com (Bruce A. Yanagida)
  3. Newsgroups: comp.sys.hp
  4. Subject: Compile problems (Motif 1.1.4 on HP730)
  5. Summary: building Motif 1.1.4 on HP730
  6. Keywords: motif, compile, errors
  7. Message-ID: <1992Aug22.050727.23493@ole.cdac.com>
  8. Date: 22 Aug 92 05:07:27 GMT
  9. Organization: Cascade Design Automation
  10. Lines: 42
  11.  
  12. I am having a little trouble building the stock OSF/Motif 1.1.4 distribution
  13. on my new HP730 machine running HPUX 8.07 with the unbundled C compiler.  
  14. Basically, it looks to me like the C preprocessor is choking on one of the
  15. motif include files.  Possibly it is getting into a infinite loop on one of
  16. the defines in the file.  Here's an excerpt from my make World log file:
  17.  
  18.  
  19.     cc -c +O1   -I../../. -I. -I../../. -I../.././lib/Xt -I../.././lib  -DSYSV -D_NO_PROTO -DMALLOC_0_RETURNS_NULL    Mrmicon.c
  20.     rm -f Mrminit.o
  21.     cc -c +O1   -I../../. -I. -I../../. -I../.././lib/Xt -I../.././lib  -DSYSV -D_NO_PROTO -DMALLOC_0_RETURNS_NULL    Mrminit.c
  22. ../.././lib/Xm/MwmUtil.h: 162: too much defining
  23. ../.././lib/Xm/MwmUtil.h: 163: too much defining
  24. ../.././lib/Xm/MwmUtil.h: 169: too much defining
  25. ../.././lib/Xm/MwmUtil.h: 170: too much defining
  26. ../.././lib/Xm/MwmUtil.h: 173: too much defining
  27. ../.././lib/Xm/MwmUtil.h: 180: too much defining
  28. ../.././lib/Xm/MwmUtil.h: 181: too much defining
  29. ../.././lib/Xm/MwmUtil.h: 198: too much defining
  30. ../.././lib/Xm/MwmUtil.h: 199: too much defining
  31. ../.././lib/Xm/MwmUtil.h: 202: too much defining
  32. ../.././lib/Xm/MwmUtil.h: 203: too much defining
  33. ../.././lib/Xm/MwmUtil.h: 211: too much defining
  34. ../.././lib/Xm/VendorEP.h: 80: no space
  35. *** Error code 1
  36.  
  37.  
  38. line 162 of MwmUtil.h is:
  39.  
  40.  
  41. #define _XA_MOTIF_WM_HINTS    "_MOTIF_WM_HINTS"
  42.  
  43.  
  44. Has anyone else encountered this problem yet?  I don't have too much
  45. experience with this HP730 or HPUX yet, so bear with me if this is
  46. obvious.  I did manage to compile the entire MIT XV11R4 distribution
  47. without a hitch (only took 26 minutes for make World!).  I was impressed.
  48.  
  49. -- 
  50. Bruce A. Yanagida (sysadmin)    | UUCP:      ...!uunet!ole!yanagida
  51. Cascade Design Automation Corp. | Internet:  yanagida@ole.cdac.com
  52. 3650 131st Ave SE, Suite 650    | TEL:       (206)-649-7628
  53. Bellevue, WA  98006             | FAX:       (206)-649-7600
  54.