como el que se hizo en el seminario? generandolo todo de nuevo?<div>gracias<br><br><div class="gmail_quote">2013/3/5 Alejandro Hernández <span dir="ltr">&lt;<a href="mailto:ahcorde@gmail.com" target="_blank">ahcorde@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hola Jesus, <div><br></div><div>te recomiendo que te hagas un CMake independiente del repositorio de Jde.</div><div><br>
</div><div>Álex.<br><br><div class="gmail_quote"><div><div class="h5">2013/3/5 jesus checa rodriguez <span dir="ltr">&lt;<a href="mailto:j_checa_rodriguez@hotmail.com" target="_blank">j_checa_rodriguez@hotmail.com</a>&gt;</span><br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div>Buenos dias.</div><div><br></div>Cuando compilo el basic_component para poder programar con kinect me sale un fallo que no consigo solucionar.<div>

<br></div><div>primer cmake .</div><div>---------------------------------------</div>
<div><div><font color="#000099">arck@arck-PCn:~/componentes/basic_component/build$</font> cmake .</div><div>-- The C compiler identification is GNU</div><div>-- The CXX compiler identification is GNU</div><div>-- Check for working C compiler: /usr/bin/gcc</div>


<div>-- Check for working C compiler: /usr/bin/gcc -- works</div><div>-- Detecting C compiler ABI info</div><div>-- Detecting C compiler ABI info - done</div><div>-- Check for working CXX compiler: /usr/bin/c++</div><div>


-- Check for working CXX compiler: /usr/bin/c++ -- works</div><div>-- Detecting CXX compiler ABI info</div><div>-- Detecting CXX compiler ABI info - done</div><div>-- checking for module &#39;gtk+-2.0&#39;</div><div>--   found gtk+-2.0, version 2.24.10</div>


<div>-- checking for module &#39;gtkmm-2.4&#39;</div><div>--   found gtkmm-2.4, version 2.24.2</div><div>-- checking for module &#39;libglademm-2.4&#39;</div><div>--   found libglademm-2.4, version 2.6.7</div><div>CMake Error at CMakeLists.txt:38 (include):</div>


<div>  include could not find load file:</div><div><br></div><div>    /home/arck/componentes/basic_component/build/../../../../Deps/gearbox/CMakeLists.txt</div><div><br></div><div><br></div><div>CMake Error at CMakeLists.txt:39 (include):</div>


<div>  include could not find load file:</div><div><br></div><div>    /home/arck/componentes/basic_component/build/../../../../Deps/ice/CMakeLists.txt</div><div><br></div><div><br></div><div>CMake Error at CMakeLists.txt:40 (include):</div>


<div>  include could not find load file:</div><div><br></div><div>    /home/arck/componentes/basic_component/build/../../../../Deps/opencv/CMakeLists.txt</div><div><br></div><div><br></div><div>CMake Error at CMakeLists.txt:45 (add_subdirectory):</div>


<div>  The source directory</div><div><br></div><div>    /home/arck</div><div><br></div><div>  does not contain a CMakeLists.txt file.</div><div><br></div><div><br></div><div>libjderobotice.so</div><div>libjderobotutil.so</div>


<div>libcolorspaces.so</div><div>-- Configuring incomplete, errors occurred!</div><div><font color="#000099">arck@arck-PCn:~/componentes/basic_component/build$ </font></div></div><div>----------------------------------------</div>


<div><br></div><div>al aparecerme los fallos en las lineas de los include, les indico donde estas situados en el ordenador, en este caso el OpenCV (usr/local/share/OpenCV) y me vuelve a salir error, ¿alguna idea?</div><div>


gracias.</div><div>----------------------------------------</div><div><div><font color="#000099">arck@arck-PCn:~/componentes/basic_component/build$ </font>cmake .</div><div>-- The C compiler identification is GNU</div><div>


-- The CXX compiler identification is GNU</div><div>-- Check for working C compiler: /usr/bin/gcc</div><div>-- Check for working C compiler: /usr/bin/gcc -- works</div><div>-- Detecting C compiler ABI info</div><div>-- Detecting C compiler ABI info - done</div>


<div>-- Check for working CXX compiler: /usr/bin/c++</div><div>-- Check for working CXX compiler: /usr/bin/c++ -- works</div><div>-- Detecting CXX compiler ABI info</div><div>-- Detecting CXX compiler ABI info - done</div>


<div>-- checking for module &#39;gtk+-2.0&#39;</div><div>--   found gtk+-2.0, version 2.24.10</div><div>-- checking for module &#39;gtkmm-2.4&#39;</div><div>--   found gtkmm-2.4, version 2.24.2</div><div>-- checking for module &#39;libglademm-2.4&#39;</div>


<div>--   found libglademm-2.4, version 2.6.7</div><div>CMake Error at CMakeLists.txt:38 (include):</div><div>  include could not find load file:</div><div><br></div><div>    /home/arck/componentes/basic_component/build/../../../../Deps/gearbox/CMakeLists.txt</div>


<div><br></div><div><br></div><div>CMake Error at CMakeLists.txt:39 (include):</div><div>  include could not find load file:</div><div><br></div><div>    /home/arck/componentes/basic_component/build/../../../../Deps/ice/CMakeLists.txt</div>


<div><br></div><div><br></div><div>CMake Error at /usr/share/OpenCV/doc/CMakeLists.txt:94 (install):</div><div>  install FILES given no DESTINATION!</div><div>Call Stack (most recent call first):</div><div>  CMakeLists.txt:40 (include)</div>


<div><br></div><div><br></div><div>CMake Error at CMakeLists.txt:45 (add_subdirectory):</div><div>  The source directory</div><div><br></div><div>    /home/arck</div><div><br></div><div>  does not contain a CMakeLists.txt file.</div>


<div><br></div><div><br></div><div>libjderobotice.so</div><div>libjderobotutil.so</div><div>libcolorspaces.so</div><div>-- Configuring incomplete, errors occurred!</div><div><font color="#000099">arck@arck-PCn:~/componentes/basic_component/build$ </font></div>


</div><div>--------------------------------------------</div>
<br></div></div>_______________________________________________<br>
Jde-developers mailing list<br>
<a href="mailto:Jde-developers@gsyc.es" target="_blank">Jde-developers@gsyc.es</a><br>
<a href="http://gsyc.escet.urjc.es/cgi-bin/mailman/listinfo/jde-developers" target="_blank">http://gsyc.escet.urjc.es/cgi-bin/mailman/listinfo/jde-developers</a><br>
<br></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br>Alejandro Hernández Cordero<div><br></div><div><a href="http://www.linkedin.com/in/ahcorde/en" target="_blank"><img></a> <a href="https://twitter.com/ahcorde" target="_blank"><img></a> <a href="https://plus.google.com/u/0/114434050324725472734/posts" target="_blank"><img></a> <a href="http://github.com/ahcorde" target="_blank"><img></a><br>

</div><div><br></div><div>Play and visit my Curriculum vitae -&gt; <a href="https://googledrive.com/host/0BytBL_SySiIjX19Pd1o5dlZaRHc/Game.html" target="_blank">https://googledrive.com/host/0BytBL_SySiIjX19Pd1o5dlZaRHc/Game.html</a></div>


</font></span></div>
<br>_______________________________________________<br>
Jde-developers mailing list<br>
<a href="mailto:Jde-developers@gsyc.es">Jde-developers@gsyc.es</a><br>
<a href="http://gsyc.escet.urjc.es/cgi-bin/mailman/listinfo/jde-developers" target="_blank">http://gsyc.escet.urjc.es/cgi-bin/mailman/listinfo/jde-developers</a><br>
<br></blockquote></div><br></div>