home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / mail / elm / 3765 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  2.0 KB

  1. Path: sparky!uunet!munnari.oz.au!manuel.anu.edu.au!coombs!mark
  2. From: mark@coombs.anu.edu.au (Mark)
  3. Newsgroups: comp.mail.elm
  4. Subject: elm 2.4 pl 17 doesnt clean compile on hpux 8.07
  5. Date: 17 Dec 92 00:22:33 GMT
  6. Organization: Australian National University
  7. Lines: 43
  8. Message-ID: <mark.724551753@coombs>
  9. NNTP-Posting-Host: 150.203.76.2
  10. Keywords: CM_*  Missing Defines
  11. Organisation: Wassat?!
  12.  
  13. HP-UX cheops A.08.07 A 9000/750 2008209010
  14.  
  15. I recently ftp'd elm 2.4 pl 13 from marlin.jcu.edu.au and installed the
  16. patches from 14 to 17. Then i went thru the config script as normal and
  17. ran a make. Below are the relevant results and the output of a
  18. 'find . -exec grep CM_ {}\; -print' from the top directory in the elm dist
  19. to identify other possible problems.  Ive checked the /usr/include tree
  20. and nothign matching the CM_ defines are in there. Someone out there have
  21. any pointers on where to find the definitions?
  22.  
  23. Thanks,
  24. Mark
  25. mark@coombs.anu.edu.au
  26.  
  27. P.S. I think patch 14 died as doc/Makefile wasnt the 5.4 version if that
  28.      is in anyway relevant.. all the other patches worked fine.
  29.  
  30. ----- output from make (the relevant part thereof) ------
  31. cd src; make -b all
  32.         cc  -O -I../hdrs    -c file.c
  33.         cc: "file.c", line 413: error 1588: "CM_UPDATE_STATUS" undefined.
  34.         *** Error code 1
  35.  
  36. --- Start of grep... format is PATTERN \n matching filename ------
  37.     copy_message("", fd, CM_UPDATE_STATUS);
  38. ./src/file.c
  39.     int remove_header = cm_options & CM_REMOVE_HEADER;
  40.     int remote = cm_options & CM_REMOTE;
  41.     int update_status = cm_options & CM_UPDATE_STATUS;
  42.     int remail = cm_options & CM_REMAIL;
  43.     int decode = cm_options & CM_DECODE;
  44.     if ((cm_options & CM_MMDF_HEAD) && strcmp(buffer, MSG_SEPARATOR) == 0)
  45. ./src/fileio.c
  46.     copy_message("", temp, CM_UPDATE_STATUS);
  47.     copy_message("", temp, CM_UPDATE_STATUS);
  48. ./src/leavembox.c
  49.     ( noheader ? CM_REMOVE_HEADER : 0 ) | CM_MMDF_HEAD | CM_DECODE);
  50.     ( noheader ? CM_REMOVE_HEADER : 0 ) | CM_MMDF_HEAD);
  51. ./src/mailmsg2.c
  52.     copy_message("", mailfd, CM_REMOTE | CM_MMDF_HEAD | CM_REMAIL);
  53. ./src/remail.c
  54.     copy_message("", fpout, CM_DECODE);
  55. ./src/showmsg.c
  56.