Python26 compilation problem
M.-A. Lemburg
mal at egenix.com
Thu Oct 23 18:26:32 EDT 2008
More information about the Python-list mailing list
Thu Oct 23 18:26:32 EDT 2008
- Previous message (by thread): Python26 compilation problem
- Next message (by thread): logging module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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, OS there's not a lot we can do to help. Note that you normally shouldn't have such a line in config.c, unless you've modified Modules/Setup. -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, Oct 24 2008) >>> Python/Zope Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ :::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,MacOSX for free ! :::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611
- Previous message (by thread): Python26 compilation problem
- Next message (by thread): logging module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list