<div dir="ltr">You need to do this (steps). Let us know if you get stuck somewhere. <div><br></div><div style><font face="courier new, monospace">0. rm -rf VES</font></div><div style><font face="courier new, monospace">1. <span style="font-size:14.399999618530273px;line-height:18.399999618530273px">git clone </span><a href="http://vtk.org/VES.git" target="_blank" style="font-size:14.399999618530273px;line-height:18.399999618530273px">http://vtk.org/VES.git</a></font></div>
<div style><font face="courier new, monospace">2. mkdir VES-build</font></div><div style><font face="courier new, monospace">3. cd VES-build</font></div><div style><font face="courier new, monospace">4. ccmake (or cmake-gui) ../VES</font></div>
<div style><font face="courier new, monospace">5. Here change VES_IOS_SUPERBUILD value from OFF to ON</font></div><div style><font face="courier new, monospace">6. configure again (c for ccmake)</font></div><div style><font face="courier new, monospace">7. generate (g for ccmake)</font></div>
<div style><font face="courier new, monospace">8. quite (q for ccmake)</font></div><div style><font face="courier new, monospace">9. make -j8 (depending on how many cores you have)</font></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Oct 8, 2013 at 2:32 AM, 高宇 <span dir="ltr"><<a href="mailto:fightrain@126.com" target="_blank">fightrain@126.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="line-height:1.7;font-size:14px;font-family:arial"><div style="line-height:1.7;font-size:14px;font-family:arial"><div class="im">Dear Aashish:<br>        I just want to compile and run the code in /VES/src/kiwi/Testing and /VES/src/ves/Testing. What should I do. If possible please show me how to do it  in details.  THANKS VERY MUCH ABOUT YOUR HELP.<br>
<br>                       BEST REGARDS~<br><br><br><br><div></div><div></div><br>At 2013-10-08 00:11:41,"Aashish Chaudhary" <<a href="mailto:aashish.chaudhary@kitware.com" target="_blank">aashish.chaudhary@kitware.com</a>> wrote:<br>
 </div><div><div class="h5"><blockquote style="PADDING-LEFT:1ex;MARGIN:0px 0px 0px 0.8ex;BORDER-LEFT:#ccc 1px solid"><div dir="ltr">Hi, <div><br></div><div>You need to use one of the superbuild options. What platform you are trying to use? </div>
<div><br></div><div>- Aashish</div><div><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Mon, Oct 7, 2013 at 3:57 AM, 高宇 <span dir="ltr"><<a href="mailto:fightrain@126.com" target="_blank">fightrain@126.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div style="line-height:1.7;font-size:14px;font-family:arial"><div style="line-height:1.7;font-size:14px;font-family:arial"><div style="line-height:1.7;font-size:14px;font-family:arial">Dear Aashish:<br>         Thanks a lot about your reply on how to study about ves. When I configure and run the Testing code. I meet some problems.<br>

         I first download a new  VES source code from <a href="http://vtk.org/VES.git." target="_blank">http://vtk.org/VES.git.</a> I take some steps like this:<br>                 1. git clone <a href="http://vtk.org/VES.git" target="_blank">http://vtk.org/VES.git</a><br>

                 <a href="http://2.cd" target="_blank">2.cd</a> VES<br>                 3.cmake CMakeLists.txt<br>                              -- Found PythonInterp: /usr/bin/python (found version "2.7.2") <br>

                              -- Found Git: /usr/bin/git (found version "1.8.3.4 (Apple Git-47)") <br>                              -- Configuring done<br>                              -- Generating done<br>                              -- Build files have been written to: /Users/gaoyu/KKK/TESTVES/VES<br>

                 4.make<br>                             Linking CXX executable ../../bin/vtkHashSource-6.0<br>                             [100%] Built target vtkHashSource<br>                             Scanning dependencies of target vtkCompileTools<br>

                             [100%] Built target vtkCompileTools<br>                             [ 93%] No install step for 'vtk-host'<br>                             [100%] Completed 'vtk-host'<br>                             [100%] Built target vtk-host<br>

                 <a href="http://5.cd" target="_blank">5.cd</a> VES/CMakeExternals/Install/vtk-host<br>                             There's nothing in it.!!!<br>                 <a href="http://6.cd" target="_blank">6.cd</a> VES/src/kiwi/Testing<br>

                 7.cmake CMakeLists.txt<br>                             It shows that<br>                             No cmake_minimum_required command is present.  A line of code such as<br>                               cmake_minimum_required(VERSION 2.8)<br>

                            should be added at the top of the file.  The version specified may be lower<br>                             if you wish to support older CMake versions for this project.  For more<br>                             information run "cmake --help-policy CMP0000".<br>

                             This warning is for project developers.  Use -Wno-dev to suppress it.<br>                 8.I add cmake_minimum_required(VERSION 2.8.5) in the file CMakeLists.txt<br>                 9.make <br>

                             Scanning dependencies of target TestAnimation<br>                             [  7%] Building CXX object CMakeFiles/TestAnimation.dir/TestAnimation.cpp.o<br>                             /Users/gaoyu/KKK/TESTVES/VES/src/kiwi/Testing/TestAnimation.cpp:1:10: fatal error: <br>

                                   'vesImage.h' file not found<br>                             #include <vesImage.h><br>                                            ^<br>                             1 error generated.<br>

                             make[2]: *** [CMakeFiles/TestAnimation.dir/TestAnimation.cpp.o] Error 1<br>                             make[1]: *** [CMakeFiles/TestAnimation.dir/all] Error 2<br>                             make: *** [all] Error 2                 <br>

          I struggled to solve it but I failed.  If possible Could you please help me to solve it or give me some advise.If anybody others know this , please send me an Email. Thank you  very very much.<br><br>                       BEST WISHES! HAPPY EVERYDAY~       <br>

 <br><br>                                                                                                                         GAO YU<br>                             <br></div></div></div><br><br><span title="neteasefooter"><span></span></span></blockquote>

</div><br><br clear="all"><div><br></div>-- <br>| Aashish Chaudhary <br>| R&D Engineer         <br>| Kitware Inc.            <br>| <a href="http://www.kitware.com" target="_blank">www.kitware.com</a>    
</div>
</blockquote></div></div></div></div><br>_______________________________________________<br>
Kiwiviewer mailing list<br>
<a href="mailto:Kiwiviewer@public.kitware.com">Kiwiviewer@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/kiwiviewer" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/kiwiviewer</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>| Aashish Chaudhary <br>| R&D Engineer         <br>| Kitware Inc.            <br>| <a href="http://www.kitware.com">www.kitware.com</a>    
</div>