Changeset: 4faa0a524277 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4faa0a524277 Modified Files: configure.ag Branch: Jul2015 Log Message:
Work around problem compiling batxml.c with clang. diffs (15 lines): diff --git a/configure.ag b/configure.ag --- a/configure.ag +++ b/configure.ag @@ -3235,6 +3235,11 @@ typedef lng ptrdiff_t; # define __declspec(x) #endif +/* work around problem compiling batxml.c with clang */ +#if defined(__GNUC__) && defined(__clang__) +#define LIBXML_ATTR_ALLOC_SIZE(x) +#endif + #endif /* _SEEN_MONETDB_CONFIG_H */ ]) _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list