On May 20, 2010, at 13:48, Amanda Mays wrote:

> I installed Graphviz with MacPorts as well as the GUI software.  I am on a 
> MacBook using Doxygen.  In the config file, I checked HAVE_DOT and chose 
> /usr/local/share/graphviz
> for the path.  No graphs run.  I get this error:
> 
> Generating graph info page...
> sh: dot: command not found
> Problems running dot: exit code=127, command='dot', 
> arguments='"/Users/amandamays/Documents/Doxygen Documentation 
> Sets/html/graph_legend.dot" -Tpng -o "/Users/amandamays/Documents/Doxygen 
> Documentation Sets/html/graph_legend.png"'
> 
> My dot file is in /usr/local/bin.  What am I doing wrong?  Any help would be 
> appreciated.

MacPorts installs in /opt/local, not /usr/local.

The dot program should be in the directory /opt/local/bin, so that's probably 
the path you have to inform your GUI about.

If you also have a non-MacPorts version of Graphviz (or anything else, for that 
matter) installed in /usr/local, you should remove that because it could 
interfere with MacPorts.

_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to