i reconfigured and re-compiled and changed the makefile to produce
.pd_darwin
but i am not sure i am on the right track
/Users/patrickp/pd/bin/pd -lib ~/pd/GRIDFLOW/gridflow load_object: Symbol "_gridflow_setup" not found /Users/patrickp/pd/GRIDFLOW/gridflow: can't load library
So i have not got it working properly yet
On Apr 25, 2005, at 6:03 PM, Samuel Brialey Burt wrote:
There is definitely a gridflow.bundle file.
sb
On Mon, 25 Apr 2005 17:44:27 -0400, "Patrick Pagano" bigswift@ufl.edu said:
as it would be from CVS teh file it produces is .bundle ? renaming it did not work :-)...at least for me
On Apr 25, 2005, at 5:42 PM, Samuel Brialey Burt wrote:
By coincidence, I was trying to install gridflow in OS X 10.3, today, because a visual artist hear at Peabody wanted to try it out. I got all the way up to the "make install" process. It returned the
information that you can find at the bottom of this message.Not only this, the process corrupted my Pd installation (found at pcm.peabody.jhu.edu/~sburt) so that no externals would load. "libraryname: can't load library" for example.
So, I tried with a fresh install of Pd to do something a bit
different. I noticed the installer had left a gridflow.pd_darwin. So, I tried just dropping it in my "extras" folder. That's when I learned that
there's more to gridflow than just having the prereqs installed and the
binary. So, it appears that I need at the very least gridflow.so to be in the right place according to:setting up Ruby-for-PureData... we are using Ruby version 1.6.8 (done) ERROR: Cannot load GridFlow-for-Ruby (gridflow.so)
Although I haven't found gridflow.so at all. I'm thinking the
makefile was supposed to generate it?I hope the feedback helps. Please assist if possible.
Samuel Burt
results of sudo make install:
install -c -p -m 0755 gridflow.bundle /sw/lib/ruby/site_ruby/1.8/powerpc-darwin mkdir -p /sw/lib/ruby/site_ruby/1.8/gridflow//base/ install -m 644 base/main.rb /sw/lib/ruby/site_ruby/1.8/gridflow//base//main.rb install -m 644 base/flow_objects.rb /sw/lib/ruby/site_ruby/1.8/gridflow//base//flow_objects.rb install -m 644 base/test.rb /sw/lib/ruby/site_ruby/1.8/gridflow//base//test.rb install -m 644 base/source_filter.rb /sw/lib/ruby/site_ruby/1.8/gridflow//base//source_filter.rb install -m 644 base/MainLoop.rb /sw/lib/ruby/site_ruby/1.8/gridflow//base//MainLoop.rb mkdir -p /sw/lib/ruby/site_ruby/1.8/gridflow//bridge/ install -m 644 bridge/puredata.rb /sw/lib/ruby/site_ruby/1.8/gridflow//bridge//puredata.rb mkdir -p /sw/lib/ruby/site_ruby/1.8/gridflow//format/ install -m 644 format/main.rb /sw/lib/ruby/site_ruby/1.8/gridflow//format//main.rb mkdir -p /sw/lib/ruby/site_ruby/1.8/gridflow//extra/ install -m 644 extra/smpte.rb /sw/lib/ruby/site_ruby/1.8/gridflow//extra//smpte.rb install -m 644 extra/server_2.rb /sw/lib/ruby/site_ruby/1.8/gridflow//extra//server_2.rb install -m 644 extra/server_1_grid.rb /sw/lib/ruby/site_ruby/1.8/gridflow//extra//server_1_grid.rb install -m 644 extra/server_1_ppm.rb /sw/lib/ruby/site_ruby/1.8/gridflow//extra//server_1_ppm.rb install -m 644 extra/jmax_format.rb /sw/lib/ruby/site_ruby/1.8/gridflow//extra//jmax_format.rb install -m 644 extra/puredata_format.rb /sw/lib/ruby/site_ruby/1.8/gridflow//extra//puredata_format.rb cp bin/jmax2pd /sw/bin; chmod 755 /sw/bin/jmax2pd mkdir -p /Applications/Pd-0.38-3.app/Contents/Resources/lib/pd/doc/ 5.reference/ gridflow cp pd_help/*.pd /Applications/Pd-0.38-3.app/Contents/Resources/lib/pd/doc/ 5.reference/ gridflow cp gridflow.pd_darwin pd_abstractions/*.pd /Applications/Pd-0.38-3.app/Contents/Resources/lib/pd/extra usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN directory make: *** [puredata-install] Error 64 -- Samuel Brialey Burt samuelburt@elitemail.org
Patrick Pagano, B.S.,M.F.A Candidate Research And Development Assistant Digital Worlds Institute University Of Florida (352) 294-2070
-- Samuel Brialey Burt samuelburt@elitemail.org
Patrick Pagano, B.S.,M.F.A Candidate Research And Development Assistant Digital Worlds Institute University Of Florida (352) 294-2070