Cyd Haselton added the comment:
Thanks Ryan, the patch worked.
Latest error (when building Modules/pwdmodule.c:)
^
./Modules/pwdmodule.c:86:2: error: stray '#' in program
+#endif
^
./Modules/pwdmodule.c:86:3: error: 'endif' undeclared (first use in this
function)
+#endif
^
./Modules/pwdmodule.c:86:3: note: each undeclared identifier is reported only
once for each function it appears in
./Modules/pwdmodule.c:75:21: error: expected ';' before 'sets'
#define SETS(i,val) sets(v, i, val)
^
./Modules/pwdmodule.c:87:5: note: in expansion of macro 'SETS'
SETS(setIndex++, p->pw_dir);
^
./Modules/pwdmodule.c: At top level:
./Modules/pwdmodule.c:81:0: error: unterminated #else
#ifdef HAVE_PASSWD_GECOS_FIELD
^
make: *** [Modules/pwdmodule.o] Error 1
/bld/python/cpython-master $
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue23496>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com