Hi Dave, I don't know how you've gone about getting the dae plugin to work so it's not possible for us to know what might have gone wrong along the way.
Given the lack of details about your set up the best I can do is general statements. For instance you need to compile the COLLADA_DOM for your platform then get the OSG's build system to detect this, such as by setting the COLLADA_DIR env var prior to running CMake/CMakeSetup. If this run correctly then the OSG' dae plugin should then build without problems. Robert. On 6 June 2016 at 00:07, Dave Sargrad <[email protected]> wrote: > Hi, > I almost figured out how to get dae built. At least its building now. I'm > seeing the following build error: > > >> ------ Build started: Project: Plugins dae, Configuration: Debug x64 ------ >> 190> Building Custom Rule >> C:/osg/OpenSceneGraph-3.4.0/OpenSceneGraph-3.4.0/src/osgPlugins/dae/CMakeLists.txt >> 190> CMake does not need to re-run because >> C:\osg\OpenSceneGraph-3.4.0\build64\src\osgPlugins\dae\CMakeFiles\generate.stamp >> is up-to-date. >> 190> daeReader.cpp >> 190>c:\osg\openscenegraph-3.4.0\openscenegraph-3.4.0\src\osgplugins\dae\daeReader.h(19): >> fatal error C1083: Cannot open include file: 'dae.h': No such file or >> directory >> 190> daeRAnimations.cpp >> 190>c:\osg\openscenegraph-3.4.0\openscenegraph-3.4.0\src\osgplugins\dae\daeReader.h(19): >> fatal error C1083: Cannot open include file: 'dae.h': No such file or >> directory >> 190> daeRGeometry.cpp >> 190>c:\osg\openscenegraph-3.4.0\openscenegraph-3.4.0\src\osgplugins\dae\daeReader.h(19): >> fatal error C1083: Cannot open include file: 'dae.h': No such file or >> directory >> 190> daeRMaterials.cpp >> 190>c:\osg\openscenegraph-3.4.0\openscenegraph-3.4.0\src\osgplugins\dae\daeReader.h(19): >> fatal error C1083: Cannot open include file: 'dae.h': No such file or >> directory >> 190> daeRSceneObjects.cpp >> 190>c:\osg\openscenegraph-3.4.0\openscenegraph-3.4.0\src\osgplugins\dae\daeReader.h(19): >> fatal error C1083: Cannot open include file: 'dae.h': No such file or >> directory >> 190> daeRSkinning.cpp >> 190>c:\osg\openscenegraph-3.4.0\openscenegraph-3.4.0\src\osgplugins\dae\daeReader.h(19): >> fatal error C1083: Cannot open include file: 'dae.h': No such file or >> directory >> 190> daeRTransforms.cpp >> 190>c:\osg\openscenegraph-3.4.0\openscenegraph-3.4.0\src\osgplugins\dae\daeReader.h(19): >> fatal error C1083: Cannot open include file: 'dae.h': No such file or >> directory >> 190> daeWAnimations.cpp >> 190>c:\osg\openscenegraph-3.4.0\openscenegraph-3.4.0\src\osgplugins\dae\daeWriter.h(49): >> fatal error C1083: Cannot open include file: 'dae.h': No such file or >> directory >> 190> daeWGeometry.cpp > > > > Can you please tell me what I might be missing? > > Thank you! > > Cheers, > Dave > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=67430#67430 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

