Hi Paul, On Wed, Nov 18, 2009 at 6:02 PM, Paul Martz <[email protected]> wrote: > I'm getting the attached error when I generate project files in CMake-gui. I > did not delete the cache (reluctant to do so because there are so many > options I need to set). Thoughts?
Ack... I added in include/osg/Config into the build file list, but alas CMake is obviously trying to use it before it's been generated... I've now removed it to return the include file list to what it was before I made the changes so should fix the build. Right now I haven't removed Version from the include/osg, so having it in the include file list won't be a problem, but... do we now remove Version from svn? We probably don't need to as it's not something that varies from install to install like Config does. Could you do an svn update and let me know if the problem is now fixed. Cheers, Robert. > > This is on Windows with CMake v2.8.0. > -Paul > > searching TIFF -->tiff.h<-->libtiff<-->C:/Projects/OSG/3rdparty<-- > searching FREETYPE > -->ft2build.h<-->freetype;freetype234;freetype234MT;freetype235;freetype237<-->C:/Projects/OSG/3rdparty<-- > searching CURL > -->curl/curl.h<-->libcurl;curllib<-->C:/Projects/OSG/3rdparty<-- > searching JPEG -->jpeglib.h<-->libjpeg<-->C:/Projects/OSG/3rdparty<-- > searching GLUT -->GL/glut.h<-->glut32<-->C:/Projects/OSG/3rdparty<-- > searching GIFLIB > -->gif_lib.h<-->ungif;libungif<-->C:/Projects/OSG/3rdparty<-- > searching ZLIB -->zlib.h<-->z;zlib;zlib1<-->C:/Projects/OSG/3rdparty<-- > searching PNG -->png.h<-->libpng;libpng13<-->C:/Projects/OSG/3rdparty<-- > Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR) > Could NOT find wxWidgets (missing: wxWidgets_FOUND) > Configuring done > CMake Error in src/osg/CMakeLists.txt: > Cannot find source file "Config". Tried extensions .c .C .c++ .cc .cpp > .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx > > > _______________________________________________ > 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

