Subject: | installation |
Installation of GraphViz from www.graphviz.org set the path between
double quotes for windows system.
I think that is not a problem for the system but MakeFile.PL looks for
dot.exe to exists.
In fact, the program gets something like that "C:\where_is_GraphViz\"dot.exe
that never exits and so installation failed.
So adding something like:
$dir ~=s/\"//g ;
before line 36 probably will fix this problem.
Regards.
Charles