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: Jonathan Kinsey
Subject: Re: [Bug-gnubg] Win gcc3 / gcc43 / gcc44
Date: Thu, 25 Jun 2009 09:07:26 +0000

I'm not sure if I was compiling this code, I'll double check. The 'z' should be
valid, but I doubt it's important and you can probably comment out the #define
in pyconfig.h.

Or you could temporarily build without python to see if 4.4 works for you in
general.

BTW I'm using Python 2.6.1 here.

Jon

Massimiliano Maini wrote:
>
> 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 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.





Upgrade to Internet Explorer 8 Optimised for MSN. Download Now

reply via email to

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