Hi Andres, This looks to be a CMake find scripting/Boost build issue, checking with the CMake or Boost communities/on the web might track down a solution. Boost isn't required for any of the OSG core libraries, it's only plugins that use 3rd Party libraries that rely upon Boost so for most users it's safe to use the OSG without Boost.
Try invoking cmake with the following to disable the use of Boost: cmake -DCMAKE_DISABLE_FIND_PACKAGE_Boost=1 . This won't be the final solution but might help you get things compiling, Robert. On 23 December 2014 at 08:57, Andrés Barrionuevo <[email protected]> wrote: > Hi, > > I synced today my repo with the master branch in GitHub and got an error > when building with CMake: > > > Code: > > globbed: > CMake Error at > D:/PROYECTOS/SITEGI/LIBRERIAS/MSVC/2010/boost_1.50_prebuilt/share/cmake/boost/BoostConfig.cmake:15 > (include): > include could not find load file: > > > C:/Projets/PCL/SuperBuild_boost_1_50/CMakeExternal/Install/Boost/share/boost-/cmake/BoostConfig.cmake > Call Stack (most recent call first): > C:/Program Files (x86)/CMake > 2.8/share/cmake-2.8/Modules/FindBoost.cmake:177 (find_package) > CMakeLists.txt:652 (FIND_PACKAGE) > > > > > I tried to set up the vars BOOST_ROOT and BOOST_LIBRARY_DIRS but didn't > work. > > About my Boost: It's version 1.51. I built it with MinGW and there is NO > BoostConfig.cmake file. > > ... > > > Thank you! > > Cheers, > Andrés > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=62166#62166 > > > > > > _______________________________________________ > 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

