./Include/pyerrors.h:495: 错误:expected declaration specifiers or ‘...’ before ‘size_t’
./Include/pyerrors.h:496: 错误:格式字符串实参不是字符串型
./Include/pyerrors.h:497: 错误:expected declaration specifiers or ‘...’ before ‘size_t’
./Include/pyerrors.h:498: 错误:格式字符串实参不是字符串型
In file included from ./Include/Python.h:125,
from ./Include/pgenheaders.h:10,
from Parser/acceler.c:13:
./Include/pyarena.h:51: 错误:expected declaration specifiers or ‘...’ before ‘size_t’
In file included from ./Include/Python.h:130,
from ./Include/pgenheaders.h:10,
from Parser/acceler.c:13:
./Include/sysmodule.h:37: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_PySys_GetSizeOf’
In file included from ./Include/Python.h:145,
from ./Programs/python.c:3:
./Include/fileutils.h:11: 错误:expected declaration specifiers or ‘...’ before ‘size_t’
./Include/fileutils.h:15: 错误:expected declaration specifiers or ‘...’ before ‘size_t’
./Include/fileutils.h:22: 错误:expected declaration specifiers or ‘...’ before ‘size_t’
./Include/fileutils.h:27: 错误:expected declaration specifiers or ‘...’ before ‘size_t’
./Include/fileutils.h:102: 错误:expected declaration specifiers or ‘...’ before ‘size_t’
./Include/fileutils.h:107: 错误:expected declaration specifiers or ‘...’ before ‘size_t’
./Include/fileutils.h:112: 错误:expected declaration specifiers or ‘...’ before ‘size_t’
./Include/fileutils.h:130: 错误:expected declaration specifiers or ‘...’ before ‘size_t’
In file included from ./Include/Python.h:145,
from ./Include/pgenheaders.h:10,
from Parser/acceler.c:13:
./Include/fileutils.h:11: 错误:expected declaration specifiers or ‘...’ before ‘size_t’
./Include/fileutils.h:15: 错误:expected declaration specifiers or ‘...’ before ‘size_t’
./Include/fileutils.h:22: 错误:expected declaration specifiers or ‘...’ before ‘size_t’
./Include/fileutils.h:27: 错误:expected declaration specifiers or ‘...’ before ‘size_t’
./Include/fileutils.h:102: 错误:expected declaration specifiers or ‘...’ before ‘size_t’
./Include/fileutils.h:107: 错误:expected declaration specifiers or ‘...’ before ‘size_t’
./Include/fileutils.h:112: 错误:expected declaration specifiers or ‘...’ before ‘size_t’
./Include/fileutils.h:130: 错误:expected declaration specifiers or ‘...’ before ‘size_t’
Parser/acceler.c: 在函数‘fixstate’中:
Parser/acceler.c:71: 警告:隐式声明函数‘PyObject_Malloc’
Parser/acceler.c:71: 警告:将一个整数转换为大小不同的指针
Parser/acceler.c:114: 警告:将一个整数转换为大小不同的指针
./Programs/python.c: 在函数‘main’中:
./Programs/python.c:30: 警告:隐式声明函数‘PyMem_RawMalloc’
./Programs/python.c:30: 警告:将一个整数转换为大小不同的指针
./Programs/python.c:31: 警告:将一个整数转换为大小不同的指针
./Programs/python.c:54: 错误:提供给函数‘Py_DecodeLocale’的实参太多
make: *** [Parser/acceler.o] 错误 1
make: *** 正在等待未完成的任务....
make: *** [Programs/python.o] 错误 1