> I'd like to release 4.0.4 as soon as possible, so I'm asking for your 
> help.  Please try out 4.0.4fc3 and let me know of any problems.

I'm trying to compile Qpopper 4.0.4fc3 on IRIX 6.5.15f plathomes
with MIPSpro Compilers 7.3.1.3m, but compilation errors are
detected.

cc -c -I.. -I. -I../mmangle -I../common -I/usr/local/include \
        -I/usr/local/ssl/include -O2 -OPT:Olimit=0 -w \
        -DHAVE_CONFIG_H  -DIRIX -DUNIX pop_auth.c -o pop_auth.o
cc-1515 cc: ERROR File = pop_auth.c, Line = 354
  A value of type "struct passwd" cannot be assigned to an entity of type
          "struct passwd *".

    pw = p->pw;
       ^

1 error detected in the compilation of "pop_auth.c".
gmake: *** [pop_auth.o] Error 2

cc -c -I.. -I. -I../mmangle -I../common -I/usr/local/include \
        -I/usr/local/ssl/include -O2 -OPT:Olimit=0 -w \
        -DHAVE_CONFIG_H  -DIRIX -DUNIX pop_extend.c -o pop_extend.o
cc-1055 cc: ERROR File = pop_extend.c, Line = 72
  A macro invocation has too many arguments.

      POP_WRITE_LIT  ( p, "SASL SCRAM-MD5\r\n",             );
                                                            ^

1 error detected in the compilation of "pop_extend.c".
gmake: *** [pop_extend.o] Error 2

-- ayamura

Reply via email to