[Python-Dev] 2.2.1c1 platform reports. (original) (raw)

Fredrik Lundh fredrik@pythonware.com
Fri, 22 Mar 2002 16:20:45 +0100


Hardware: Cray (!) J90 OS: UNICOS 10.0.0.3 =20 Got nowhere, as it couldn't define PYUNICODETYPE. =20 Asked tester to try --disable-unicode and it dies in sre.c: =20 cc -DNDEBUG -O -I. -I./Include -DHAVECONFIGH -c ./Modules/sre.c = -o Modules/_sre.o CC-147 cc: ERROR File =3D ./Modules/sre.c, Line =3D 1791 Declaration is incompatible with "int join(char *, char *)" = (declared at line 300 of "/usr/include/unistd.h"). =20 join(PyObject* list, PyObject* pattern)

that's an internal, static function. try renaming it to _sre_join (it's called once, towards the end of pattern_subx)