home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!munnari.oz.au!manuel.anu.edu.au!coombs!mark
- From: mark@coombs.anu.edu.au (Mark)
- Newsgroups: comp.mail.elm
- Subject: elm 2.4 pl 17 doesnt clean compile on hpux 8.07
- Date: 17 Dec 92 00:22:33 GMT
- Organization: Australian National University
- Lines: 43
- Message-ID: <mark.724551753@coombs>
- NNTP-Posting-Host: 150.203.76.2
- Keywords: CM_* Missing Defines
- Organisation: Wassat?!
-
- HP-UX cheops A.08.07 A 9000/750 2008209010
-
- I recently ftp'd elm 2.4 pl 13 from marlin.jcu.edu.au and installed the
- patches from 14 to 17. Then i went thru the config script as normal and
- ran a make. Below are the relevant results and the output of a
- 'find . -exec grep CM_ {}\; -print' from the top directory in the elm dist
- to identify other possible problems. Ive checked the /usr/include tree
- and nothign matching the CM_ defines are in there. Someone out there have
- any pointers on where to find the definitions?
-
- Thanks,
- Mark
- mark@coombs.anu.edu.au
-
- P.S. I think patch 14 died as doc/Makefile wasnt the 5.4 version if that
- is in anyway relevant.. all the other patches worked fine.
-
- ----- output from make (the relevant part thereof) ------
- cd src; make -b all
- cc -O -I../hdrs -c file.c
- cc: "file.c", line 413: error 1588: "CM_UPDATE_STATUS" undefined.
- *** Error code 1
-
- --- Start of grep... format is PATTERN \n matching filename ------
- copy_message("", fd, CM_UPDATE_STATUS);
- ./src/file.c
- int remove_header = cm_options & CM_REMOVE_HEADER;
- int remote = cm_options & CM_REMOTE;
- int update_status = cm_options & CM_UPDATE_STATUS;
- int remail = cm_options & CM_REMAIL;
- int decode = cm_options & CM_DECODE;
- if ((cm_options & CM_MMDF_HEAD) && strcmp(buffer, MSG_SEPARATOR) == 0)
- ./src/fileio.c
- copy_message("", temp, CM_UPDATE_STATUS);
- copy_message("", temp, CM_UPDATE_STATUS);
- ./src/leavembox.c
- ( noheader ? CM_REMOVE_HEADER : 0 ) | CM_MMDF_HEAD | CM_DECODE);
- ( noheader ? CM_REMOVE_HEADER : 0 ) | CM_MMDF_HEAD);
- ./src/mailmsg2.c
- copy_message("", mailfd, CM_REMOTE | CM_MMDF_HEAD | CM_REMAIL);
- ./src/remail.c
- copy_message("", fpout, CM_DECODE);
- ./src/showmsg.c
-