Subject: [0xFF] GridFlow 0.6.2
Here is a new release of GridFlow (a multi-dimensional dataflow processing library for Ruby, jMax and PureData, specialized in pictures and video)
http://artengine.ca/jmax/gridflow/
http://artengine.ca/jmax/gridflow/download/gridflow-0.6.2.tar.gz
Reminder: i am on channels #jmax,#ruby-lang on IRC.FreeNode.Net
version 0.6.2 (2002.09.17):
Mathieu Bouchard http://artengine.ca/matju
_
hi,
that's good news, the availability for PD, but a little problem occured when configuring the package :
./configure --puredata-dist-dir /usr/local/pd
unknown option "--puredata-dist-dir"
usage: ./configure [--jmax-dist-dir directory] [--jmax-arch arch] [--puredata-dist-dir directory] [--debug] [--no-fast] [--no-jmax25] [--no-jmax30] [--no-libruby] [--no-librubystatic] [--no-mpeg] [--no-mpeg3] [--no-pentium] [--no-profiler] [--no-puredata] [--no-quicktime] [--no-sdl] [--no-videodev] [--no-x11] [--no-x11_shm]
wottodo !??
best,
sevy/yves
Mathieu Bouchard wrote:
Subject: [0xFF] GridFlow 0.6.2
Here is a new release of GridFlow (a multi-dimensional dataflow processing library for Ruby, jMax and PureData, specialized in pictures and video)
http://artengine.ca/jmax/gridflow/ http://artengine.ca/jmax/gridflow/download/gridflow-0.6.2.tar.gz
Reminder: i am on channels #jmax,#ruby-lang on IRC.FreeNode.Net
version 0.6.2 (2002.09.17):
- jMax objects written in (or using) Ruby now can work in PureData too.
- new format: SDL (portable output to window)
- can now compile bridges without libruby.so
- changed grid-protocol: added direct object-to-object streaming.
- bug: gridflow's clock tick back to a decent value (sorry)
- all inlets supporting grids also convert int/float as 0-D grids
- @fold and @scan now accept grids in right inlet and constructor
- @convolve is 2-3 times faster
- %,swap% are now called rem,swaprem; new %,swap% is the true modulo.
- @for now allows vectorial from/to/step values
- @identity_transform removed, change to eg: [@for{0 0}{240 320}{1 1}]
- PD users: grid literals are written like: [@for ( 0 0 ) ( 240 320 ) ( 1 1 )] with all those spaces
- @inner,@inner2,@convolve can take right inlet grid as 4th argument
- re-enabled and improved the memory leak detector (use --debug)
- fixed many bugs and leaks
- fixed bugs in @store
- added sample: zoom.pd
Mathieu Bouchard http://artengine.ca/matju
_
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
On Wed, 18 Sep 2002, Yves Degoyon wrote:
hi, that's good news, the availability for PD, but a little problem occured when configuring the package : ./configure --puredata-dist-dir /usr/local/pd unknown option "--puredata-dist-dir" wottodo !??
Sorry, the --puredata-dist-dir option has been removed because it was useless; I originally calqued PD support on jMax's, and jMax does not install its ".h" files, but PD does...
(fixing the "usage" help right now)
If ./configure still does not find .h files, then send me the relevant section from your config.log file.
Bonne chance!
matju
Sorry, the --puredata-dist-dir option has been removed because it was useless; I originally calqued PD support on jMax's, and jMax does not install its ".h" files, but PD does...
maybe, but i work with a source tree just to tinker a little bit, thus no .h files are installed.
it was a better option to indicate the PD directory, my opinion.
but, anyway, i went through this, now i've got this error at loading time :
/usr/local/pd/gridflow/gridflow.pd_linux: undefined symbol: __gxx_personality_v0
help much appreciated, i'm eager to try this out !!
best,
sevy/yves
On Wed, 18 Sep 2002, Yves Degoyon wrote:
Sorry, the --puredata-dist-dir option has been removed because it was useless; I originally calqued PD support on jMax's, and jMax does not install its ".h" files, but PD does...
maybe, but i work with a source tree just to tinker a little bit, thus no .h files are installed. it was a better option to indicate the PD directory, my opinion.
I'll put it in my TODO, but I think you should C_INCLUDE_PATH and CPLUS_INCLUDE_PATH environment variables instead.
but, anyway, i went through this, now i've got this error at loading time : /usr/local/pd/gridflow/gridflow.pd_linux: undefined symbol: __gxx_personality_v0
I have never seen this error message and I don't know what it means.
Could you give me general info about your machine, OS, compiler version, libc, etc...
matju
but, anyway, i went through this, now i've got this error at loading time :
/usr/local/pd/gridflow/gridflow.pd_linux: undefined symbol: __gxx_personality_v0
ok, i've fixed that, another c++ compiler installation problem.... n o t y o u r c o d e...
searching help patches now... can only find zoom.pd... any hope there will be more soon ??
best,
sevy/yves
On Wed, 18 Sep 2002, Yves Degoyon wrote:
but, anyway, i went through this, now i've got this error at loading time : /usr/local/pd/gridflow/gridflow.pd_linux: undefined symbol: __gxx_personality_v0
ok, i've fixed that, another c++ compiler installation problem.... n o t y o u r c o d e... searching help patches now... can only find zoom.pd... any hope there will be more soon ??
zoom.pd is a _sample_ patch, not a help patch, and is a rewrite of zoom.jmax; i don't have the time to translate everything... maybe a jmax-to-pd transcoder program would be nice?
matju