Bugzilla – Bug 1323
ns-3 docs don't build
Last modified: 2011-12-27 16:12:13 UTC
make latexpdf doesn't work for the folders ns-allinone-3.13/ns-3.13/doc/manual/ and ns-allinone-3.13/ns-3.13/doc/tutorial The pdf doc is generated but is incomplete. The following is the error message for ns-allinone-3.13/ns-3.13/doc/tutorial ! Package pdftex.def Error: File `figures/cwnd.png' not found. and for ns-allinone-3.13/ns-3.13/doc/manual/ LaTeX Warning: File `figures/software-organization.*' not found on input line 1 45. ! LaTeX Error: Unknown graphics extension: .*.
This turned out to be a bug in the dist.py script used to build the release tarball. Fix is here: http://code.nsnam.org/ns-3-allinone/rev/a2dbb487c6bc To fix your release of ns-3.13 directly, perform the following: cd doc/manual/source ln -s ../figures cd ../../tutorial/source ln -s ../figures