[pywin32-bugs] [ pywin32-Bugs-1681484 ] compilation error with python 2.4.4 and VC6
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2007-03-16 09:30:45
|
Bugs item #1681484, was opened at 2007-03-15 14:56 Message generated for change (Comment added) made by hoel You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1681484&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: win32 Group: None Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Berthold Höllmann (hoel) Assigned to: Nobody/Anonymous (nobody) Summary: compilation error with python 2.4.4 and VC6 Initial Comment: I need to compile a python version using VC 6. Building pywin32-210 with this python-2.4.4 I get an error message: win32\src\PyWinTypes.h(323) : error C2061: syntax error : identifier 'PIO_COUNTERS' Kind regards Berthold ---------------------------------------------------------------------- >Comment By: Berthold Höllmann (hoel) Date: 2007-03-16 10:30 Message: Logged In: YES user_id=81913 Originator: YES My python is build using VC6, but in fact everything is working now after I installed the latest MSDK. ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2007-03-15 23:07 Message: Logged In: YES user_id=14198 Originator: NO Only the official compiler used to build python is supported - so python 2.4 must be built with VC7. I'd be happy to accept patches if you get it building - please open a patch in that case. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1681484&group_id=78018 |