This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Build failure fix: Python troubles on non-python targets...
>>>>> "Pierre" == Pierre Muller <muller@ics.u-strasbg.fr> writes:
Pierre> Here is what I get if I move it down:
[...]
Pierre> ../../purecvs/gdb/python/python-prettyprint.c:598: error: conflicting types
Pierre> for
Pierre> 'apply_val_pretty_printer'
Evidently I haven't done a python-less build in a while :-(
Anyway, this is exactly the kind of error that the inclusion of
python.h is supposed to detect. So at least that is working ok :)
Go ahead and commit your patch.
Paul can then check in his additional fix.
Tom