Ok. I have it compiled and running with the 64bit pd-extended 0.43.1 autobuild. I did something like:
svn checkout http://gridflow.ca/svn/trunk
./configure --use-cpu x86-64 --no-opencv --no-dc1394 --no-libv4l1 --no-libv4l2 --no-mmx --no-mpeg3
make ______________
A couple questions. When I compile with opencv I get: Symbol not found: _cvAdd in the pd-console. So I compiled without opencv. Suggestions to fix? I have opencv installed via fink.
Also in the pd-console I get: GridFlow: can't detect this version of GEM: i=10 j=4 Which I have never seen before so I dont know that that means or how to fix.
Also when i "./configure" i get: [quicktimeapple] Apple's QuickTime: -------------------------------------------> missing (gcc compilation error) Is this a big problem? whats happens if i do: --no-quicktimeapple
cheers m