Comment 8 for bug 1283193

Revision history for this message
David Mathog (mathog) wrote :

I don't get this...

updated all the way to r13122 and was seeing the problem. Decided to go looking for the revision that caused it.

bzr revert -r12300
make
src/inkscape #problem not seen
(binary search working upwards)
bzr revert -r13060
make
src/inkscape #problem not seen, should have been (>13047)
make clean
make
src/inkscape #problem not seen
bzr revert -r13047
make clean
make
src/inkscape #problem not seen - on the same release where it first showed up.

Something seems to have changed so that I can no longer reproduce the problem.
Any ideas what that might be? The only thing that I can think of is that recently it was necessary to do:

  ./configure --disable-strict-build

and there were probably object files still around built with make files previous to that. So a mix of object files built with and without that switch. After the make clean, they should all be from "disable-strict-build".

Anybody else see this?