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


Joel Brobecker <brobecker@adacore.com> writes:

>> Phil> I'm also unsure why some folks can compile ok (Dan in that email
>> Phil> mentions he has been), and some can't.
>
> It does compile for me too. Could be a compiler age issue?
> Just wondering out loud - if we were to use a C++ compiler, would
> it allow us to use non-static initializers like in this case?
> I'm under the impression that C++ provides elaboration, so
> non-static initialization should be do-able...

Maybe older versions of Python did not tag with dllimport, or these
particular pieces.  I don't have access to a windows box locally, so I'm
just guessing/speculating.

Cheers

Phil


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