Re: [PD] ERROR building pd-0.41.4_EXTENDED from source on OSX snow leopard

2010-05-13 Thread Hans-Christoph Steiner
Yeah, sometimes those tarballs fail to be found. I search for them by filename, download them manually, then put them in /sw/src. Here's one: http://sunsite.bilkent.edu.tr/pub/apache/apr/apr-1.3.3.tar.gz .hc On May 9, 2010, at 3:56 PM, t'es in t'es bat wrote: Hello hans, hello all i try

Re: [PD] ERROR building pd-0.41.4_EXTENDED from source on OSX snow leopard

2010-05-06 Thread Hans-Christoph Steiner
First, try to get everything in Fink built in 'stable' mode, then try updating when in 'unstable' mode. Also, I find it useful to install the binary packages first using 'apt-get install'. And yes, building all the libs for Pd-extended on Mac OS X is complicated. :) Its quite easy on

Re: [PD] ERROR building pd-0.41.4_EXTENDED from source on OSX snow leopard

2010-04-30 Thread Hans-Christoph Steiner
You need to install everything if you want to build all of Pd- extended. Its a non-trivial process, but its documented here: http://puredata.info/docs/developer/MacOSXFink .hc On Apr 29, 2010, at 3:29 PM, t'es in t'es bat wrote: Hello Hans, Thanks for helping, unfortunately i got

Re: [PD] ERROR building pd-0.41.4_EXTENDED from source on OSX snow leopard

2010-04-29 Thread Hans-Christoph Steiner
I just noticed that you are trying to build 0.41.4. I think you'll have better luck with 0.42.5, so try this: http://puredata.info/docs/developer/GettingPdSource Specifically, something like this in the Terminal: rsync -av --delete rsync://128.238.56.50/distros/pd-extended/ pd- extended/

Re: [PD] ERROR building pd-0.41.4_EXTENDED from source on OSX snow leopard

2010-04-29 Thread t'es in t'es bat
Hello Hans, Thanks for helping, unfortunately i got errors : cc -g -O2 -DPD -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -DDL_OPEN -DMACOSX -DUNISTD -I/usr/X11R6/include -I../portaudio/include -I../portaudio/src/common -I../portaudio/src/os/mac_osx/

Re: [PD] ERROR building pd-0.41.4_EXTENDED from source on OSX snow leopard

2010-04-29 Thread IOhannes m zmoelnig
On 2010-04-29 21:29, t'es in t'es bat wrote: Hello Hans, Thanks for helping, unfortunately i got errors : cc -g -O2 -DPD -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -DDL_OPEN -DMACOSX -DUNISTD -I/usr/X11R6/include -I../portaudio/include -I../portaudio/src/common

[PD] ERROR building pd-0.41.4_EXTENDED from source on OSX snow leopard

2010-04-28 Thread t'es in t'es bat
Hello, i'll try to build from source i follow the howto from the pd.info website. and i got this: new-host-4:~ lepole$ cd /Users/lepole/Desktop/Pd-0.41.4-extended/packages/darwin_app new-host-4:darwin_app lepole$ make install make package cat Info.plist.in | \ sed

Re: [PD] ERROR building pd-0.41.4_EXTENDED from source on OSX snow leopard

2010-04-28 Thread Hans-Christoph Steiner
Update your source code with rsync or svn update. That's been fixed. .hc On Apr 28, 2010, at 6:47 AM, t'es in t'es bat wrote: Hello, i'll try to build from source i follow the howto from the pd.info website. and i got this: new-host-4:~ lepole$ cd /Users/lepole/Desktop/Pd-0.41.4-extended/