New issue 61 by brianegge: Project missing resources
http://code.google.com/p/canviz/issues/detail?id=61
Doing a checkout and clean build is incomplete.
For example, the pages reference Prototype.js, which does exist in the
project. Prototype could reference the googlecode hosted version. When
running make on Redhat, the graphlist.js file lists no graphs. Multiple
problems prevent running the examples straight after a checkout.
--
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
Please describe each problem.
Prototype.js and other required resources are commonly missing because you
checked out the source code using
Subversion < 1.5; version 1.5 or greater is required.
What make errors do you encounter on Redhat?
I found my graphviz install contained symlinks to the .dot files. Adding
the -follow
to the find command picked up the dot files. I had to fix up the xargs as
well, to
work with my older xargs version.