Hola Julio<div><br></div><div>insisto en el comentario que te hice anteriormente, estas intentando coger las librerias con las cabeceras que hay para C++ que en la versión 2.0 no están disponibles. La siguiente linea te da el error.</div>
<div><br></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">/home/jguillen/jderobot/trunk/</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">src/libs/colorspaces/imagecv.</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">cpp:5:39: error: opencv2/highgui/highgui.hpp: No existe el fichero o el directorio</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br>Si cambias las cabeceras por las que te puse antes creo recordar que  no tendrías que hacer ningún cambio.<br><br><div class="gmail_quote">El 1 de julio de 2012 18:40, Julio Guillén <span dir="ltr">&lt;<a href="mailto:julio.guillen@gmail.com" target="_blank">julio.guillen@gmail.com</a>&gt;</span> escribió:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Fallo mio. Lo da al hacer make y si que es por OpenCv. No se por qué he pensado por un momento que no era de OpenCv. Pero en CAMERASERVER no usa nada de dicha librería y por eso me habré liado. Supongo que cambio lo que me has dicho antes y ya debería funcionar, ¿correcto?<br>


<br>Aquí tienes el fallo<br><br>[ 79%] Building CXX object ../../../libs/colorspaces/CMakeFiles/colorspacesmm.dir/imagecv.cpp.o<br>/home/jguillen/jderobot/trunk/src/libs/colorspaces/imagecv.cpp:5:39: error: opencv2/highgui/highgui.hpp: No existe el fichero o el directorio<br>


/home/jguillen/jderobot/trunk/src/libs/colorspaces/imagecv.cpp: In static member function ‘static colorspaces::ImageRGB8 colorspaces::ImageRGB8::read(const std::string&amp;)’:<br>/home/jguillen/jderobot/trunk/src/libs/colorspaces/imagecv.cpp:92: error: ‘imread’ is not a member of ‘cv’<br>


/home/jguillen/jderobot/trunk/src/libs/colorspaces/imagecv.cpp: In member function ‘bool colorspaces::ImageRGB8::write(const std::string&amp;, const std::vector&lt;int, std::allocator&lt;int&gt; &gt;&amp;)’:<br>/home/jguillen/jderobot/trunk/src/libs/colorspaces/imagecv.cpp:100: error: ‘imwrite’ is not a member of ‘cv’<br>


/home/jguillen/jderobot/trunk/src/libs/colorspaces/imagecv.cpp: In static member function ‘static colorspaces::ImageGRAY8 colorspaces::ImageGRAY8::read(const std::string&amp;)’:<br>/home/jguillen/jderobot/trunk/src/libs/colorspaces/imagecv.cpp:257: error: ‘imread’ is not a member of ‘cv’<br>


/home/jguillen/jderobot/trunk/src/libs/colorspaces/imagecv.cpp: In member function ‘bool colorspaces::ImageGRAY8::write(const std::string&amp;, const std::vector&lt;int, std::allocator&lt;int&gt; &gt;&amp;)’:<br>/home/jguillen/jderobot/trunk/src/libs/colorspaces/imagecv.cpp:261: error: ‘imwrite’ is not a member of ‘cv’<br>


make[2]: *** [../../../libs/colorspaces/CMakeFiles/colorspacesmm.dir/imagecv.cpp.o] Error 1<br>make[1]: *** [../../../libs/colorspaces/CMakeFiles/colorspacesmm.dir/all] Error 2<br>make: *** [all] Error 2<br><br>
</blockquote></div><br></div>