<div dir="ltr">Hi Alexey,<div>Can you explain what the actual problem is? </div><div>Possibly also why you try to build a very old version?<br><div>cmake ends with </div><div>"<span style="color:rgb(0,0,0);font-family:"Courier New",Courier,monospace,arial,sans-serif;font-size:14px;white-space:pre-wrap">Configuring done"</span></div><div>so the next step would be </div><div>"make" osg "make install"</div><div>Laurens.</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 12, 2018 at 10:51 AM, Alexey Palagin <span dir="ltr"><<a href="mailto:alexey.palagin@gmail.com" target="_blank">alexey.palagin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello.<br>
I am trying to build and install OpenSceneGraph 2.8.2 on CentOS 7.5, configure output in attached file.<br>
How to solve the problems:<br>
<br>
Code:<br>
<br>
CMake Warning at /usr/share/cmake/Modules/<wbr>FindITK.cmake:48 (find_package):<br>
Could not find a package configuration file named "ITKConfig.cmake"<br>
provided by package "ITK".<br>
<br>
Add the installation prefix of "ITK" to CMAKE_PREFIX_PATH or set "ITK_DIR"<br>
to a directory containing one of the above files. If "ITK" provides a<br>
separate development package or SDK, be sure it has been installed.<br>
Call Stack (most recent call first):<br>
CMakeLists.txt:304 (FIND_PACKAGE)<br>
<br>
checking for module 'xulrunner-xpcom<=1.8.9'<br>
package 'xulrunner-xpcom<=1.8.9' not found<br>
checking for module 'xulrunner-js'<br>
package 'xulrunner-js' not found<br>
checking for module 'xulrunner-nspr'<br>
package 'xulrunner-nspr' not found<br>
checking for module 'xulrunner-nss'<br>
package 'xulrunner-nss' not found<br>
checking for module 'gtk+-2.0'<br>
found gtk+-2.0, version 2.24.31<br>
checking for module 'gtkglext-x11-1.0'<br>
package 'gtkglext-x11-1.0' not found<br>
checking for module 'librsvg-2.0'<br>
found librsvg-2.0, version 2.40.16<br>
checking for module 'cairo'<br>
found cairo, version 1.14.8<br>
checking for module 'poppler-glib'<br>
found poppler-glib, version 0.26.5<br>
Found JPEG: /usr/lib64/libjpeg.so<br>
CMake Warning (dev) at /usr/share/cmake/Modules/<wbr>FindPNG.cmake:34 (find_package):<br>
File /usr/share/cmake/Modules/<wbr>FindPNG.cmake includes<br>
/home/user/Downloads/osg/<wbr>OpenSceneGraph-OpenSceneGraph-<wbr>2.8.2/CMakeModules/FindZLIB.<wbr>cmake<br>
(found via CMAKE_MODULE_PATH) which shadows<br>
/usr/share/cmake/Modules/<wbr>FindZLIB.cmake. This may cause errors later on .<br>
<br>
Policy CMP0017 is not set: Prefer files from the CMake module directory<br>
when including from there. Run "cmake --help-policy CMP0017" for policy<br>
details. Use the cmake_policy command to set the policy and suppress this<br>
warning.<br>
Call Stack (most recent call first):<br>
CMakeLists.txt:424 (FIND_PACKAGE)<br>
<br>
<br>
<br>
<br>
I have xulrunner installed and I can't find gtkglext-x11 package.<br>
Thanks in advance for answering.<br>
<br>
------------------<br>
Read this topic online here:<br>
<a href="http://forum.openscenegraph.org/viewtopic.php?p=74048#74048" rel="noreferrer" target="_blank">http://forum.openscenegraph.<wbr>org/viewtopic.php?p=74048#<wbr>74048</a><br>
<br>
<br>
<br>
<br>______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
<br></blockquote></div><br></div>