Hello Carsten,

On Wednesday 15 February 2012, 22:49:41, Carsten Neumann wrote:
> Can you give me a little bit more info:
> 
> - is collada-dom installed as a package from your distribution (which
> one?) or did you build it yourself? Or is this on windows?

We use SLES11.1, but collada-dom is self-compiled and installed in a custom 
folder (we often have more than one version of a library installed in 
parallel, so using standard folders is no option for us).

> - do you have details what is not found (e.g. headers, a specific library?)

 - COLLADA_DAE_INCLUDE_DIR: not found
(should be $COLLADA_ROOT/include/collada-dom)

 - COLLADA_DOM_INCLUDE_DIR: not found
(should be $COLLADA_ROOT/lib/cmake/collada_dom)

 - COLLADA_LIBRARY_DEBUG: not found
(should be: not found)

 - COLLADA_LIBRARY_RELEASE: $COLLADA_ROOT/lib/libcollada14dom.so 

We use shell modules for setting the environment for locally installed 
packages. From a cmake-point-of-view, the following environment variables 
might be interesting:
COLLADA_ROOT_DIR ( -> as advertised in the FindCollada.cmake file)
CMAKE_PREFIX_PATH (-> that's why cmake can find collada-dom-config.cmake)

If you need more information, please don't hesitate to ask...

> I'm asking because it may simply be a matter of adding another library
> name to recognize to FindCollda.cmake...

As long as it works, I'm happy...

Cheers,
  Johannes

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to