py-breakpoint.c fails to compile with MinGW GCC

Tom Tromey tromey@redhat.com
Thu Jul 28 16:48:00 GMT 2011


>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:

Eli> Any hints as to what changes are needed?  Is it just to move the call
Eli> before PyType_Ready ?  TIA

Move each affected initializer out of the structure and into the
function definition before the PyType_Ready call.  See the link I
provided to the Python docs, it has a worked example.

Eli> Anyway, I think it's a pity we released 7.3 with this problem
Eli> unsolved.

Not many people care about GCC 3.4 any more.

Tom



More information about the Gdb mailing list