cmake - How to build open scene graph with MinGW -


i install latest open scene graph, having latest stable version downloaded 3.0.0 , cmake 2.8.12.2. try configure sources cmake, generator codeblocks minggw, hitting configure button in cmake reports following errors.

in configuration panel in cmake see there many variables ranging collada, dcmtk, jasper lİbrary , qt , many more. osg has dependency on of these variables , libraries , if how supposed know meaning of variable if want install @ bear minimum. want install core part of osg , vaiables bit vague me, of them make sense of them not.

32 bit architecture detected searching tiff -->tiff.h<-->libtiff<-->c:/mingw<-- searching freetype -->ft2build.h<--<freetype;freetype2311mt;freetype234;freetype234mt;freetype235;freetype237;freetype238;freetype244;<-->c:/mingw<-- searching curl -->curl/curl.h<-->libcurl;curllib<-->c:/mingw<-- searching jpeg -->jpeglib.h<-->libjpeg;jpeg<-->c:/mingw<-- searching gdal -->gdal.h<-->gdal;gdal16<-->c:/mingw<-- searching glut -->gl/glut.h<-->glut32<-->c:/mingw<-- searching giflib -->gif_lib.h<-->ungif;libungif;giflib<-->c:/mingw<-- searching zlib -->zlib.h<-->z;zlib;zlib1<-->c:/mingw<-- searching libxml2 -->libxml<-->libxml2<-->c:/mingw<-- not find libxml2 (missing:  libxml2_libraries libxml2_include_dir)  not find curl (missing:  curl_library curl_include_dir)  cmake warning @ c:/program files (x86)/cmake 2.8/share/cmake-2.8/modules/finditk.cmake:48 (find_package):   not find package configuration file named "itkconfig.cmake"   provided package "itk".    add installation prefix of "itk" cmake_prefix_path or set "itk_dir"   directory containing 1 of above files.  if "itk" provides   separate development package or sdk, sure has been installed. call stack (most recent call first):   cmakelists.txt:465 (find_package)   not find openal (missing:  openal_library openal_include_dir)  not find sdl (missing:  sdl_library sdl_include_dir)  checking module 'poppler-glib'   package 'poppler-glib' not found checking module 'librsvg-2.0'   package 'librsvg-2.0' not found checking module 'gtkglext-win32-1.0'   package 'gtkglext-win32-1.0' not found found unsuitable qt version "" notfound not find qt3 (missing:  qt_qt_library qt_include_dir qt_moc_executable)  not find glut (missing:  glut_glut_library glut_include_dir)  not find wxwidgets (missing:  wxwidgets_found)  not find jpeg (missing:  jpeg_library jpeg_include_dir)  cmake warning (dev) @ c:/program files (x86)/cmake 2.8/share/cmake-2.8/modules/findpng.cmake:34 (find_package):    file c:/program files (x86)/cmake 2.8/share/cmake-2.8/modules/findpng.cmake   includes   d:/test_folder_asus/engines/openscenegraph-3.0.0/cmakemodules/findzlib.cmake   (found via cmake_module_path) shadows c:/program files (x86)/cmake   2.8/share/cmake-2.8/modules/findzlib.cmake.  may cause errors later on   .    policy cmp0017 not set: prefer files cmake module directory   when including there.  run "cmake --help-policy cmp0017" policy   details.  use cmake_policy command set policy , suppress   warning. call stack (most recent call first):   cmakelists.txt:535 (find_package) warning project developers.  use -wno-dev suppress it. not find png (missing:  png_library png_png_include_dir)  not find tiff (missing:  tiff_library tiff_include_dir)  

the dependencies in 3rd party dependency package, available in downloads section of website:

http://www.openscenegraph.org/index.php/download-section/dependencies

although, don't see links pre-built mingw version - perhaps vs version compatible? if not, grab them independently or might have consider building under 1 of express (free) versions of visual studio, or switching linux.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -