Hello all:
today I tried to add a new protocol to ns, the new protocol is called:protoname 
in the webpage http://blog.csdn.net/charming520/archive/2009/05/25/4215418.aspx 
,but when I use the make command to generate .o file. I used the Makefile:
protoname.o:protoname.cc protoname.h
    gcc -c protoname.cc 
It seems that all the included file in protoname.h had not been found during 
the edit time.
And I could find a solution,could someone help me?
Thank you and look forward to hearing from you!
the appendix is the errors.

Reply via email to