Anybody care to respond ?? or any other aliases
---------- Forwarded message ---------- From: Ravi Uday <raviu...@gmail.com> Date: Wed, May 20, 2009 at 5:38 PM Subject: make install failure To: mutt-users@mutt.org I am trying to install stable mutt version : mutt-1.4.2.3 I configured mutt on my sun m/c using configure --prefix=.... command properly. (configure --prefix=/users/xxx/mutt-1.4.2.3 --enable-pop --enable-imap --enable-locales-fix) There were no errors, but when i ran 'make install' I got these errors ? >> In file included from /sw/packages/gcc/c3.4.3-p3/sparc-sun-solaris2.8/lib/gcc/sparc-sun-solaris2.8/3.4.3/include/sys/signal.h:44, from /usr/include/signal.h:26, from ../mutt.h:34, from auth.c:23: /usr/include/sys/siginfo.h:259: error: parse error before "ctid_t" /usr/include/sys/siginfo.h:261: error: ISO C forbids data definition with no type or storage class /usr/include/sys/siginfo.h:292: error: parse error before '}' token /usr/include/sys/siginfo.h:292: error: ISO C forbids data definition with no type or storage class /usr/include/sys/siginfo.h:294: error: parse error before '}' token /usr/include/sys/siginfo.h:294: error: ISO C forbids data definition with no type or storage class /usr/include/sys/siginfo.h:390: error: parse error before "ctid_t" /usr/include/sys/siginfo.h:392: error: ISO C forbids data definition with no type or storage class /usr/include/sys/siginfo.h:398: error: conflicting types for '__fault' /usr/include/sys/siginfo.h:267: error: previous declaration of '__fault' was here /usr/include/sys/siginfo.h:404: error: conflicting types for '__file' /usr/include/sys/siginfo.h:273: error: previous declaration of '__file' was here /usr/include/sys/siginfo.h:420: error: conflicting types for '__prof' /usr/include/sys/siginfo.h:287: error: previous declaration of '__prof' was here /usr/include/sys/siginfo.h:424: error: conflicting types for '__rctl' /usr/include/sys/siginfo.h:291: error: previous declaration of '__rctl' was here /usr/include/sys/siginfo.h:426: error: parse error before '}' token /usr/include/sys/siginfo.h:426: error: ISO C forbids data definition with no type or storage class /usr/include/sys/siginfo.h:428: error: parse error before '}' token /usr/include/sys/siginfo.h:428: error: ISO C forbids data definition with no type or storage class /usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t" /usr/include/sys/siginfo.h:437: error: parse error before '}' token /usr/include/sys/siginfo.h:437: error: ISO C forbids data definition with no type or storage class In file included from /usr/include/signal.h:26, from ../mutt.h:34, from auth.c:23: /sw/packages/gcc/c3.4.3-p3/sparc-sun-solaris2.8/lib/gcc/sparc-sun-solaris2.8/3.4.3/include/sys/signal.h:96: error: parse error before "siginfo_t" In file included from ../mutt.h:34, from auth.c:23: /usr/include/signal.h:111: error: parse error before "siginfo_t" /usr/include/signal.h:113: error: parse error before "siginfo_t" make-3.79.1-p3a[2]: *** [auth.o] Error 1 make-3.79.1-p3a[2]: Leaving directory `/users/ruday/mutt-1.4.2.3/imap' make-3.79.1-p3a[1]: *** [install-recursive] Error 1 make-3.79.1-p3a[1]: Leaving directory `/users/ruday/mutt-1.4.2.3' make-3.79.1-p3a: *** [install] Error 2 bash-2.05b$ >> any clues ?