home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / alt / lucidem / help / 655 next >
Encoding:
Text File  |  1992-11-05  |  2.2 KB  |  61 lines

  1. x-gateway: rodan.UU.NET from help-lucid-emacs to alt.lucid-emacs.help; Thu, 5 Nov 1992 11:13:33 EST
  2. Date: Thu, 5 Nov 1992 08:13:04 PST
  3. From: yonkman@greip.css.gov (Tom Yonkman)
  4. Message-ID: <9211051613.AA08287@greip.css.gov>
  5. Subject: Installing 19.3 on HP9000/750
  6. Reply-To: yonkman@esosun.css.gov
  7. Newsgroups: alt.lucid-emacs.help
  8. Path: sparky!uunet!wendy-fate.uu.net!help-lucid-emacs
  9. Sender: help-lucid-emacs-request@lucid.com
  10. Lines: 49
  11.  
  12. Thanks to Neal Becker and Danny Bar Dov for responding to me previous
  13. request for help.  I have installed the patches Neal sent, but the
  14. behaviour observed is the following:
  15.  
  16. ----------------
  17.  
  18. $ make
  19.         cd etc; make  all
  20.         cd src; make  all
  21.         rm -f xmakefile
  22.         cp ymakefile junk.c
  23.         cc -E junk.c | sed -e 's/^#.*//' -e 's/^[ \f\t][ \f\t]*$//' -e 's/^ /  /' | \
  24.         sed -n -e '/^..*$/p' > xmakefile
  25.         rm -f junk.c
  26.         make    -f xmakefile  all
  27.         cc -g   -Aa -D_HPUX_SOURCE -Dunix -I/usr/include/X11R4  -Demacs  -I./lwlib  -c dispnew.c
  28. cc: "/usr/include/stdlib.h", line 150: error 1584: Inconsistent type declaration: "lrand48".
  29. cc: "/usr/include/stdlib.h", line 153: error 1711: Inconsistent parameter list declaration for "srand48".
  30. cc: "/usr/include/X11R4/X11/Xos.h", line 119: error 1587: Redeclaration of tag "timeval".
  31. cc: "/usr/include/X11R4/X11/Xos.h", line 119: error 1595: Redeclaration of members.
  32. cc: "/usr/include/X11R4/X11/Xos.h", line 123: error 1587: Redeclaration of tag "timezone".
  33. cc: "/usr/include/X11R4/X11/Xos.h", line 123: error 1595: Redeclaration of members.
  34. *** Error code 1
  35.  
  36. Stop.
  37. *** Error code 1
  38.  
  39. Stop.
  40. *** Error code 1
  41.  
  42. Stop.
  43.  
  44. -----------------------
  45.  
  46. Anyone have suggestions regarding this "lrand48"/"srand48" problem?
  47.  
  48. aTdHvAaNnKcSe,
  49.  
  50. - ty -
  51.  
  52. --
  53. +---------------------------------------------------------------+
  54. | Tom Yonkman                 UUCP:      seismo!esosun!yonkman  |
  55. | Open Systems Division       Internet:  yonkman@esosun.css.gov |
  56. | SAIC, Mail Stop A2-F        PHONE:     (619)458-4949          |
  57. | 10260 Campus Point Drive    FAX:       (619)458-4993          |
  58. | San Diego, CA  92121                                          |
  59. +---------------------------------------------------------------+
  60.  
  61.