coherencytest fails to build because headers case changed

Hi,

I posted on the refinery forum [1], but I crosspost here to get a wider audience.
https://sourceforge.net/projects/collad … ic/3779663

Here it is:

I have a problem building coherencytest for collada15dom on linux. The
problem would probably be the same on any case-sensitive system.

The case of some collada-dom headers changed between 1.4 and 1.5.

see for instance:

$ ls dom/include/1.?/dom/domProfile_*
dom/include/1.4/dom/domProfile_CG.h
dom/include/1.4/dom/domProfile_COMMON.h
dom/include/1.4/dom/domProfile_GLES.h
dom/include/1.4/dom/domProfile_GLSL.h
dom/include/1.5/dom/domProfile_bridge.h
dom/include/1.5/dom/domProfile_cg.h
dom/include/1.5/dom/domProfile_common.h
dom/include/1.5/dom/domProfile_gles.h
dom/include/1.5/dom/domProfile_gles2.h
dom/include/1.5/dom/domProfile_glsl.h

When I build coherencytest for 1.5 support, it fails because it cannot find dom/domProfile_COMMON.h. If I rename this file with common in lower case, then collada-dom itself cannot build because it #includes dom/domProfile_common.h.

I found no bug report on this. Is it a known problem? What should I do? Do you
consider this to be a bug in collada-dom or coherencytest?

I posted a reply at source forge.

I also marked the project development status as inactive.