Hi list, James, Patrick!
Any chance you people could share that OSX binary of Gridflow, providing people have the necessary libs installed (just like OS X PDP is distributed nowadays)?
Cheers~ I.
From: james tittle tigital@mac.com Date: April 25, 2005 7:28:45 PM GMT+01:00 To: Patrick Pagano bigswift@ufl.edu Cc: "pd-list@iem.at pd-list@iem.at" pd-list@iem.at Subject: Re: [PD] gridflow for pd OS X
On Apr 24, 2005, at 9:19 PM, Patrick Pagano wrote:
been struggling this evening with getting gridflow to compile on OS X anyone have a success story with this yet?
...it runs, that's for sure! but without much other description of
what you've been struggling with, I can only describe some of the
things that I did:
- http://artengine.ca/gridflow/latest/doc/install.html
- grab the cvs
- at the moment, gridflow depends on fink for some software: I use
fink's ruby 1.8.1, ruby18-dev, libjpeg, and perhaps other stuff:
check the page above for other stuff... 4. here's what I use for prepare the compile environment (they depend
on pd having been installed by "make" & "make install", where you have
selected your home directory as the pd install prefix...this is very
important!):export PATH=/sw/bin:/Users/yourlogin/pd-0.38-4/bin:$PATH export LD_LIBRARY_PATH=/sw/lib:$LD_LIBRARY_PATH export LIBRARY_PATH=/sw/lib:$LIBRARY_PATH export
C_INCLUDE_PATH=/sw/include:/Users/yourlogin/pd-0.38-4/ include:$C_INCLUDE_PATH export
CPLUS_INCLUDE_PATH=/sw/include:/Users/yourname/pd-0.38-4/ include:$CPLUS_INCLUDE_PATH
- then I do:
./configure --no-aalib --prefix=/sw
- then let it compile and don't forget to add "-lib gridflow" to
your .pdrc 7. I also do the following at the new pd ruby prompt:
GridFlow.data_path << "home/projects/gridflow/images" GridFlow.formats[:window] = GridFlow.formats[:quartz]
...the "home/projects/.." should be the path to your
"../gridflow/images" directory, and the second line makes quartz the
default window output...IIRC, this only needs to be typed in once, and
then is remembered at least within the session of pd...enjoy! jamie
From: shree bigswift@ufl.edu Date: April 25, 2005 7:50:18 PM GMT+01:00 To: Mathieu Bouchard matju@artengine.ca Cc: pd-list@iem.at, james tittle tigital@mac.com Subject: Re: [PD] gridflow for pd OS X
i don't think i had set the PATHS correctly. i will try this tonight i built Ruby from source (not fink), that should not matter?
On Apr 25, 2005, at 2:41 PM, Mathieu Bouchard wrote:
On Mon, 25 Apr 2005, james tittle wrote:
- I also do the following at the new pd ruby prompt:
GridFlow.data_path << "home/projects/gridflow/images"
GridFlow.formats[:window] = GridFlow.formats[:quartz]...the "home/projects/.." should be the path to your
"../gridflow/images" directory, and the second line makes quartz the
default window output...IIRC, this only needs to be typed in once,
and then is remembered at least within the session of pd...No, it does not remember it. Lines written in the Ruby prompt are
per-session. To make them permanent, you have to put them in a file
called "~/.gridflow_startup", e.g.
"/Users/patrick/.gridflow_startup".,-o---------o---------o---------o-. ,----.
| | The Diagram is the Program (TM) | |
,-o----------------------------o-.-o-----------------------------o-' | | Mathieu Bouchard (Montréal QC) | | |---' | http://artengine.ca/matju | | |
-o------------------------------' _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-listPatrick Pagano, B.S., M.F.A. Research And Development Assistant Digital Worlds Institute University Of Florida (352) 294-2082
Patrick Pagano, B.S., M.F.A. Research And Development Assistant Digital Worlds Institute University Of Florida (352) 294-2082