Hi Harald,

for OpenThreads and OpenScenegraph I use cmake

a few (small) problems:

passing -DBUILD_DOCUMENTATION=ON
OpenSceneGraph:
CMake Error: File
...somewhere/svn/OpenSceneGraph/doc/Doxyfiles/doxyfile.cmake does not
exist.

OpenThreads reports no error, but doc is not build

Documentation isn't yet supported properly in the CMake build.


cmake for Producer
CMake Error: OpenThreads_DIR is not set.  It must be set to the directory
containing OpenThreadsConfig.cmake in order to use OpenThreads.
I still have no idea how I can fix this so I build Producer with the
GNUmakefile

Producer doesn't have support for CMake, and neither does osgProducer
so you should use the GNUmakefile system.  This system has been in
place for many years and is what the OSG and OpenThreads originally
used.

Whether Producer might move across to using CMake is entirely up to
Don Burns, the Producer mailing list is a good place to raise this
topic with him.  Once I get more familiar with CMake I'll probably
move osgProducer across to CMake.

for OpenSceneGraph
additional customation, how can I tell cmake COMPILE_INTROSPECTION ?= yes

make edit_cache

Then go down to the BUILD_OSG_WRAPPERS option and toggle it on.  There
are instructions on screen when you use edit_cache.

Alternatively use ccmake rather than cmake as it will automatically
invoke edit_cache.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to