lourenzo / canviz

Automatically exported from code.google.com/p/canviz
0 stars 0 forks source link

Makefile fails if "dot" is not found in the $PATH #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by ryandesi...@gmail.com on 18 Mar 2010 at 1:00

GoogleCodeExporter commented 9 years ago
Issue 67 has been merged into this issue.

Original comment by ryandesi...@gmail.com on 30 Sep 2011 at 8:12