This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: py-breakpoint.c fails to compile with MinGW GCC


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]