<div dir="ltr">Hola fonsi,<div><br></div><div>parece que hay un problema en la instalación e jdeRobot y no copia las cabeceras de las interfaces en el sistema.  Para solucionar esto hay varias alternativas.</div><div><ol>
<li>Cambiar el Cmake temporalmente hasta que se arregle para que apunte a las cabeceras. En el campo <b>include_directories </b>añade la ruta donde tengas los .h de las caberas. Deberian estar en el svn en<b> /src/interfaces/cpp/jderobot.</b></li>

<li>Otra opción es que las copies tu a mano. Ejecutando lo siguiente:</li></ol><div style>&gt;&gt; sudo mkdir /usr/local/include/jderobot/jderobot</div></div><div style>&gt;&gt; sudo cp {ruta a svn}//src/interfaces/cpp/jderobot/*.h /usr/local/include/jderobot/jderobot/</div>
<div style><br></div><div style>¿ cuál es error que tienes con opencv?</div><div style><br></div></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr">Alejandro Hernández Cordero<div><br></div><div><a href="http://www.linkedin.com/in/ahcorde/en" target="_blank"><img src="http://www.linkedin.com/favicon.ico"></a> <a href="https://twitter.com/ahcorde" target="_blank"><img src="http://www.twitter.com/favicon.ico"></a> <a href="https://plus.google.com/u/0/114434050324725472734/posts" target="_blank"><img src="https://ssl.gstatic.com/s2/oz/images/favicon.ico"></a> <a href="http://github.com/ahcorde" target="_blank"><img src="https://github.com/favicon.ico"></a><br>
</div><div><br></div><div>Visit and play 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>
</div></div>
<br><br><div class="gmail_quote">El 13 de julio de 2013 21:12, ILDEFONSO GONZALEZ SANCHEZ <span dir="ltr">&lt;<a href="mailto:i.gonzalezsan@alumnos.urjc.es" target="_blank">i.gonzalezsan@alumnos.urjc.es</a>&gt;</span> escribió:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hola buenas tardes,<br>
<br>
soy nuevo me presento, me llamo ildefonso pero me podéis llamar ilde, o fonsi, como os guste.<br>
y en relación a este correo yo también estoy intentando instalar cameraserver y me da un error parecido.<br>
empiezo haciendo un cmake .<br>
<br>
root@fonsi-Lenovo-G580:/var/www/pfc/jderobot/trunk/src/components/cameraserver/build-independent# ls<br>
CMakeLists.txt<br>
root@fonsi-Lenovo-G580:/var/www/pfc/jderobot/trunk/src/components/cameraserver/build-independent# cmake .<br>
-- The C compiler identification is GNU<br>
-- The CXX compiler identification is GNU<br>
-- Check for working C compiler: /usr/bin/gcc<br>
-- Check for working C compiler: /usr/bin/gcc -- works<br>
-- Detecting C compiler ABI info<br>
-- Detecting C compiler ABI info - done<br>
-- Check for working CXX compiler: /usr/bin/c++<br>
-- Check for working CXX compiler: /usr/bin/c++ -- works<br>
-- Detecting CXX compiler ABI info<br>
-- Detecting CXX compiler ABI info - done<br>
-- Configuring done<br>
-- Generating done<br>
-- Build files have been written to: /var/www/pfc/jderobot/trunk/src/components/cameraserver/build-independent<br>
Y parece que todo va bien.<br>
Pero al hacer make<br>
root@fonsi-Lenovo-G580:/var/www/pfc/jderobot/trunk/src/components/cameraserver/build-independent# make<br>
Scanning dependencies of target cameraserver<br>
[100%] Building CXX object CMakeFiles/cameraserver.dir/var/www/pfc/jderobot/trunk/src/components/cameraserver/cameraserver.cpp.o<br>
/var/www/pfc/jderobot/trunk/src/components/cameraserver/cameraserver.cpp:27:29: error fatal: jderobot/camera.h: No existe el archivo o el directorio<br>
compilación terminada.<br>
make[2]: *** [CMakeFiles/cameraserver.dir/var/www/pfc/jderobot/trunk/src/components/cameraserver/cameraserver.cpp.o] Error 1<br>
<div class="im">make[1]: *** [CMakeFiles/cameraserver.dir/all] Error 2<br>
make: *** [all] Error 2<br>
<br>
</div>En este punto se me han ocurrido dos opciones:<br>
1.buscar camera.h y hacerle un svn import a /var/www/pfc/jderobot/<br>
2.buscar camera.h y meter es path en el CMakeList.txt<br>
<br>
<br>
Punto 1:<br>
///buscamos camera.h<br>
<br>
root@fonsi-Lenovo-G580:/var/www/pfc/jderobot/trunk/src/components/cameraview/build# grep -n &quot;camera.h&quot; /var/www/pfc/jderobot/trunk/src/components/cameraserver/cameraserver.cpp<br>
27:#include &lt;jderobot/camera.h&gt;<br>
<br>
root@fonsi-Lenovo-G580:/var/www/pfc/jderobot/trunk/src/components/cameraview/build# locate camera.h | grep /usr/src<br>
/usr/src/linux-headers-3.2.0-49/arch/arm/mach-omap1/include/mach/camera.h<br>
/usr/src/linux-headers-3.2.0-49/arch/arm/mach-pxa/include/mach/camera.h<br>
/usr/src/linux-headers-3.2.0-49/arch/arm/plat-mxc/include/mach/mx1_camera.h<br>
/usr/src/linux-headers-3.2.0-49/arch/arm/plat-mxc/include/mach/mx3_camera.h<br>
/usr/src/linux-headers-3.2.0-49/drivers/media/video/via-camera.h<br>
/usr/src/linux-headers-3.2.0-49/include/media/mmp-camera.h<br>
/usr/src/linux-headers-3.2.0-49/include/media/omap1_camera.h<br>
/usr/src/linux-headers-3.2.0-49/include/media/soc_camera.h<br>
/usr/src/linux-headers-3.2.0-49-generic-pae/include/config/soc/camera.h<br>
/usr/src/linux-headers-3.2.0-49-generic-pae/include/config/video/via/camera.h<br>
/usr/src/linux-headers-3.5.0-23/arch/arm/mach-omap1/include/mach/camera.h<br>
/usr/src/linux-headers-3.5.0-23/arch/arm/mach-pxa/include/mach/camera.h<br>
/usr/src/linux-headers-3.5.0-23/arch/arm/plat-mxc/include/mach/mx1_camera.h<br>
/usr/src/linux-headers-3.5.0-23/arch/arm/plat-mxc/include/mach/mx3_camera.h<br>
/usr/src/linux-headers-3.5.0-23/drivers/media/video/via-camera.h<br>
/usr/src/linux-headers-3.5.0-23/include/media/mmp-camera.h<br>
/usr/src/linux-headers-3.5.0-23/include/media/omap1_camera.h<br>
/usr/src/linux-headers-3.5.0-23/include/media/soc_camera.h<br>
/usr/src/linux-headers-3.5.0-23-generic/include/config/soc/camera.h<br>
/usr/src/linux-headers-3.5.0-23-generic/include/config/video/via/camera.h<br>
<br>
<br>
La importamos y :<br>
root@fonsi-Lenovo-G580:/var/www/pfc/jderobot/trunk/src/components/cameraserver/build-independent# locate jderobot/camera.h<br>
/var/www/pfc/jderobot/camera.h<br>
¿esta donde debería estar?<br>
¿Cual debería importar?<br>
<br>
Punto2:<br>
<br>
¿En el caso de cmake, me podéis decir de que modo y como le puedo añadir la ruta?<br>
Ya que en cameraview tengo el mismo problema, para opencv.<br>
<br>
Un saludo y muchas gracias de antemano.<br>
pd: un buen tutorial sobre cmake, me vendria genial.<br>
<br>
Ildefonso González Sánchez<br>
<br>
<br>
<br>
________________________________________<br>
De: <a href="mailto:jde-developers-bounces@gsyc.es">jde-developers-bounces@gsyc.es</a> [<a href="mailto:jde-developers-bounces@gsyc.es">jde-developers-bounces@gsyc.es</a>] en nombre de Aitor Martínez [<a href="mailto:aitor.martinez.fernandez@gmail.com">aitor.martinez.fernandez@gmail.com</a>]<br>

Enviado: martes, 09 de julio de 2013 9:46<br>
Para: <a href="mailto:jde-developers@gsyc.es">jde-developers@gsyc.es</a><br>
Asunto: Re: [Jderobot-dev] problema instalando cameraserver<br>
<div class="HOEnZb"><div class="h5"><br>
era ese el fallo, ya lo tengo instalado<br>
muchas gracias<br>
<br>
Alejandro Hernández wrote<br>
&gt; Has limpiado el Cmake anterior? Para hacerlo sencilla puedes borrarlo y<br>
&gt; actualizar el repositorio con svn up.<br>
&gt;<br>
&gt; Alejandro Hernández Cordero<br>
&gt;<br>
&gt; &amp;lt;<a href="http://www.linkedin.com/in/ahcorde/en&amp;gt" target="_blank">http://www.linkedin.com/in/ahcorde/en&amp;gt</a>;<br>
&gt; &amp;lt;<a href="https://twitter.com/ahcorde&amp;gt" target="_blank">https://twitter.com/ahcorde&amp;gt</a>;<br>
&gt; &amp;lt;<a href="https://plus.google.com/u/0/114434050324725472734/posts&amp;gt" target="_blank">https://plus.google.com/u/0/114434050324725472734/posts&amp;gt</a>;<br>
&gt;   &amp;lt;<a href="http://github.com/ahcorde&amp;gt" target="_blank">http://github.com/ahcorde&amp;gt</a>;<br>
&gt;<br>
&gt; Visit and play my Curriculum vitae -&gt;<br>
&gt; <a href="https://googledrive.com/host/0BytBL_SySiIjX19Pd1o5dlZaRHc/Game.html" target="_blank">https://googledrive.com/host/0BytBL_SySiIjX19Pd1o5dlZaRHc/Game.html</a><br>
&gt;<br>
&gt;<br>
&gt; 2013/7/9 Aitor Martínez &amp;lt;<br>
<br>
&gt; aitor.martinez.fernandez@<br>
<br>
&gt; &amp;gt;<br>
&gt;<br>
&gt;&gt; me sigue dando el mismo error<br>
&gt;&gt;<br>
&gt;&gt; Alejandro Hernández wrote<br>
&gt;&gt; &gt; Tienes que usar* &quot;cmake .&quot; *cuando estés dentro de la carpeta build de<br>
&gt;&gt; un<br>
&gt;&gt; &gt; componente<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Alejandro Hernández Cordero<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &amp;lt;<a href="http://www.linkedin.com/in/ahcorde/en&amp;gt" target="_blank">http://www.linkedin.com/in/ahcorde/en&amp;gt</a>;<br>
&gt;&gt; &gt; &amp;lt;<a href="https://twitter.com/ahcorde&amp;gt" target="_blank">https://twitter.com/ahcorde&amp;gt</a>;<br>
&gt;&gt; &gt; &amp;lt;<a href="https://plus.google.com/u/0/114434050324725472734/posts&amp;gt" target="_blank">https://plus.google.com/u/0/114434050324725472734/posts&amp;gt</a>;<br>
&gt;&gt; &gt;   &amp;lt;<a href="http://github.com/ahcorde&amp;gt" target="_blank">http://github.com/ahcorde&amp;gt</a>;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Visit and play my Curriculum vitae -&gt;<br>
&gt;&gt; &gt; <a href="https://googledrive.com/host/0BytBL_SySiIjX19Pd1o5dlZaRHc/Game.html" target="_blank">https://googledrive.com/host/0BytBL_SySiIjX19Pd1o5dlZaRHc/Game.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; El 9 de julio de 2013 10:39, Aitor Martínez &lt;<br>
&gt;&gt;<br>
&gt;&gt; &gt; aitor.martinez.fernandez@<br>
&gt;&gt;<br>
&gt;&gt; &gt;&gt; escribió:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; estoy instalando solo el cameraserver y cameraview.<br>
&gt;&gt; &gt;&gt; y he usado cmake ..<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; View this message in context:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; <a href="http://jderobot-developer-list.2315034.n4.nabble.com/problema-instalando-cameraserver-tp4641378p4641380.html" target="_blank">http://jderobot-developer-list.2315034.n4.nabble.com/problema-instalando-cameraserver-tp4641378p4641380.html</a><br>

&gt;&gt; &gt;&gt; Sent from the Jderobot Developer List mailing list archive at<br>
&gt;&gt; Nabble.com.<br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; Jde-developers mailing list<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt; Jde-developers@<br>
&gt;&gt;<br>
&gt;&gt; &gt;&gt; <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>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Jde-developers mailing list<br>
&gt;&gt;<br>
&gt;&gt; &gt; Jde-developers@<br>
&gt;&gt;<br>
&gt;&gt; &gt; <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>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; View this message in context:<br>
&gt;&gt; <a href="http://jderobot-developer-list.2315034.n4.nabble.com/problema-instalando-cameraserver-tp4641378p4641382.html" target="_blank">http://jderobot-developer-list.2315034.n4.nabble.com/problema-instalando-cameraserver-tp4641378p4641382.html</a><br>

&gt;&gt; Sent from the Jderobot Developer List mailing list archive at Nabble.com.<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Jde-developers mailing list<br>
&gt;&gt;<br>
<br>
&gt; Jde-developers@<br>
<br>
&gt;&gt; <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>
&gt;&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Jde-developers mailing list<br>
<br>
&gt; Jde-developers@<br>
<br>
&gt; <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>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://jderobot-developer-list.2315034.n4.nabble.com/problema-instalando-cameraserver-tp4641378p4641384.html" target="_blank">http://jderobot-developer-list.2315034.n4.nabble.com/problema-instalando-cameraserver-tp4641378p4641384.html</a><br>

Sent from the Jderobot Developer List mailing list archive at Nabble.com.<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>
<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>
</div></div></blockquote></div><br></div>