Bugzilla – Bug 1355
visualizer dependencies not detected at buildtime
Last modified: 2012-02-15 08:46:00 UTC
I just tried to use pyviz on a system without pygraphviz. At configure time and build time, the visualizer library is built. However, at runtime, when I type (e.g.) ./waf --run wifi-adhoc --vis, I get No visualization support (No module named pygraphviz). Could/should we add dependency checking to ./waf configure to alert people that visualization won't work? e.g. Visualization : not enabled (reason) and suppress the building of visualizer library if the python support is absent?
changeset: 7712:e22640804bf7 tag: tip user: Gustavo J. A. M. Carneiro <gjc@inescporto.pt> date: Tue Feb 14 18:44:16 2012 +0000 summary: Bug 1355 - visualizer dependencies not detected at buildtime
Thanks for fixing this, helps with packaging.