On 14/04/2015 15:41, Peter Maydell wrote: > No, this is not-for-2.3. I think that the issue here is that > merely adding -m32 isn't sufficient, because pkg-config when > run by configure will end up pointing at a bunch of incorrect > glib includes (for x86-64, not i386). So the actual solution > is to give configure the right pkg-config, and then gsize and > size_t are the same. There's a patch by John Snow for > configure on-list for that.
Ah, that's reassuring. :) I was surprised by the timing and by Michael asking whether he should have posted a pull request. Paolo