Xref: utzoo comp.unix.aix:2066 comp.mail.elm:3109 Path: utzoo!attcan!uunet!ogicse!unicorn!milton!lanmola!eliot From: eliot@lanmola.engr.washington.edu (Eliot Lim) Newsgroups: comp.unix.aix,comp.mail.elm Subject: Re: elm 2.3 PL6 on RS/6000 AIX Message-ID: <8238@milton.u.washington.edu> Date: 28 Sep 90 00:46:53 GMT References: <822@lafayet.UUCP> Sender: news@milton.u.washington.edu Reply-To: eliot@engr.washington.edu (Eliot Lim) Distribution: na Organization: Labyrinth 7 Lines: 23 In article <822@lafayet.UUCP> rob@lafayet.UUCP (Rob Freyder) writes: > > I am trying to get elm 2.3PL6 going under AIX on a RS/6000. > >char *strtok() ... I think its line 45 > >the error is > >PARAMETER LIST CANNOT CONTAIN FEWER PARAMETERS THAT REQUIRED BY THE MACRO >DEFINITION. I got elm running on mine, but I don't know if my method is the easiest (probably not). I got the exact same err. msg and I ended up going into all the source files and zapping the definition of strcmp() since it's already defined elsewhere. For some reason the compiler doesn't like strcmp() defined in the source (or was it strncmp(), anyway it's one of those). Once I zapped it, everything went real smooth. I had to change the flock call somewhere from RO to RW to get past that too. Good luck Eliot