On Tue, 11 Oct 2005, Gerda Strobl wrote:
root@/home/gerda/externals/gridflow ./configure /usr/bin/env: ruby: No such file or directory
There should be an executable called ruby, and it should also correspond to the default libruby.so that will be found (sorry, I'm not into the libtool black magic so running GridFlow with several versions of Ruby might be a bit difficult)
ruby: /usr/bin/ruby1.8 /usr/lib/ruby Where to put ruby?
(cd /usr/bin; ln -s ruby1.8 ruby)
you mean add this in your Makefil.gv? PD-PATH=/usr/lib/pd PD-SCR=/home/gerda/download/pd-0.38-4
PD-PATH and PD-SCR are not recognised make-variables nor env-variables. I meant exactly the long names that are in the doc. Easiest is to set them from ~/.bashrc using the "export" command and restart your shell. You may also type "export" commands from the commandline just before doing ./configure and make, too.
You don't need the path to Pd's source at all.
Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju Freelance Digital Arts Engineer, Montréal QC Canada