Open GoogleCodeExporter opened 8 years ago
Hi,
Not sure if this is the way to do it, but i did get it to compile on 11.10
64bit. The problem doesn't seem to be with SDL.h. Moving SDL to the end of the
list in target linking of CMakeLists.txt (line 35):
target_link_libraries(ardrone_driver vlib pc_ardrone sdk SDL)
it now gives me a ardrone_driver in the bin folder. Hope this helps, unless
there is a better way to do this?
Original comment by dehann.f...@gmail.com
on 3 Mar 2012 at 9:40
I actually just figured that put a couple of weeks ago. Should have posted that
here. What is baffling though is why on Ubuntu 10.04 64 bit the provided cmake
file worked in the first place?
Original comment by 3dey....@gmail.com
on 3 Mar 2012 at 9:49
It seems there were a couple of linking order problems around SDL in 11.10, not
just restricted to ROS. Maybe the same is happing with other packages.. Think a
subtle change may have crept into the compiling and linking functions.
Original comment by dehann.f...@gmail.com
on 4 Mar 2012 at 9:14
Original issue reported on code.google.com by
3dey....@gmail.com
on 25 Jan 2012 at 9:01