Hi I am installing qmail on solaris 8 ... when i tried to $make it is showing following error
/compile qmail-pop3d.c qmail-pop3d.c:18: parse error before `,' qmail-pop3d.c:61: warning: type mismatch with previous implicit declaration qmail-pop3d.c:6: warning: previous implicit declaration of `puts' qmail-pop3d.c:61: warning: `puts' was previously implicitly declared to return `int' qmail-pop3d.c:66: warning: type mismatch with previous implicit declaration qmail-pop3d.c:13: warning: previous implicit declaration of `flush' qmail-pop3d.c:66: warning: `flush' was previously implicitly declared to return `int' qmail-pop3d.c:289: redefinition of `pop3_capa' qmail-pop3d.c:4: `pop3_capa' previously defined here qmail-pop3d.c: In function `main': qmail-pop3d.c:317: warning: return type of `main' is not `int' make: *** [qmail-pop3d.o] Error 1
Please send the solution
===== Thanks & Regards Vishwas
__________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com
On Wednesday 09 Feb 2005 7:09 pm, Vdk khar wrote:
Hi I am installing qmail on solaris 8 ... when i tried to $make it is showing following error
/compile qmail-pop3d.c qmail-pop3d.c:18: parse error before `,'
open the code and try to see why you are getting the above error first before seeing any of the other errors. Fix it and then try.
Erle