[Mailman-Users] Mailman complie errors again

Elvis Fernandes elvisfern at gmail.com
Fri Dec 9 06:41:53 CET 2005


I am compiling mailman-2.1.5 on Solaris10 (SPARC) with gcc 3.3.2
When I do make install, I get the following fatal error:



/usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
/usr/include/sys/siginfo.h:437: error: parse error before '}' token
In file included from /usr/include/sys/procset.h:24,
                 from /usr/include/sys/wait.h:25,
                 from /usr/include/stdlib.h:22,
                 from /usr/local/include/python2.4/Python.h:39,
                 from src/_japanese_codecs.c:12:
/usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
In file included from /usr/include/stdlib.h:22,
                 from /usr/local/include/python2.4/Python.h:39,
                 from src/_japanese_codecs.c:12:
/usr/include/sys/wait.h:86: error: parse error before "siginfo_t"
error: command 'gcc' failed with exit status 1
*** Error code 1
make: Fatal error: Command failed for target `install-packages'
Current working directory /disk1/mailman-2.1.5/misc
*** Error code 1
The following command caused the error:
for d in bin cron misc Mailman scripts src templates messages tests; \
do \
    (cd $d; make DESTDIR= install); \
done
make: Fatal error: Command failed for target `doinstall'


What is causing this fatal error?
Any help will be appreciated.

Regards
Elvis



More information about the Mailman-Users mailing list