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/Cellar/fftw/3.3.4/lib/libfftw3.3.dylib Architectures in the fat file: /usr/local/Cellar/fftw/3.3.4/lib/libfftw3.3.dylib is: x86_64
I feel this is because Mavericks won't "allow" the 32 bit (?).
Constantq~ is giving the same "wrong architecture" message, which makes me think it only runs in 32 bit, or "needs" the 32 bit version of the fftw library.
So, is it possible at all to use constantq~ in a computer running on OS Mavericks?
Thanks,
Federico
On Sun, Jul 13, 2014 at 9:54 PM, Federico Llach federicollach@gmail.com wrote:
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 gr@grrrr.org wrote:
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://grrrr.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 following commands:
- "python —version“ - this will give you the version of your Python
installation
- „which python“ will give you the location of your python installation
The major Python version is important: 2.5, 2.6. oder 2.7 and whether it is a system package (sitting in /usr/bin) or a user installed „local“ version (sitting in /Library/Frameworks/Python.framework)
That’s how you pick the py.pd_darwin-*.zip package. Unzip it and put it into pd’s extra folder.
- where to locate the "binaries to load" in Pd-extended. I can only add
paths or "startup flags" but that hasn't worked—maybe I have the wrong file? I include a screenshot of how my menu looks.
You’ll have to go to File/setup/startup flags and there add „-lib py"
good luck, gr~~~