home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.aix
- Path: sparky!uunet!destroyer!fmsrl7!ef2007!mjo
- From: mjo@ef2007.efhd.ford.com (Mike O'Connor)
- Subject: Building smail 3.1.25 under AIX 3.2 on RS6k
- Message-ID: <Bt5B5p.30F@ef2007.efhd.ford.com>
- X-Disclaimer: Not an official spokesperson for Ford OPEO
- Reply-To: Mike O'Connor <mjo@fmsrl7.srl.ford.com>
- Organization: International Affairs, Overseas Engineering, "Fordz"
- Date: Mon, 17 Aug 1992 20:49:00 GMT
- Lines: 44
-
- Has anyone done this? smail has configurations for AIX 3.1, which was
- what I used in my build. For the most part, it compiles cleanly,
- but... well... look for yourself:
-
- The error messages:
-
- "sysdep.c", line 137.20: 1506-122 (S) Expecting pointer to struct or union.
- "sysdep.c", line 137.35: 1506-122 (S) Expecting pointer to struct or union.
- "sysdep.c", line 137.49: 1506-122 (S) Expecting pointer to struct or union.
- "sysdep.c", line 138.20: 1506-122 (S) Expecting pointer to struct or union.
- "sysdep.c", line 138.34: 1506-122 (S) Expecting pointer to struct or union.
- "sysdep.c", line 138.47: 1506-122 (S) Expecting pointer to struct or union.
-
- And the code:
-
- (void) sprintf(timebuf, "%02d/%02d/%02d %02d:%02d:%02d",
- ltm->tm_mon+1, ltm->tm_mday, ltm->tm_year,
- ltm->tm_hour, ltm->tm_min, ltm->tm_sec);
- return timebuf;
-
- More errors:
-
- "sysdep.c", line 197.29: 1506-122 (S) Expecting pointer to struct or union.
- "sysdep.c", line 197.44: 1506-122 (S) Expecting pointer to struct or union.
- "sysdep.c", line 198.27: 1506-122 (S) Expecting pointer to struct or union.
- "sysdep.c", line 198.41: 1506-122 (S) Expecting pointer to struct or union.
- "sysdep.c", line 199.20: 1506-122 (S) Expecting pointer to struct or union.
- "sysdep.c", line 199.34: 1506-122 (S) Expecting pointer to struct or union.
-
- More code:
-
- (void) sprintf(timebuf, "%s, %d %s %02d %02d:%02d %s",
- week_day[ltm->tm_wday], ltm->tm_mday,
- months[ltm->tm_mon], ltm->tm_year,
- ltm->tm_hour, ltm->tm_min, tz_name);
- return timebuf;
-
- Anyone have any clues as to what the scoop could be?
-
- --
- Michael J. O'Connor | Internet: mjo@fmsrl7.srl.ford.com
- Ford Motor Company, OPEO | UUCP: ...!{backbone}!fmsrl7!mjo
- 20000 Rotunda, Bldg. 1-3001 | Phone: +1 (313) 248-1260
- Dearborn, MI 48121 | Fax: +1 (313) 323-6277
-