Advertisement
Guest User

error in ns installation

a guest
Jul 29th, 2010
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. *LOADS* ~ infinitely many warnings like this
  2.  
  3. ./common/packet.h:255: warning: deprecated conversion from string constant to ‘char*’
  4. ./common/packet.h:258: warning: deprecated conversion from string constant to ‘char*’
  5. ./common/packet.h:261: warning: deprecated conversion from string constant to ‘char*’
  6. ./common/packet.h:264: warning: deprecated conversion from string constant to ‘char*’
  7. ./common/packet.h:266: warning: deprecated conversion from string constant to ‘char*’
  8.  
  9. and finally :
  10. queue/red.cc: In member function ‘virtual void REDQueue::trace(TracedVar*)’:
  11. queue/red.cc:874: error: invalid conversion from ‘const char*’ to ‘char*’
  12. queue/red.cc:875: error: invalid conversion from ‘const char*’ to ‘char*’
  13. queue/red.cc:876: error: invalid conversion from ‘const char*’ to ‘char*’
  14. queue/red.cc:877: error: invalid conversion from ‘const char*’ to ‘char*’
  15. make: *** [queue/red.o] Error 1
  16. Ns make failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement