<div dir="ltr"><div style>Hi,</div><div style><br></div><div style>just a comment about two boost installations, because I always fight with that again.</div><div style>If you have two boost installations (in my case 1.46 in /usr and 1.5 in /opt/software/external) the headers and the libs may become mixed.</div>
<div style><br></div><div style>For example, instead of </div><div style><br></div><div style><font color="#ff0000">find_package( Boost COMPONENTS thread)</font></div><div style><font color="#ff0000">rock_library(iodrivers_base</font></div>
<div style><font color="#ff0000">    DEPS_CMAKE Boost</font></div><div style><font color="#ff0000">    or</font></div><div style><font color="#ff0000">    DEPS_PLAIN Boost</font></div><div style><font color="#ff0000">)</font></div>
<div style><br></div><div style>do this</div><div style><br></div><div style><div><font color="#38761d">find_package( Boost COMPONENTS thread)</font></div><div><font color="#38761d">rock_library(iodrivers_base</font></div>
<div><font color="#38761d">    LIBS ${Boost_THREAD_LIBRARY}</font></div><div><font color="#38761d">    or</font></div><div><font color="#38761d">    DEPS_PLAIN ${Boost_THREAD_LIBRARY}</font></div><div style><font color="#38761d">    or</font></div>
<div style><font color="#38761d">    DEPS_PLAIN Boost_THREAD_LIBRARY<br></font></div><div><font color="#38761d">)</font></div></div><div style><br></div>Best regrads,<div>Stefan<br clear="all"><div><br></div>-- <br> Dipl.-Inf. Stefan Haase<br>
 Space Robotics and Animation<br> <br>Standort Bremen:<br> DFKI GmbH<br> Robotics Innovation Center<br> Robert-Hooke-Straße 5<br> 28359 Bremen, Germany<br> <br> Phone: +49 (0)421 178 45-4108<br> Fax:   +49 (0)421 178 45-4150<br>
 E-Mail: <a href="mailto:Stefan.Haase@dfki.de" target="_blank">Stefan.Haase@dfki.de</a><br> <br> Weitere Informationen: <a href="http://www.dfki.de/robotik" target="_blank">http://www.dfki.de/robotik</a><br> -----------------------------------------------------------------------<br>
 Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH<br> Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern<br> Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster <br> (Vorsitzender) Dr. Walter Olthoff<br>
 Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes<br> Amtsgericht Kaiserslautern, HRB 2313<br> Sitz der Gesellschaft: Kaiserslautern (HRB 2313)<br> USt-Id.Nr.:    DE 148646973<br> Steuernummer:  19/673/0060/3<br>
 -----------------------------------------------------------------------
</div></div>