New issue 59 by ryandesign.com: Makefile fails if "dot" is not found in the
$PATH
http://code.google.com/p/canviz/issues/detail?id=59
If graphviz is not installed, or the path to "dot" is not in the $PATH, and
you "make examples", this
happens:
$ make examples
usage: dirname path
usage: dirname path
find: /share/graphviz/graphs: No such file or directory
examples/hello_world/graph.gv -Txdot -oexamples/hello_world/graph-xdot.gv
make: examples/hello_world/graph.gv: Permission denied
make: *** [examples/hello_world/graph-xdot.gv] Error 1
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Issue 67 has been merged into this issue.