-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ashley M. Kirchner wrote: > > Now, one thing I have to bring up though. When I hit 'make install', I > do get a bazillion errors like these: > > src/_koco_uhc.h:3007: warning: pointer targets in initialization differ > in signedness > src/_koco_uhc.h:3007: warning: pointer targets in initialization differ > in signedness > src/_koco_uhc.h:3007: warning: pointer targets in initialization differ > in signedness > src/_koco_uhc.h:3007: warning: pointer targets in initialization differ > in signedness > src/_koco_uhc.h:3007: warning: pointer targets in initialization differ > in signedness > src/_koco_uhc.h:3008: warning: pointer targets in initialization differ > in signedness > src/_koco_uhc.h:3008: warning: pointer targets in initialization differ > in signedness > > ...etc., etc... > > And at one point it fails when working in the misc folder: > > src/_koco.c:53: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or > ‘__attribute__’ before ‘*’ token > src/_koco.c:57: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or > ‘__attribute__’ before ‘*’ token
<snip> > src/_koco.c:164: warning: implicit declaration of function > ‘Py_FatalError’ > error: command 'gcc' failed with exit status 1 > make[1]: *** [install-packages] Error 1 > make[1]: Leaving directory `/home/mailman/mailman-2.1.9/misc' > > ...right there. It looks like the #include "Python.h" near the beginning of _koco.c is failing. Is there a python2.4 directory in /usr/include? Of course, another option is to copy everything but email from the old system's pythonlib and then run Mailman's bin/update which is the only part of 'make install' that didn't complete - -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) iD8DBQFG62EbVVuXXpU7hpMRAhuaAJ9aNvEaJZOl1XEekduetRdKkGuSJgCdE0sq VfzQGlt5pe9Pa5qUYoSJTBg= =6067 -----END PGP SIGNATURE----- ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
