[xml] Out of tree builds fail when configuring with --without-python

2013-05-17 Thread Stewart Brodie
such file or directory This is almost certainly down to my build machine being 64-bit and the build target being 32-bit, but ultimately that's not the issue here either. I do worry about what might happen if my build machine were to be 32-bit too - perhaps it would silently do something weird o

Re: [xml] Availability of libxml2-2.9.4 release candidate 1

2016-05-04 Thread Stewart Brodie
in 2.9.1 for ages, but the zlib problem was new in 2.9.2 (I think - we just jumped from 2.9.1 to 2.9.3 last week, which caused some of our builds to all keel over) -- Stewart Brodie Senior Software Engineer Espial UK ___ xml mailing list, project page

Re: [xml] Do we need to be concerned about cast-align warnings?

2016-05-20 Thread Stewart Brodie
the alignment is not important, it'd be better if the code was using void* rather than char*. Some code uses char* because it wants to do arithmetic on the pointers; some because it pre-dates the introduction of the void type in C89! -- Stewart Brodie Senior Software Engineer Espial UK _