HI
when I add a new routing protocol to ns2,the compiles display that
autoconf.f:85:error:namespace 'CPP_NAMESPACE' undeclared
 and there are the code in autoconf.h

/* stl */
 81     #ifdef __cplusplus
 82     #define HAVE_STL 1
83      #define CPP_REQUIRES_NAMESPACE 1
 84     #ifdef CPP_REQUIRES_NAMESPACE
85    using namespace CPP_NAMESPACE;
  86   #endif /* CPP_NAMESPACE */
  87    #endif /* __cplusplus */
 
I do not revised any since I install the ns2 2.27,how this error happened ?
Could any one tell me ? Thanks a lot
Varrick

Reply via email to