Re: [PD] constantq~ - Thomas Grill

2014-08-05 Thread Federico Llach
Hi Dan, Thanks for your fast reply Dan. I've been late to reply since it's a shared computer on a shared space and I have to wait for the administrator to be back (she's on travels) in order to have admin privileges. But I'll definitely try that when she's back and let you know! Thanks! F On We

Re: [PD] constantq~ - Thomas Grill

2014-07-30 Thread Dan Wilcox
I built it on mavericks as universal. Try brew install fftw --universal enohp ym morf tnes -- Dan Wilcox danomatika.com robotcowboy.com On Jul 30, 2014, at 5:42 PM, Federico Llach wrote: > brew install fftw --enable-sse2 --universal ___

Re: [PD] constantq~ - Thomas Grill

2014-07-30 Thread Federico Llach
Hi Thomas / hi all, As a follow-up, plus a question: I was trying to get all of this installed on another computer which is running on OS Mavericks but the "brew install fftw --enable-sse2 --universal" command would only give me the 64 bit installation, as checked with: $ lipo -info /usr/local

Re: [PD] constantq~ - Thomas Grill

2014-07-13 Thread Federico Llach via Pd-list
Hi Thomas, hi all, This worked, finally got it running, thanks for the detailed explanation! All best! Federico On Fri, Jul 11, 2014 at 3:46 AM, Thomas Grill wrote: > > Hi Frederico, > > I think I have all the other necessary requirements (Python and Numpy) but > I am not sure: > - what version

Re: [PD] constantq~ - Thomas Grill

2014-07-11 Thread Thomas Grill via Pd-list
Hi Frederico, > I think I have all the other necessary requirements (Python and Numpy) but I > am not sure: > - what version of the file I should download from > http://g.org/data/dev/ext/macos/pd/ . I am running on Mac OS X Snow > Leopard 10.6.8 start the terminal program and run the fol

Re: [PD] constantq~ - Thomas Grill

2014-07-07 Thread Federico Llach via Pd-list
sr/local/Cellar/fftw/3.3.4/lib/libfftw3.3.dylib are: i386 x86_64 > > For future reference, the --universal brew command works with almost all > formulas. > > On Jul 5, 2014, at 9:09 AM, via Pd-list wrote: > > *From: *Rafael Vega via Pd-list > *Subject: **Re: [PD] constantq~

Re: [PD] constantq~ - Thomas Grill

2014-07-05 Thread Dan Wilcox via Pd-list
ylib Architectures in the fat file: /usr/local/Cellar/fftw/3.3.4/lib/libfftw3.3.dylib are: i386 x86_64 For future reference, the --universal brew command works with almost all formulas. On Jul 5, 2014, at 9:09 AM, via Pd-list wrote: > From: Rafael Vega via Pd-list > Subject: Re: [PD]

Re: [PD] constantq~ - Thomas Grill

2014-07-05 Thread Rafael Vega via Pd-list
I guess homebrew installed a 64 bit version of the library, not a "universal" or "fat" binary that contains both 32 and 64 builds. Is the external compiled for 32 or 64? if 64, you could use pd-extended 64 and give that a try. On Fri, Jul 4, 2014 at 2:37 PM, Federico Llach wrote: > Ok, that was

Re: [PD] constantq~ - Thomas Grill

2014-07-04 Thread Federico Llach via Pd-list
Ok, that was a step forward—thanks Rafael! Now I do have a libfftw3f.3.dylib file in /usr/local/lib, which is a link file to /usr/local/Cellar/fftw/3.3.4/lib (this seems to be the way Homebrew deals with the installations). However, when I try to create the constantq~ object in Pd-extended I recei

Re: [PD] constantq~ - Thomas Grill

2014-07-04 Thread Rafael Vega via Pd-list
Maybe try to install the library with homebrew? http://brew.sh/ On Fri, Jul 4, 2014 at 12:04 PM, Federico Llach via Pd-list < pd-list@lists.iem.at> wrote: > Hi Thomas, > > Ooops, here it is attached. > > Thanks, > > Federico Llach > > +1 (805) 636-4307 <%28805%29%20636-4307> > Composer, Double

Re: [PD] constantq~ - Thomas Grill

2014-07-04 Thread Thomas Grill via Pd-list
Sorry, can’t find the terminal output. gr~~~ Am 04.07.2014 um 08:03 schrieb Federico Llach : > Indeed, the ./configure --help gave some options, one of which was > ./configure --enable-single > But no luck with this one either... > Any other clues? > I attach my Terminal session—for ease of read

Re: [PD] constantq~ - Thomas Grill

2014-07-03 Thread Federico Llach via Pd-list
Indeed, the ./configure --help gave some options, one of which was ./configure --enable-single But no luck with this one either... Any other clues? I attach my Terminal session—for ease of reading I've bolded my inputs. Thanks! Federico Llach +1 (805) 636-4307 <%28805%29%20636-4307> Composer, Do

Re: [PD] constantq~ - Thomas Grill

2014-07-03 Thread Thomas Grill via Pd-list
Hi Frederico, please note that libfftw3f.dylib refers to the single precision version of the FFTW3 library. As far as i remember, this needs to be explicitly specified when running ./configure , e.g. by using some flag like --single. See ./configure --help gr~~~ -- Thomas Grill http://g.org

Re: [PD] constantq~ - Thomas Grill

2014-07-02 Thread Federico Llach via Pd-list
Hi Thomas, No, I don't have that file in that folder! I'll look at the FAQ for Installation, but I can say sometimes there are terms I don't understand. Any suggestions that come to mind? Thanks, Federico Llach +1 (805) 636-4307 <%28805%29%20636-4307> Composer, Double Bass player www.federicoll

Re: [PD] constantq~ - Thomas Grill

2014-07-02 Thread Thomas Grill via Pd-list
Hi Frederico, the question is now: do you have a file /usr/local/lib/libfftw3f.3.dylib or not? If not, the installation of fftw3 was not successful. gr~~~ Am 02.07.2014 um 07:16 schrieb Federico Llach via Pd-list : > Hi all, > > I am new to this list. I am trying to use the Thomas Grill's cons

[PD] constantq~ - Thomas Grill

2014-07-01 Thread Federico Llach via Pd-list
Hi all, I am new to this list. I am trying to use the Thomas Grill's constantq~ but I'm not being successful. I am on Mac OS Snow Leopard 10.6.8. I have downloaded the constantq~-pd_darwin from http://g.org/data/dev/ext/macos/pd/ and dropped it within the Pd-extended path at /Applications/Pd-