Menu

#320 compilation error with python 2.4.4 and VC6

closed-accepted
nobody
win32 (141)
5
2007-03-16
2007-03-15
No

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

Discussion

  • Mark Hammond

    Mark Hammond - 2007-03-15
    • status: open --> closed-rejected
     
  • Mark Hammond

    Mark Hammond - 2007-03-15

    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.

     
  • Berthold Höllmann

    • status: closed-rejected --> closed-accepted
     
  • Berthold Höllmann

    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.