This is the mail archive of the gdb-patches@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]

[RFA] Fix build failure with old versions of expat


Hello,

On certain machines we have, GDB fails to build because the libexpat
version it has installed is so old that the XMLCALL macro is not
defined (we have version 1.95.8). The attached patch should fix
the problem.

2007-02-20  Joel Brobecker  <brobecker@adacore.com>

        * gdb_expat.h (XMLCALL): Define if not already defined.

Tested on 2 different x86-linux machines: One that does have a recent
libexpat, and another that has an older one.

OK to apply?

Thanks,
-- 
Joel

Attachment: expat.diff
Description: Text document


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