bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Win gcc3 / gcc43 / gcc44


From: Massimiliano Maini
Subject: Re: [Bug-gnubg] Win gcc3 / gcc43 / gcc44
Date: Thu, 25 Jun 2009 10:43:07 +0200


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.
reply via email to

[Prev in Thread] Current Thread [Next in Thread]