Open asmaadnane opened 5 years ago
I have downloaded inemanet3.5 on omnet 5.5.1
I got one error after the first make:
inet/common/queue/PacketQueue.cc:23:5: error: call to constructor of 'omnetpp::cPacketQueue' is ambiguous cPacketQueue(name, nullptr) ^
Any idea how to fix that ? thanks
Same problem, anybody solved this?
I changed to OMNet++5.4.1 and INET 4.1.2, no error occurred. (before I'm using OMNet++ 5.5.1 and INET 4.2.0 and NESTING, that error occurred when I'm making NESTING)
I have downloaded inemanet3.5 on omnet 5.5.1
I got one error after the first make:
inet/common/queue/PacketQueue.cc:23:5: error: call to constructor of 'omnetpp::cPacketQueue' is ambiguous cPacketQueue(name, nullptr) ^
Any idea how to fix that ? thanks