[Python-Dev] unicodedata.c no longer compiles on Windows
Tim Peters
tim.peters at gmail.com
Fri Mar 10 03:37:07 CET 2006
More information about the Python-Dev mailing list
Fri Mar 10 03:37:07 CET 2006
- Previous message: [Python-Dev] [Python-checkins] r42929 - python/trunk/Tools/scripts/svneol.py
- Next message: [Python-Dev] unicodedata.c no longer compiles on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Compiling... unicodedata.c \Code\python\Modules\unicodedata.c(74) : error C2133: 'unicodedata_functions' : unknown size It's griping about this: /* Forward declaration */ static PyMethodDef unicodedata_functions[];
- Previous message: [Python-Dev] [Python-checkins] r42929 - python/trunk/Tools/scripts/svneol.py
- Next message: [Python-Dev] unicodedata.c no longer compiles on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list