Hi friends.

I've tried to follow the guide of Pedro Vale Estrela to install the necessary 
sw for debugging in ns-2. The guide is in this page:

http://tagus.inesc-id.pt/~pestrela/ns2/ns2_debugging2.html


I encountered problems during step 2, i.e. add TK support.
The patches available are intended for ns-2.28 but currently, I have ns-2.31 
installed on my computer. Anyway, this is the error message that appears when I 
try to run the make command:


common/tkAppInit.cc:57:27: error: bitmap/play.xbm: No such file or directory
common/tkAppInit.cc:58:27: error: bitmap/stop.xbm: No such file or directory
common/tkAppInit.cc:59:29: error: bitmap/rewind.xbm: No such file or directory
common/tkAppInit.cc:60:25: error: bitmap/ff.xbm: No such file or directory
common/tkAppInit.cc: In function 'void loadbitmaps(Tcl_Interp*)':
common/tkAppInit.cc:65: error: 'play_bits' was not declared in this scope
common/tkAppInit.cc:65: error: 'play_width' was not declared in this scope
common/tkAppInit.cc:65: error: 'play_height' was not declared in this scope
common/tkAppInit.cc:67: error: 'stop_bits' was not declared in this scope
common/tkAppInit.cc:67: error: 'stop_width' was not declared in this scope
common/tkAppInit.cc:67: error: 'stop_height' was not declared in this scope
common/tkAppInit.cc:70: error: 'rewind_bits' was not declared in this scope
common/tkAppInit.cc:70: error: 'rewind_width' was not declared in this scope
common/tkAppInit.cc:70: error: 'rewind_height' was not declared in this scope
common/tkAppInit.cc:72: error: 'ff_bits' was not declared in this scope
common/tkAppInit.cc:72: error: 'ff_width' was not declared in this scope
common/tkAppInit.cc:72: error: 'ff_height' was not declared in this scope
make: *** [common/tkAppInit.o] Error 1

Can someone please help? What do I need in order to fix this?

Regards

Vinh Pham

Reply via email to