4 Apr
2008
4 Apr
'08
7:49 a.m.
SVN rev 19182 broke building on windows. Because it adds 'src/extension/param/float.h' which is apparently found first by the compiler instead of the correct <float.h>. On windows, the whole inkscape src tree is added to the include path (which is why sometimes windows edits break linux build). I think this is wrong and not necessary either.
Ishmal, can you change the buildtool such that it only adds "." and "src" to the include path instead of the whole src tree?
See attached file for details about what goes wrong.
Thanks, Johan