https://bugs.freedesktop.org/show_bug.cgi?id=100563 --- Comment #4 from Jan Vesely --- (In reply to Chris Rankin from comment #3) > (In reply to Nicolai Hähnle from comment #2) > > To add a bit more explanation: sid_tables.h is usually updated > > automatically; but it was moved some time ago, and it's possible that you > > have an old copy in the old location. > > OK, thanks. I'll give that a try, although I run "make distclean" before > each build precisely to avoid this kind of error. I don't think make distclean would help here. the old header is unknown to the build system, you'd need to run distclean before pulling in the changeset. git status should show it as untracked file (git clean -f should work as well, but that removes all untracked files) -- You are receiving this mail because: You are the assignee for the bug.