<div dir="ltr">Hello Manuel,<div><br></div><div>Going back to initial error &quot;<span style="font-size:12.8px">Pose3DI::xyzT = {0, 0, 0}&quot;, </span><span style="font-size:12.8px">I think you lack c++0 or c++11 flag/support.</span></div><div><span style="font-size:12.8px">Since c++0 you can initialize structs with {}</span></div><div><span style="font-size:12.8px">This kind on complain will happen at c++99 </span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Try to verify it.</span></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-04-04 10:57 GMT+02:00 Manuel Zafra <span dir="ltr">&lt;<a href="mailto:mazafrav@gmail.com" target="_blank">mazafrav@gmail.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I&#39;m using a native Ubuntu 14.04. I tried deactivating /ardrone_server/ but<br>
/kobukiViewer/ threw an error, so i tried compiling just /gazeboserver/<br>
which is the component i need, and i got another error:<br>
<br>
In file included from<br>
/home/manu/JdeRobot/src/stable/components/gazeboserver/plugins/quadrotor2/include/quadrotor/interfaces/dronecontroli.h:27:0,<br>
                 from<br>
/home/manu/JdeRobot/src/stable/components/gazeboserver/plugins/quadrotor2/include/quadrotor/quadrotorice.hh:34,<br>
                 from<br>
/home/manu/JdeRobot/src/stable/components/gazeboserver/plugins/quadrotor2/include/quadrotor/quadrotorplugin.hh:31,<br>
                 from<br>
/home/manu/JdeRobot/src/stable/components/gazeboserver/plugins/quadrotor2/src/quadrotorplugin.cc:22:<br>
/home/manu/JdeRobot/src/stable/components/gazeboserver/plugins/quadrotor2/include/quadrotor/cameraproxy.hh:60:26:<br>
error: ISO C++ forbids initialization of member ‘active_camera’<br>
[-fpermissive]<br>
/home/manu/JdeRobot/src/stable/components/gazeboserver/plugins/quadrotor2/include/quadrotor/cameraproxy.hh:60:26:<br>
error: making ‘active_camera’ static [-fpermissive]<br>
/home/manu/JdeRobot/src/stable/components/gazeboserver/plugins/quadrotor2/include/quadrotor/cameraproxy.hh:60:26:<br>
error: ISO C++ forbids in-class initialization of non-const static member<br>
‘active_camera’<br>
make[2]: ***<br>
[src/stable/components/gazeboserver/plugins/quadrotor2/CMakeFiles/quadrotorplugin2.dir/src/quadrotorplugin.cc.o]<br>
<span class="">Error 1<br>
make[1]: ***<br>
</span>[src/stable/components/gazeboserver/plugins/quadrotor2/CMakeFiles/quadrotorplugin2.dir/all]<br>
<span class="">Error 2<br>
make: *** [all] Error 2<br>
<br>
<br>
</span>Regards and thanks in advance,<br>
Manuel<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://jderobot-developer-list.2315034.n4.nabble.com/JdeRobot-Error-in-compilation-tp4642992p4642998.html" rel="noreferrer" target="_blank">http://jderobot-developer-list.2315034.n4.nabble.com/JdeRobot-Error-in-compilation-tp4642992p4642998.html</a><br>
<div class="HOEnZb"><div class="h5">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" rel="noreferrer" target="_blank">http://gsyc.escet.urjc.es/cgi-bin/mailman/listinfo/jde-developers</a><br>
</div></div></blockquote></div><br></div>