Re: [python-win32] pyconfig.h: conflicting definitions for ssize_t

2011-03-30 Thread Mark Hammond
On 30/03/2011 11:01 AM, Tim Roberts wrote: Wolfgang Rohdewald wrote: I agree with your conclusion. However, this isn't a Python-Win32 issue. You need to file a bug report against Python itself. it would be good to know exactly what vs2008 says about this - if it uses 'int' we will need to

Re: [python-win32] pyconfig.h: conflicting definitions for ssize_t

2011-03-30 Thread Wolfgang Rohdewald
On Mittwoch 30 März 2011, Mark Hammond wrote: On 30/03/2011 11:01 AM, Tim Roberts wrote: Wolfgang Rohdewald wrote: I agree with your conclusion. However, this isn't a Python-Win32 issue. You need to file a bug report against Python itself. it would be good to know exactly what vs2008

[python-win32] pyconfig.h: conflicting definitions for ssize_t

2011-03-29 Thread Wolfgang Rohdewald
compiling pykde on windows with msvc2010 on a 32bit Windows 7: sipdnssdpart0.cpp R:\include\msvc\sys/types.h(52) : error C2371: 'ssize_t' : redefinition; different basic types c:\python27\include\pyconfig.h(201) : see declaration of 'ssize_t' I can fix this by defining ssize_t as long

Re: [python-win32] pyconfig.h: conflicting definitions for ssize_t

2011-03-29 Thread Tim Roberts
Wolfgang Rohdewald wrote: compiling pykde on windows with msvc2010 on a 32bit Windows 7: sipdnssdpart0.cpp R:\include\msvc\sys/types.h(52) : error C2371: 'ssize_t' : redefinition; different basic types c:\python27\include\pyconfig.h(201) : see declaration of 'ssize_t' I can fix

Re: [python-win32] pyconfig.h: conflicting definitions for ssize_t

2011-03-29 Thread Wolfgang Rohdewald
On Mittwoch 30 März 2011, Tim Roberts wrote: Wolfgang Rohdewald wrote: compiling pykde on windows with msvc2010 on a 32bit Windows 7: sipdnssdpart0.cpp R:\include\msvc\sys/types.h(52) : error C2371: 'ssize_t' : redefinition; different basic types