(trouble with my mail. sorry if there are duplicates)
No problem.
We had a problem similar to this a few weeks ago. A file needed to include <dirent.h>, but for some unknown reason, Perl has a file with the same name.
Yeah, this probably should be changed eventually. svn move or rename does it nicely. You don't need to delete and add again with the new name like on CVS.
But no hurry! :-) I did make buildtool a bit smarter, and added an Ant-like <filelist> tag similar to <fileset>. So for now, we can just use the new <excludeinc> subtag of <cc> to hide that directory from the includes.
So people should svn up and
g++ buildtool.cpp -o btool.exe
again.
bob
A simple fix would be to rename all files again to paramfloat.h etc. I don't know what the cause is, because the Inkscape src tree is added after the libraries include dirs. In any case, I tried looking into buildtool.cpp to make a quick fix but I do not yet understand how everything works; it is more intricate than I thought. Don't want to force you into changing buildtool, because we might be moving to cmake soon (it seems to be working for 80% on windows now).
I don't have time now to do the renaming though, and probably won't have internet on my own computer during the weekend..., so I hope somebody else can do the fix.
Johan