aarizaq / inetmanet-3.x

inetmanet branch of inet-framework 2.0
Other
45 stars 73 forks source link

call to constructor of 'omnetpp::cPacketQueue' is ambiguous #39

Open asmaadnane opened 5 years ago

asmaadnane commented 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

KujouOct commented 4 years ago

Same problem, anybody solved this?

KujouOct commented 4 years ago

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)