Latest code (20090625), with gcc44:
In file included from dbprovider.c:25:
config.h:97:1: warning: this is the location of the previous definition
dbprovider.c: In function 'ConvertPythonToRowset':
dbprovider.c:429: warning: unknown conversion type character 'z' in format
dbprovider.c:429: warning: too many arguments for format
dbprovider.c:442: warning: unknown conversion type character 'z' in format
dbprovider.c:442: warning: unknown conversion type character 'z' in format
dbprovider.c:442: warning: too many arguments for format
dbprovider.c:466: warning: unknown conversion type character 'z' in format
dbprovider.c:466: warning: too many arguments for format
Plus this:
In file included from gnubg.c:89:
d:\documents\max\gnubg-build\tools\mingwgcc44\bin\../lib/gcc/mingw32/4.4.0/../../../../include/ws2tcpip.h:272:
error: two or more data types in declaration specifiers
Caused by Pyconfig.h:
/* Define to `int' if <sys/types.h> doesn't define. */
#if _MSC_VER + 0 >= 1300
/* VC.NET typedefs socklen_t in ws2tcpip.h. */
#else
#define socklen_t int
#endif
Found that: http://bugs.python.org/issue3257
Should we move to python 2.6 or 3 ?
MaX.
_______________________________________________
Bug-gnubg mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnubg