Hello All,
I'm trying to view the movement of wireless nodes using netanim, but i get the fault when i run the simulation
examples/my-simulation/m-kodo-wifi-broadcast.cc.4.o: In function `main':
/home/ahmad/ns-3-dev/build/../examples/my-simulation/m-kodo-wifi-broadcast.cc:290: undefined reference to `ns3::AnimationInterface::AnimationInterface(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
/home/ahmad/ns-3-dev/build/../examples/my-simulation/m-kodo-wifi-broadcast.cc:291: undefined reference to `ns3::AnimationInterface::EnablePacketMetadata(bool)'
/home/ahmad/ns-3-dev/build/../examples/my-simulation/m-kodo-wifi-broadcast.cc:290: undefined reference to `ns3::AnimationInterface::~AnimationInterface()'
/home/ahmad/ns-3-dev/build/../examples/my-simulation/m-kodo-wifi-broadcast.cc:290: undefined reference to `ns3::AnimationInterface::~AnimationInterface()'
collect2: error: ld returned 1 exit status
Can you help me?