home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / aix / 8872 < prev    next >
Encoding:
Text File  |  1992-08-17  |  2.2 KB  |  56 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!destroyer!fmsrl7!ef2007!mjo
  3. From: mjo@ef2007.efhd.ford.com (Mike O'Connor)
  4. Subject: Building smail 3.1.25 under AIX 3.2 on RS6k
  5. Message-ID: <Bt5B5p.30F@ef2007.efhd.ford.com>
  6. X-Disclaimer: Not an official spokesperson for Ford OPEO
  7. Reply-To: Mike O'Connor <mjo@fmsrl7.srl.ford.com>
  8. Organization: International Affairs, Overseas Engineering, "Fordz"
  9. Date: Mon, 17 Aug 1992 20:49:00 GMT
  10. Lines: 44
  11.  
  12. Has anyone done this?  smail has configurations for AIX 3.1, which was
  13. what I used in my build.  For the most part, it compiles cleanly,
  14. but...  well...  look for yourself:
  15.  
  16. The error messages:
  17.  
  18. "sysdep.c", line 137.20: 1506-122 (S) Expecting pointer to struct or union.
  19. "sysdep.c", line 137.35: 1506-122 (S) Expecting pointer to struct or union.
  20. "sysdep.c", line 137.49: 1506-122 (S) Expecting pointer to struct or union.
  21. "sysdep.c", line 138.20: 1506-122 (S) Expecting pointer to struct or union.
  22. "sysdep.c", line 138.34: 1506-122 (S) Expecting pointer to struct or union.
  23. "sysdep.c", line 138.47: 1506-122 (S) Expecting pointer to struct or union.
  24.  
  25. And the code:
  26.  
  27.     (void) sprintf(timebuf, "%02d/%02d/%02d %02d:%02d:%02d",
  28.            ltm->tm_mon+1, ltm->tm_mday, ltm->tm_year,
  29.            ltm->tm_hour, ltm->tm_min, ltm->tm_sec);
  30.     return timebuf;
  31.  
  32. More errors:
  33.  
  34. "sysdep.c", line 197.29: 1506-122 (S) Expecting pointer to struct or union.
  35. "sysdep.c", line 197.44: 1506-122 (S) Expecting pointer to struct or union.
  36. "sysdep.c", line 198.27: 1506-122 (S) Expecting pointer to struct or union.
  37. "sysdep.c", line 198.41: 1506-122 (S) Expecting pointer to struct or union.
  38. "sysdep.c", line 199.20: 1506-122 (S) Expecting pointer to struct or union.
  39. "sysdep.c", line 199.34: 1506-122 (S) Expecting pointer to struct or union.
  40.  
  41. More code:
  42.  
  43.     (void) sprintf(timebuf, "%s, %d %s %02d %02d:%02d %s",
  44.            week_day[ltm->tm_wday], ltm->tm_mday,
  45.            months[ltm->tm_mon], ltm->tm_year,
  46.            ltm->tm_hour, ltm->tm_min, tz_name);
  47.     return timebuf;
  48.  
  49. Anyone have any clues as to what the scoop could be?
  50.  
  51. -- 
  52.  Michael J. O'Connor           |  Internet:  mjo@fmsrl7.srl.ford.com
  53.  Ford Motor Company, OPEO      |  UUCP:      ...!{backbone}!fmsrl7!mjo
  54.  20000 Rotunda, Bldg. 1-3001   |  Phone:     +1 (313) 248-1260
  55.  Dearborn, MI  48121           |  Fax:       +1 (313) 323-6277
  56.