From: Gerhard H?r. <gha...@us...> - 2001-10-05 23:09:06
|
Update of /cvsroot/pypgsql/pypgsql In directory usw-pr-cvs1:/tmp/cvs-serv26108 Modified Files: README.win32 Log Message: 06OCT2001 gh Added information about the files in the windows directory that I forgot to include in README.win32. Index: README.win32 =================================================================== RCS file: /cvsroot/pypgsql/pypgsql/README.win32,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README.win32 2001/10/05 23:00:58 1.1 --- README.win32 2001/10/05 23:09:03 1.2 *************** *** 92,94 **** --- 92,103 ---- Python under an alternative name like ntpython in my PATH + 3.3 Additional source files in the windows directory + ---------------------------------------------------- + + Neither Visual C++ nor the current versions of mingw32 or Cygwin include the + functions strtoll, strtoull and strtok_r. You'll need these to compile + successfully. strtok.c and modified (to compile under the Cygwin) versions of + strtoll.c and strtoull.c from the FreeBSD CVS have been added to the pyPgSQL + source tree. You can download the original files from the following URL: + http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/stdlib/ |