<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Thx,&nbsp;for reporting the error.&nbsp;</div><div><br></div><div>There is a name clash between the old compressed_frame.h and the modified version of frame.h (they are using the same name space).&nbsp;</div><div><br></div><div>I excluded compressed_frame from orogen/types to solve this problem. The down side of this is that all people using compressed_frame</div><div>are forced to update to frame on master.</div><div><br></div><div>Alex</div><div><br></div><br><div><div>Am 24.09.2011 um 16:33 schrieb Martin Schroeer:</div><br class="Apple-interchange-newline"><blockquote type="cite">
  
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    <title></title>
  

  <div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Sadly, the frame type change seems to have broken my install:<br>
    &nbsp;<br>
    (...)&nbsp;<br>
    generating oroGen project base/orogen/types<br>
    &nbsp;Build failed: base/orogen/types: failed in orogen phase<br>
    &nbsp;&nbsp;&nbsp;&nbsp; 'ruby1.8 /rock/pmc/tools/orogen/bin/orogen --corba --parallel-build=2<br>
    --transports=corba,typelib --type-export-policy=used base.orogen' returned<br>
    status 1<br>
    &nbsp;&nbsp;&nbsp;&nbsp; see /rock/pmc/install/log/base/orogen/types-orogen.log for details<br>
    &nbsp;&nbsp;&nbsp;&nbsp; last 10 lines are:<br>
    <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'XDG_CONFIG_DIRS'='/etc/xdg/xdg-gnome-classic:/etc/xdg'<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
    'XDG_DATA_DIRS'='/usr/share/gnome-classic:/usr/share/gnome:/usr/local/share/:/usr/share/'<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
    'XDG_SESSION_COOKIE'='e2b992b03d14aa7a55d35f240000000b-1316856799.423604-247182296'<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '_'='/rock/pmc/.gems/bin/autoproj'<br>
    &nbsp;&nbsp;&nbsp;&nbsp; In file included from /tmp/orogen_pending_loads20110924-7486-t326wa-0:4:<br>
    &nbsp;&nbsp;&nbsp;&nbsp; /rock/pmc/install/include/base/samples/compressed_frame.h:10: error:<br>
    conflicting declaration 'MODE_PJPG'<br>
    &nbsp;&nbsp;&nbsp;&nbsp; /rock/pmc/install/include/base/samples/frame.h:69: error:<br>
    'base::samples::frame::MODE_PJPG' has a previous declaration as<br>
    'base::samples::frame::frame_mode_t base::samples::frame::MODE_PJPG'<br>
    &nbsp;&nbsp;&nbsp;&nbsp; /rock/pmc/install/include/base/samples/compressed_frame.h: In static member<br>
    function 'static base::samples::frame::frame_compressed_mode_t<br>
    base::samples::frame::CompressedFrame::toFrameMode(const std::string&amp;)':<br>
    &nbsp;&nbsp;&nbsp;&nbsp; /rock/pmc/install/include/base/samples/compressed_frame.h:41: error: cannot<br>
    convert 'base::samples::frame::frame_mode_t' to<br>
    'base::samples::frame::frame_compressed_mode_t' in return<br>
    &nbsp;&nbsp;&nbsp;&nbsp; base.orogen:47: cannot load one of the header files<br>
    /rock/pmc/install/include/base/time.h,<br>
    /rock/pmc/install/include/base/motion_command.h,<br>
    /rock/pmc/install/include/base/samples/frame.h,<br>
    /rock/pmc/install/include/base/samples/compressed_frame.h,<br>
    /rock/pmc/install/include/base/samples/laser_scan.h,<br>
    /rock/pmc/install/include/base/samples/sonar_beam.h,<br>
    /rock/pmc/install/include/base/samples/pointcloud.h,<br>
    /rock/pmc/install/include/base/samples/distance_image.h,<br>
    /rock/pmc/install/include/base/actuators/status.h,<br>
    /rock/pmc/install/include/base/actuators/commands.h,<br>
    /rock/pmc/install/include/base/actuators/vehicles.h,<br>
    /rock/pmc/base/orogen/types/base/wrappers/geometry/spline.h,<br>
    /rock/pmc/base/orogen/types/base/wrappers/eigen.h,<br>
    /rock/pmc/install/include/base/geometry/spline.h,<br>
    /rock/pmc/install/include/base/pose.h,<br>
    /rock/pmc/install/include/base/waypoint.h,<br>
    /rock/pmc/install/include/base/samples/imu.h,<br>
    /rock/pmc/install/include/base/samples/rigid_body_state.h,<br>
    /rock/pmc/install/include/base/samples/rigid_body_acceleration.h: gccxml<br>
    returned an error while parsing /tmp/orogen_pending_loads20110924-7486-t326wa-0<br>
    &nbsp;<br>
    &nbsp;<br>
    &nbsp;<br>
    A simple rebuild didn't fix it either.<br>
    Any guess ? For i'm pretty stuck here right now.&nbsp;<br>
    &nbsp;<br>
    &nbsp;<br>
    Regards,<br>
    &nbsp;<br>
    Martin<br>
    <span>&nbsp;</span></div><p style="margin: 0px;"></p><div>&nbsp;<br class="webkit-block-placeholder"></div>

    <div style="margin: 5px 0px 5px 0px; font-family: monospace;">
      Alexander Duda &lt;<a href="mailto:Alexander.Duda@dfki.de">Alexander.Duda@dfki.de</a>&gt; hat am 23. September 2011 um 17:25 geschrieben:<br>
      <br>
      &gt;<br>
      &gt; The base type Frame has changed. All existing log files are compatible<br>
      &gt; right away. This is not true for people using the branch master and<br>
      &gt; recorded log files between 11.08.2011 and 02.09.2011 (use rock-convert<br>
      &gt; logfile to update these log files).<br>
      &gt;<br>
      &gt; The interface has not changed and all libraries should compile against<br>
      &gt; the new version<br>
      &gt;<br>
      &gt; Changes:<br>
      &gt; --&gt; support for compressed frames<br>
      &gt; --&gt; data size can be independent from image width, height, type,<br>
      &gt;<br>
      &gt; Alex<br>
      &gt;<br>
      &gt; --<br>
      &gt; Dipl.-Ing. Alexander Duda<br>
      &gt; Unterwasserrobotik<br>
      &gt;<br>
      &gt; DFKI Bremen<br>
      &gt; Robotics Innovation Center<br>
      &gt; Robert-Hooke-Straße 5<br>
      &gt; 28359 Bremen, Germany<br>
      &gt;<br>
      &gt; Phone: +49 (0)421 178-456620<br>
      &gt; Fax:&nbsp; &nbsp;+49 (0)421 178-454150<br>
      &gt; E-Mail: <a href="mailto:alexander.duda@dfki.de">alexander.duda@dfki.de</a><br>
      &gt;<br>
      &gt; Weitere Informationen: <a href="http://www.dfki.de/robotik">http://www.dfki.de/robotik</a><br>
      &gt; -----------------------------------------------------------------------<br>
      &gt; Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH<br>
      &gt; Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern<br>
      &gt; Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster<br>
      &gt; (Vorsitzender) Dr. Walter Olthoff<br>
      &gt; Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes<br>
      &gt; Amtsgericht Kaiserslautern, HRB 2313<br>
      &gt; Sitz der Gesellschaft: Kaiserslautern (HRB 2313)<br>
      &gt; USt-Id.Nr.:&nbsp; &nbsp; DE 148646973<br>
      &gt; Steuernummer:&nbsp; 19/673/0060/3<br>
      &gt;<br>
      &gt; _______________________________________________<br>
      &gt; Rock-dev mailing list<br>
      &gt; <a href="mailto:Rock-dev@dfki.de">Rock-dev@dfki.de</a><br>
      &gt; <a href="http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev">http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev</a>
    </div>
  </div>
_______________________________________________<br>Rock-dev mailing list<br><a href="mailto:Rock-dev@dfki.de">Rock-dev@dfki.de</a><br>http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev<br></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><br>--&nbsp;<br>Dipl.-Ing. Alexander Duda&nbsp;<br>Unterwasserrobotik<br><br>DFKI Bremen<br>Robotics Innovation Center<br>Robert-Hooke-Straße 5<br>28359 Bremen, Germany<br><br>Phone: +49 (0)421 178-456620<br>Fax: &nbsp; +49 (0)421 178-454150<br>E-Mail:&nbsp;<a href="mailto:alexander.duda@dfki.de">alexander.duda@dfki.de</a><br><br>Weitere Informationen:&nbsp;<a href="http://www.dfki.de/robotik">http://www.dfki.de/robotik</a><br>-----------------------------------------------------------------------<br>Deutsches Forschungszentrum fuer&nbsp;Kuenstliche Intelligenz GmbH<br>Firmensitz: Trippstadter Straße 122, D-67663&nbsp;Kaiserslautern<br>Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult.&nbsp;Wolfgang Wahlster<br>(Vorsitzender) Dr. Walter Olthoff<br>Vorsitzender des Aufsichtsrats: Prof. Dr. h.c.&nbsp;Hans A. Aukes<br>Amtsgericht Kaiserslautern, HRB 2313<br>Sitz der Gesellschaft: Kaiserslautern (HRB&nbsp;2313)<br>USt-Id.Nr.: &nbsp; &nbsp;DE 148646973<br>Steuernummer: &nbsp;19/673/0060/3<br><br>_______________________________________________<br>Projektleiter-hb mailing list<br><a href="mailto:Projektleiter-hb@dfki.de">Projektleiter-hb@dfki.de</a><br>http://www.dfki.de/mailman/cgi-bin/listinfo/projektleiter-hb<br><br></span>
</div>
<br></body></html>