Robotics StackExchange | Archived questions

Weird compile error using ROS and Gazebo libraries

Hi guys,

Came across the weirdest compile error:

In function `ignition::math::Vector3<double>::operator[](unsigned long) const':
gzwidget.cpp:(.text._ZNK8ignition4math7Vector3IdEixEm[_ZNK8ignition4math7Vector3IdEixEm]+0x2b): undefined reference to `ignition::math::IndexException::IndexException()'   

libgazebo_common.so is throwing this.

What the hell is going on ? Im linking ignition_math2 libraries, people in ignition sent me here.

Thanks

Asked by wicked88 on 2017-03-19 04:25:20 UTC

Comments

people in ignition sent me here.

That is nice of them.

Could you please summarise what they said and include a link to wherever you reported this first?

Asked by gvdhoorn on 2017-03-19 05:01:46 UTC

Answers