Last? First! Damn!

jplindstrom on 2005-07-19T15:47:17

Suddenly Doxygen complains about not being able to read the GraphViz-created images. Somehow an older version of GV had gone into the path, and this no longer seemed so great:

Env::Path->PATH->Append( File::Spec->rel2abs("../win/GraphViz/bin") );


Changing Append to Prepend => happy face again.