Hi,

I think there's a problem with the way OpenSG includes the collada headers.
It puts the version in the path, like:

#include <1.4/dom/domNode.h>

However, the collada headers include themselves without the version, like:

#include <dom/domTypes.h>

This means I must install the headers in a subdir "1.4/dom" and manually add
a redundant include path to CMake.

Don't you think OpenSG should omit the version, since it's impossible to use
multiple versions at the same time?
It would make my life simpler here :-)

Thanks,
Thiago
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Opensg-core mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-core

Reply via email to