Re: Python26 compilation problem

2008-10-23 Thread M.-A. Lemburg
On 2008-10-23 18:32, Mathew wrote: > I am getting > Modules/config.c:39: error: expected declaration specifiers or '...' > before numeric constant > > because of > extern void initsocket(2)(void); > > in config.c > > What is this? How do I fix it? Without more information on platform, compiler,

Python26 compilation problem

2008-10-23 Thread Mathew
I am getting Modules/config.c:39: error: expected declaration specifiers or '...' before numeric constant because of extern void initsocket(2)(void); in config.c What is this? How do I fix it? Mathew -- http://mail.python.org/mailman/listinfo/python-list