From: Hedayat V. <hed...@gm...> - 2011-05-13 13:24:16
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Hi Huan Yaolong,<br> <br> <br> <span> <style type="text/css">blockquote {color: navy !important; background-color: RGB(245,245,245) !important; padding: 0 15 10 15 !important; margin: 15 0 0 0; border-left: #1010ff 2px solid;} blockquote blockquote {color: maroon !important; background-color: RGB(235,235,235) !important; border-left-color:maroon !important} blockquote blockquote blockquote {color: green !important; background-color: RGB(225,225,225) !important; border-left-color:teal !important} blockquote blockquote blockquote blockquote {color: purple !important; background-color: RGB(215,215,215) !important; border-left-color: purple !important} blockquote blockquote blockquote blockquote blockquote {color: teal !important; background-color: RGB(205,205,205) !important; border-left-color: green !important}</style><i><b>Huang Yaolong <a class="moz-txt-link-rfc2396E" href="mailto:air...@gm..."><air...@gm...></a></b></i> wrote on 05/11/2011 6:30:28 PM +0450:</span><br> <blockquote style="color: navy; background-color: rgb(245, 245, 245); padding-left: 15px; border-left: 2px solid rgb(16, 16, 255);" cite="mid:BAN...@ma..." type="cite">Hi, Hedayat.<br> <br> I have compiled simspark 0.2.2 and rcssserver3d 0.6.5 from source under OpenSUSE 11.2(32 bits) and CentOS 5.4(x86_64) successfully.<br> <br> Under OpenSUSE, if I run rcssserver, when import odeimps bundle, the dlopen would fail to load odeimps, and after output the error by dlerror, I get the following error:<br> <blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">(SharedLibrary) ERROR: dlopen failed for odeimps with:�������������������� <br> ������� /usr/local/lib/simspark/odeimps.so: undefined symbol: _ZN3tbb8internal19allocate_root_proxy8allocateEj���� �<br> </blockquote> This error will appear if I run it under CentOS.<br> Fixing this bug requires add -ltbb flags to the target_link_libraries in the CMakeLists.txt of rcssserver3d, rcssmonitor3d and rcssagent3d.<br> </blockquote> Thank you for your report. The above problem is supposed to be solved in simspark/spark SVN. Could you please check to see if it is actually resolved? If not, you might try adding ${ODE_LDFLAGS} to target_link_libraries in the mentioned directories to see if it'll solve the problem.<br> <br> <br> <blockquote style="color: navy; background-color: rgb(245, 245, 245); padding-left: 15px; border-left: 2px solid rgb(16, 16, 255);" cite="mid:BAN...@ma..." type="cite"> <br> Also, compile simspark under CentOS requires adding -lIL flags to target_link_libraries of� the inputtest, fonttest and scenetest.<br> <br> I think this is strange, is there any other guys meeting this problem??<br> <br> Anyway, now I can run the new release smoothly. :)<br> <br> </blockquote> :) Happy to hear that. I'll add the required linker flags to test apps.<br> <br> Regards,<br> Hedayat<br> <br> <blockquote style="color: navy; background-color: rgb(245, 245, 245); padding-left: 15px; border-left: 2px solid rgb(16, 16, 255);" cite="mid:BAN...@ma..." type="cite"> -- <br> Best regards,<br> Yaolong Huang(Curtis)<br> <br> Tianjin University, China<br> <br> Blog: <a moz-do-not-send="true" href="http://blog.csdn.net/airekans/">http://blog.csdn.net/airekans/</a><br> </blockquote> </body> </html> |