[ndnSIM] ndnSIM 2.0 compiling error

Spyridon (Spyros) Mastorakis spiros.mastorakis at gmail.com
Wed Jan 14 15:50:10 PST 2015


Hello Marco,

First of all, I would like to ask which is the operating system that you are using. Secondly, I would also like to ask whether you downloaded the new NS-3 version that is uploaded in the “ndnSIM" branch here: 

https://github.com/cawka/ns-3-dev-ndnSIM <https://github.com/cawka/ns-3-dev-ndnSIM>

Thank you very much in advance for your answer.

--
Spyridon (Spyros) Mastorakis
Personal Website: http://cs.ucla.edu/~mastorakis/
Internet Research Laboratory
PhD Computer Science
UCLA




> On Jan 14, 2015, at 3:36 PM, marco.ulgelmo at aol.com wrote:
> 
> I've tried to compile the ns-3 module in ndnSIM for some hours.
> 
> I keep getting the error:
> 
> In file included from ../src/ndnSIM/model/ndn-ns3.cpp:20:0:
> ../src/ndnSIM/model/ndn-ns3.hpp:32:10: error: ‘shared_ptr’ in namespace ‘std’ does not name a type
>    static std::shared_ptr<const T>
>           ^
> ../src/ndnSIM/model/ndn-ns3.cpp:34:39: error: no ‘std::shared_ptr<const _Tp> ns3::ndn::Convert::FromPacket(ns3::Ptr<ns3::Packet>)’ member function declared in class ‘ns3::ndn::Convert’
>  Convert::FromPacket(Ptr<Packet> packet)
>                                        ^af 
> ../src/ndnSIM/model/ndn-ns3.cpp:46:10: error: no matching template for ‘ns3::ndn::Convert::FromPacket’ found
>  Convert::FromPacket<Interest>(Ptr<Packet> packet);
>           ^
> ../src/ndnSIM/model/ndn-ns3.cpp:46:20: error: expected ‘;’ before ‘<’ token
>  Convert::FromPacket<Interest>(Ptr<Packet> packet);
>                     ^
> ../src/ndnSIM/model/ndn-ns3.cpp:49:10: error: no matching template for ‘ns3::ndn::Convert::FromPacket’ found
>  Convert::FromPacket<Data>(Ptr<Packet> packet);
>           ^
> ../src/ndnSIM/model/ndn-ns3.cpp:49:20: error: expected ‘;’ before ‘<’ token
>  Convert::FromPacket<Data>(Ptr<Packet> packet);
> 
> I am using compiler version 4.8.2, boost library version 1.54. I tried both ./waf configure with -d optimization and without.
> I've seen that this error is due to c++ not compiling c++11 statement but compiler flags in ./waf configure are correct and both -std=c++0x and -std=c++11x are set. I tried also with gcc and g++ version 4.4, 4.6 and 4.7 but i keep getting other errors (different than that).
> 
> Thanks,
> Marco
> _______________________________________________
> ndnSIM mailing list
> ndnSIM at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20150114/a20bb61e/attachment.html>


More information about the ndnSIM mailing list