[osg-users] [build] DAE build failure.. dae.h not found

Robert Milharcic robert.milharcic at ib-caddy.si
Mon Jun 6 05:44:13 PDT 2016


Hi Dave

> Hi,
>
> This is my current latest COLLADA configuration. The reason that the COLLADA_DOM_ROOT was wrong was because I had an improper COLLADA_DIR environment variable.
>
> https://drive.google.com/open?id=0BzUf-8Ad-iIkOWhuYUhWSTZEWDQ
>
> Can you see something in this configuration that would cause COLLADA_DOM_2_4_OR_LATER to be set?
>

Yes. In FindCOLLADA.cmake :

         IF (COLLADA_INCLUDE_DOMANY_DIR)
             SET(COLLADA_DOM_2_4_OR_LATER TRUE)
         ELSEIF()
             SET(COLLADA_DOM_2_4_OR_LATER FALSE)
         ENDIF()

You will have to unset/remove entry COLLADA_INCLUDE_DOMANY_DIR .

Cheers,
Robert Milharcic



More information about the osg-users mailing list