On Sat, Jul 26, 2025 at 05:47:22AM +1000, Matthew Green wrote: > this happens because your build options add -DDEBUG and pixman > has some const issues in #ifdef DEBUG code. > > not sure of the right true fix, though maybe just changing > pixman-region.c:2652 and the header(s?) to take 'const' > pointer, since the function appears to be read-only. > > can you try doing that?
Thanks, that did fix the problem for me. Committed to xsrc, and reported upstream: https://gitlab.freedesktop.org/pixman/pixman/-/issues/126 Thomas