<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hola Jes&uacute;s,<br>
      <br>
      como comenta &Aacute;lex, el problema que est&aacute;s teniendo se debe a que
      tratas de compilar el componente fuera de la estructura de
      directorios del svn, si te fijas en el CMakeLists.txt el "include"
      que te est&aacute; fallando hace referencia a la ruta:<br>
      <br>
      include(${Deps}/gearbox/CMakeLists.txt)<br>
      <br>
      siendo ${Deps}:<br>
      <br>
      ${CMAKE_CURRENT_SOURCE_DIR}/../../../../Deps<br>
      <br>
      ruta que no consigue encontrar.<br>
      <br>
      Soluci&oacute;n, la m&aacute;s sencilla ser&iacute;a que pusieses tu componente dentro
      del directorio /trunk/src/components en la estructura de JDErobot,
      o bien crear un CMakeLists.txt que no dependa de rutas relativas a
      JDErobot.<br>
      <br>
      Te recomiendo que le eches un ojo al mensaje que envi&eacute; hace poco a
      Jaime (no puedo dejarte el enlace porque parece que la web de las
      listas est&aacute; ca&iacute;da) buscando por el asunto "Problema al compilar
      Server.cpp", adem&aacute;s siempre puedes apoyarte en el manual oficial
      [1] o en el de la wiki de JDErobot [2].<br>
      <br>
      [1] <a class="moz-txt-link-freetext" href="http://www.cmake.org/cmake/help/v2.8.10/cmake.html">http://www.cmake.org/cmake/help/v2.8.10/cmake.html</a><br>
      [2] <a class="moz-txt-link-freetext" href="http://jderobot.org/index.php/Manual-5#CMAKE_FOR_DEVELOPERS">http://jderobot.org/index.php/Manual-5#CMAKE_FOR_DEVELOPERS</a><br>
      <br>
      El 05/03/2013 10:43, jesus checa rodriguez escribi&oacute;:<br>
    </div>
    <blockquote
cite="mid:CALRnNa3wu7sfnFA5zoviOho-RZkg9SqOZtgX+GC9C9ArhVHR5A@mail.gmail.com"
      type="cite">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&aacute;ndez <span
            dir="ltr">&lt;<a moz-do-not-send="true"
              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,&nbsp;
            <div><br>
            </div>
            <div>te recomiendo que te hagas un CMake independiente del
              repositorio de Jde.</div>
            <div><br>
            </div>
            <div>&Aacute;lex.<br>
              <br>
              <div class="gmail_quote">
                <div>
                  <div class="h5">2013/3/5 jesus checa rodriguez <span
                      dir="ltr">&lt;<a moz-do-not-send="true"
                        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 'gtk+-2.0'</div>
                        <div>-- &nbsp; found gtk+-2.0, version 2.24.10</div>
                        <div>-- checking for module 'gtkmm-2.4'</div>
                        <div>-- &nbsp; found gtkmm-2.4, version 2.24.2</div>
                        <div>-- checking for module 'libglademm-2.4'</div>
                        <div>-- &nbsp; found libglademm-2.4, version 2.6.7</div>
                        <div>CMake Error at CMakeLists.txt:38 (include):</div>
                        <div>&nbsp; include could not find load file:</div>
                        <div><br>
                        </div>
                        <div>&nbsp; &nbsp;
/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>&nbsp; include could not find load file:</div>
                        <div><br>
                        </div>
                        <div>&nbsp; &nbsp;
/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>&nbsp; include could not find load file:</div>
                        <div><br>
                        </div>
                        <div>&nbsp; &nbsp;
/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>&nbsp; The source directory</div>
                        <div><br>
                        </div>
                        <div>&nbsp; &nbsp; /home/arck</div>
                        <div><br>
                        </div>
                        <div>&nbsp; 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$&nbsp;</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, &iquest;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 'gtk+-2.0'</div>
                        <div>-- &nbsp; found gtk+-2.0, version 2.24.10</div>
                        <div>-- checking for module 'gtkmm-2.4'</div>
                        <div>-- &nbsp; found gtkmm-2.4, version 2.24.2</div>
                        <div>-- checking for module 'libglademm-2.4'</div>
                        <div>-- &nbsp; found libglademm-2.4, version 2.6.7</div>
                        <div>CMake Error at CMakeLists.txt:38 (include):</div>
                        <div>&nbsp; include could not find load file:</div>
                        <div><br>
                        </div>
                        <div>&nbsp; &nbsp;
/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>&nbsp; include could not find load file:</div>
                        <div><br>
                        </div>
                        <div>&nbsp; &nbsp;
/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>&nbsp; install FILES given no DESTINATION!</div>
                        <div>Call Stack (most recent call first):</div>
                        <div>&nbsp; CMakeLists.txt:40 (include)</div>
                        <div><br>
                        </div>
                        <div><br>
                        </div>
                        <div>CMake Error at CMakeLists.txt:45
                          (add_subdirectory):</div>
                        <div>&nbsp; The source directory</div>
                        <div><br>
                        </div>
                        <div>&nbsp; &nbsp; /home/arck</div>
                        <div><br>
                        </div>
                        <div>&nbsp; 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$&nbsp;</font></div>
                      </div>
                      <div>--------------------------------------------</div>
                      <br>
                    </div>
                  </div>
                  _______________________________________________<br>
                  Jde-developers mailing list<br>
                  <a moz-do-not-send="true"
                    href="mailto:Jde-developers@gsyc.es" target="_blank">Jde-developers@gsyc.es</a><br>
                  <a moz-do-not-send="true"
                    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&aacute;ndez Cordero
                  <div><br>
                  </div>
                  <div><a moz-do-not-send="true"
                      href="http://www.linkedin.com/in/ahcorde/en"
                      target="_blank"><img moz-do-not-send="true"></a>&nbsp;<a
                      moz-do-not-send="true"
                      href="https://twitter.com/ahcorde" target="_blank"><img
                        moz-do-not-send="true"></a>&nbsp;<a
                      moz-do-not-send="true"
                      href="https://plus.google.com/u/0/114434050324725472734/posts"
                      target="_blank"><img moz-do-not-send="true"></a>&nbsp;<a
                      moz-do-not-send="true"
                      href="http://github.com/ahcorde" target="_blank"><img
                        moz-do-not-send="true"></a><br>
                  </div>
                  <div><br>
                  </div>
                  <div>Play and visit my Curriculum vitae -&gt;&nbsp;<a
                      moz-do-not-send="true"
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 moz-do-not-send="true"
              href="mailto:Jde-developers@gsyc.es">Jde-developers@gsyc.es</a><br>
            <a moz-do-not-send="true"
              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>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Jde-developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Jde-developers@gsyc.es">Jde-developers@gsyc.es</a>
<a class="moz-txt-link-freetext" href="http://gsyc.escet.urjc.es/cgi-bin/mailman/listinfo/jde-developers">http://gsyc.escet.urjc.es/cgi-bin/mailman/listinfo/jde-developers</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>