I am getting this error when trying to compile my code.
"debug/libns3.so: undefined reference to `typeinfo for
ns3::RealtimeSimulatorImpl'
debug/libns3.so: undefined reference to
`ns3::RealtimeSimulatorImpl::ScheduleRealtimeNowWithContext(unsigned
int, ns3::EventImpl*)'
collect2: ld returned 1 exit status
Waf: Leaving directory `/home/smokie/simulador/copia/build'
Build failed: -> task failed (err #1):
{task: cxx_link uan-cw-example_1.o -> uan-cw-example}"
Anyone can help me?
Thanks!
Regards,
Mauro
Hi Mauro, are you using ns-3-dev or a release? Are you using waf?
Vedran
Vedran
--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To post to this group, send email to ns-3-...@googlegroups.com.
To unsubscribe from this group, send email to ns-3-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ns-3-users?hl=en.
Sorry, I don't have much experience with non-modular ns-3, but this is
a linking issue and it seems that your headers and libraries are not
the same version.
Vedran
Mm, do you know how can verify it?
Vedran
--
You received this message because you are subscribed to the Google Groups "ns-3-users" ...
If this doesn't help, than somehow your project isn't linked to right libraries.
Vedran
2011/12/9 Mauro González <magoc...@gmail.com>:
--