我尝试在 ubuntu 14.04 上安装 ns-2.35。但是遇到了这样的问题
In file included from /home/mouli/ns-allinone-2.35/tk8.5.10/unix/../generic/tkInt.h:19:0,
from /home/mouli/ns-allinone-2.35/tk8.5.10/unix/../generic/tk3d.c:14:
/home/mouli/ns-allinone-2.35/tk8.5.10/unix/../generic/tk.h:76:23: fatal error: X11/Xlib.h: No such file or directory
compilation terminated.
make: *** [tk3d.o] Error 1
tk8.5.10 make failed! Exiting ...
For problems with Tcl/Tk see http://www.scriptics.com
mouli@ubuntu:~/ns-allinone-2.35$ ^C
mouli@ubuntu:~/ns-allinone-2.35$
答案1
您应该安装libx11
。运行以下命令:
sudo apt-get install libx11-dev
此软件包提供了 X Window 系统(也称为 )的客户端接口Xlib
。它为窗口系统的基本功能提供了完整的 API。