<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>You need to install everything if you want to build all of Pd-extended. &nbsp;Its a non-trivial process, but its documented here:</div><div><br></div><div><a href="http://puredata.info/docs/developer/MacOSXFink">http://puredata.info/docs/developer/MacOSXFink</a></div><div><br></div><div>.hc</div><br><div><div>On Apr 29, 2010, at 3:29 PM, t'es in t'es bat wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hello Hans,<br>Thanks for helping,&nbsp; <span id="result_box" class="short_text"><span style="background-color: rgb(255, 255, 255);" title="">unfortunately</span></span><br>i got&nbsp; errors :<br>cc -g -O2 -DPD&nbsp; -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -DDL_OPEN -DMACOSX -DUNISTD -I/usr/X11R6/include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -I../portaudio/include -I../portaudio/src/common&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -I../portaudio/src/os/mac_osx/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -I../portmidi/pm_common -I../portmidi/pm_mac&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -I../portmidi/porttime&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -DUSEAPI_PORTAUDIO -DPA19 -DPA_USE_COREAUDIO -DNEWBUFFER -DMACOSX3 -DPA_BIG_ENDIAN -Wno-error -O2 -DUSEAPI_JACK -fast -fPIC -ftree-vectorize -ftree-vectorizer-verbose=2 -march=core2 -msse3 -mssse3 -mfpmath=sse -DINSTALL_PREFIX=\"\"&nbsp; -c -o ../obj/s_audio_jack.o s_audio_jack.c <br> s_audio_jack.c:11:23: error: jack/jack.h: No such file or directory<br>s_audio_jack.c:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘jack_out_max’<br>s_audio_jack.c:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘jack_filled’<br> s_audio_jack.c:26: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token<br>s_audio_jack.c:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token<br>s_audio_jack.c:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token<br> s_audio_jack.c:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘jack_mutex’<br>s_audio_jack.c:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘jack_sem’<br>s_audio_jack.c:39: error: expected ‘)’ before ‘nframes’<br> s_audio_jack.c:94: error: expected ‘)’ before ‘srate’<br>s_audio_jack.c: In function ‘jack_shutdown’:<br>s_audio_jack.c:105: error: ‘jack_client’ undeclared (first use in this function)<br>s_audio_jack.c:105: error: (Each undeclared identifier is reported only once<br> s_audio_jack.c:105: error: for each function it appears in.)<br>s_audio_jack.c: In function ‘jack_get_clients’:<br>s_audio_jack.c:121: warning: implicit declaration of function ‘jack_get_ports’<br>s_audio_jack.c:121: error: ‘jack_client’ undeclared (first use in this function)<br> s_audio_jack.c:121: warning: assignment makes pointer from integer without a cast<br>s_audio_jack.c: In function ‘jack_connect_ports’:<br>s_audio_jack.c:196: error: ‘jack_client’ undeclared (first use in this function)<br> s_audio_jack.c:197: error: ‘JackPortIsOutput’ undeclared (first use in this function)<br>s_audio_jack.c:197: warning: assignment makes pointer from integer without a cast<br>s_audio_jack.c:200: warning: implicit declaration of function ‘jack_connect’<br> s_audio_jack.c:200: warning: implicit declaration of function ‘jack_port_name’<br>s_audio_jack.c:200: error: ‘input_port’ undeclared (first use in this function)<br>s_audio_jack.c:201: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’<br> s_audio_jack.c:206: error: ‘JackPortIsInput’ undeclared (first use in this function)<br>s_audio_jack.c:206: warning: assignment makes pointer from integer without a cast<br>s_audio_jack.c:209: error: ‘output_port’ undeclared (first use in this function)<br> s_audio_jack.c:210: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’<br>s_audio_jack.c: In function ‘jack_open_audio’:<br>s_audio_jack.c:234: error: ‘jack_status_t’ undeclared (first use in this function)<br> s_audio_jack.c:234: error: expected ‘;’ before ‘status’<br>s_audio_jack.c:236: error: ‘jack_client_new’ undeclared (first use in this function)<br>s_audio_jack.c:257: error: ‘jack_client’ undeclared (first use in this function)<br> s_audio_jack.c:262: warning: implicit declaration of function ‘jack_client_open’<br>s_audio_jack.c:262: error: ‘JackNoStartServer’ undeclared (first use in this function)<br>s_audio_jack.c:262: error: ‘status’ undeclared (first use in this function)<br> s_audio_jack.c:263: error: ‘JackServerFailed’ undeclared (first use in this function)<br>s_audio_jack.c:268: error: ‘JackNameNotUnique’ undeclared (first use in this function)<br>s_audio_jack.c:271: error: ‘JackServerStarted’ undeclared (first use in this function)<br> s_audio_jack.c:289: warning: implicit declaration of function ‘jack_set_process_callback’<br>s_audio_jack.c:289: error: ‘process’ undeclared (first use in this function)<br>s_audio_jack.c:291: warning: implicit declaration of function ‘jack_set_error_function’<br> s_audio_jack.c:301: warning: implicit declaration of function ‘jack_set_sample_rate_callback’<br>s_audio_jack.c:301: error: ‘jack_srate’ undeclared (first use in this function)<br>s_audio_jack.c:309: warning: implicit declaration of function ‘jack_on_shutdown’<br> s_audio_jack.c:312: error: ‘input_port’ undeclared (first use in this function)<br>s_audio_jack.c:313: error: ‘output_port’ undeclared (first use in this function)<br>s_audio_jack.c:324: warning: implicit declaration of function ‘jack_get_sample_rate’<br> s_audio_jack.c:331: warning: implicit declaration of function ‘jack_port_register’<br>s_audio_jack.c:331: error: ‘JACK_DEFAULT_AUDIO_TYPE’ undeclared (first use in this function)<br>s_audio_jack.c:331: error: ‘JackPortIsInput’ undeclared (first use in this function)<br> s_audio_jack.c:341: error: ‘JackPortIsOutput’ undeclared (first use in this function)<br>s_audio_jack.c:353: warning: implicit declaration of function ‘jack_activate’<br>s_audio_jack.c:364: warning: implicit declaration of function ‘pthread_mutex_init’<br> s_audio_jack.c:364: error: ‘jack_mutex’ undeclared (first use in this function)<br>s_audio_jack.c:365: warning: implicit declaration of function ‘pthread_cond_init’<br>s_audio_jack.c:365: error: ‘jack_sem’ undeclared (first use in this function)<br> s_audio_jack.c: In function ‘jack_send_dacs’:<br>s_audio_jack.c:385: error: ‘jack_client’ undeclared (first use in this function)<br>s_audio_jack.c:393: error: ‘jack_filled’ undeclared (first use in this function)<br>s_audio_jack.c:393: error: ‘jack_out_max’ undeclared (first use in this function)<br> s_audio_jack.c:394: warning: implicit declaration of function ‘pthread_cond_wait’<br>s_audio_jack.c:394: error: ‘jack_sem’ undeclared (first use in this function)<br>s_audio_jack.c:394: error: ‘jack_mutex’ undeclared (first use in this function)<br> make[2]: *** [s_audio_jack.o] Error 1<br>make[1]: [pd] Error 2 (ignored)<br>make -C /Users/lepole/pd-extended/pd/src BUILDLAYOUT_DIR=/Users/lepole/pd-extended/packages cvs_root_dir=/Users/lepole/pd-extended DESTDIR=/Users/lepole/pd-extended/packages/darwin_app/build/Pd-0.42.5-extended.app/Contents/Resources prefix= libpddir= OPT_CFLAGS="-fast -fPIC -ftree-vectorize -ftree-vectorizer-verbose=2 -march=core2 -msse3 -mssse3 -mfpmath=sse" UNAME=Darwin&nbsp; install<br> cc -g -O2 -DPD&nbsp; -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -DDL_OPEN -DMACOSX -DUNISTD -I/usr/X11R6/include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -I../portaudio/include -I../portaudio/src/common&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -I../portaudio/src/os/mac_osx/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -I../portmidi/pm_common -I../portmidi/pm_mac&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -I../portmidi/porttime&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -DUSEAPI_PORTAUDIO -DPA19 -DPA_USE_COREAUDIO -DNEWBUFFER -DMACOSX3 -DPA_BIG_ENDIAN -Wno-error -O2 -DUSEAPI_JACK -fast -fPIC -ftree-vectorize -ftree-vectorizer-verbose=2 -march=core2 -msse3 -mssse3 -mfpmath=sse -DINSTALL_PREFIX=\"\"&nbsp; -c -o ../obj/s_audio_jack.o s_audio_jack.c <br> s_audio_jack.c:11:23: error: jack/jack.h: No such file or directory<br>s_audio_jack.c:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘jack_out_max’<br>s_audio_jack.c:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘jack_filled’<br> s_audio_jack.c:26: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token<br>s_audio_jack.c:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token<br>s_audio_jack.c:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token<br> s_audio_jack.c:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘jack_mutex’<br>s_audio_jack.c:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘jack_sem’<br>s_audio_jack.c:39: error: expected ‘)’ before ‘nframes’<br> s_audio_jack.c:94: error: expected ‘)’ before ‘srate’<br>s_audio_jack.c: In function ‘jack_shutdown’:<br>s_audio_jack.c:105: error: ‘jack_client’ undeclared (first use in this function)<br>s_audio_jack.c:105: error: (Each undeclared identifier is reported only once<br> s_audio_jack.c:105: error: for each function it appears in.)<br>s_audio_jack.c: In function ‘jack_get_clients’:<br>s_audio_jack.c:121: warning: implicit declaration of function ‘jack_get_ports’<br>s_audio_jack.c:121: error: ‘jack_client’ undeclared (first use in this function)<br> s_audio_jack.c:121: warning: assignment makes pointer from integer without a cast<br>s_audio_jack.c: In function ‘jack_connect_ports’:<br>s_audio_jack.c:196: error: ‘jack_client’ undeclared (first use in this function)<br> s_audio_jack.c:197: error: ‘JackPortIsOutput’ undeclared (first use in this function)<br>s_audio_jack.c:197: warning: assignment makes pointer from integer without a cast<br>s_audio_jack.c:200: warning: implicit declaration of function ‘jack_connect’<br> s_audio_jack.c:200: warning: implicit declaration of function ‘jack_port_name’<br>s_audio_jack.c:200: error: ‘input_port’ undeclared (first use in this function)<br>s_audio_jack.c:201: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’<br> s_audio_jack.c:206: error: ‘JackPortIsInput’ undeclared (first use in this function)<br>s_audio_jack.c:206: warning: assignment makes pointer from integer without a cast<br>s_audio_jack.c:209: error: ‘output_port’ undeclared (first use in this function)<br> s_audio_jack.c:210: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’<br>s_audio_jack.c: In function ‘jack_open_audio’:<br>s_audio_jack.c:234: error: ‘jack_status_t’ undeclared (first use in this function)<br> s_audio_jack.c:234: error: expected ‘;’ before ‘status’<br>s_audio_jack.c:236: error: ‘jack_client_new’ undeclared (first use in this function)<br>s_audio_jack.c:257: error: ‘jack_client’ undeclared (first use in this function)<br> s_audio_jack.c:262: warning: implicit declaration of function ‘jack_client_open’<br>s_audio_jack.c:262: error: ‘JackNoStartServer’ undeclared (first use in this function)<br>s_audio_jack.c:262: error: ‘status’ undeclared (first use in this function)<br> s_audio_jack.c:263: error: ‘JackServerFailed’ undeclared (first use in this function)<br>s_audio_jack.c:268: error: ‘JackNameNotUnique’ undeclared (first use in this function)<br>s_audio_jack.c:271: error: ‘JackServerStarted’ undeclared (first use in this function)<br> s_audio_jack.c:289: warning: implicit declaration of function ‘jack_set_process_callback’<br>s_audio_jack.c:289: error: ‘process’ undeclared (first use in this function)<br>s_audio_jack.c:291: warning: implicit declaration of function ‘jack_set_error_function’<br> s_audio_jack.c:301: warning: implicit declaration of function ‘jack_set_sample_rate_callback’<br>s_audio_jack.c:301: error: ‘jack_srate’ undeclared (first use in this function)<br>s_audio_jack.c:309: warning: implicit declaration of function ‘jack_on_shutdown’<br> s_audio_jack.c:312: error: ‘input_port’ undeclared (first use in this function)<br>s_audio_jack.c:313: error: ‘output_port’ undeclared (first use in this function)<br>s_audio_jack.c:324: warning: implicit declaration of function ‘jack_get_sample_rate’<br> s_audio_jack.c:331: warning: implicit declaration of function ‘jack_port_register’<br>s_audio_jack.c:331: error: ‘JACK_DEFAULT_AUDIO_TYPE’ undeclared (first use in this function)<br>s_audio_jack.c:331: error: ‘JackPortIsInput’ undeclared (first use in this function)<br> s_audio_jack.c:341: error: ‘JackPortIsOutput’ undeclared (first use in this function)<br>s_audio_jack.c:353: warning: implicit declaration of function ‘jack_activate’<br>s_audio_jack.c:364: warning: implicit declaration of function ‘pthread_mutex_init’<br> s_audio_jack.c:364: error: ‘jack_mutex’ undeclared (first use in this function)<br>s_audio_jack.c:365: warning: implicit declaration of function ‘pthread_cond_init’<br>s_audio_jack.c:365: error: ‘jack_sem’ undeclared (first use in this function)<br> s_audio_jack.c: In function ‘jack_send_dacs’:<br>s_audio_jack.c:385: error: ‘jack_client’ undeclared (first use in this function)<br>s_audio_jack.c:393: error: ‘jack_filled’ undeclared (first use in this function)<br>s_audio_jack.c:393: error: ‘jack_out_max’ undeclared (first use in this function)<br> s_audio_jack.c:394: warning: implicit declaration of function ‘pthread_cond_wait’<br>s_audio_jack.c:394: error: ‘jack_sem’ undeclared (first use in this function)<br>s_audio_jack.c:394: error: ‘jack_mutex’ undeclared (first use in this function)<br> make[2]: *** [s_audio_jack.o] Error 1<br>make[1]: *** [pd_install] Error 2<br>make: *** [darwin_app_core] Error 2<br>new-host-4:darwin_app lepole$ <br><br><br><div class="gmail_quote">2010/4/29 Hans-Christoph Steiner <span dir="ltr">&lt;<a href="mailto:hans@at.or.at">hans@at.or.at</a>&gt;</span><br> <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div style="word-wrap: break-word;"><div><br></div><div>I just noticed that you are trying to build 0.41.4. &nbsp;I think you'll have better luck with 0.42.5, so try this:</div> <div><a href="http://puredata.info/docs/developer/GettingPdSource" target="_blank">http://puredata.info/docs/developer/GettingPdSource</a></div><div><br></div><div>Specifically, something like this in the Terminal:</div><div> rsync -av --delete rsync://<a href="http://128.238.56.50/distros/pd-extended/" target="_blank">128.238.56.50/distros/pd-extended/</a> pd-extended/&nbsp;</div><div>cd pd-extended/packages/darwin_app</div><div>make install</div> <div>make package</div></div></blockquote><div><br>&nbsp;</div></div>-- <br>TNTB<br>t'es in t'es bat<br>7 place Favier <br>13210 St Remy de Provence<br>T/: 04 90 26 95 09<br>P/: 06 86 86 12 19<br>|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||<br> <a href="http://www.tntb.net">http://www.tntb.net</a><br>LOVES<br>LePôle travaille sur le fil des accidents, des fractures, des bugs informatiques, vidéos. <br>-]&gt;[-]&lt;&lt;[&gt;+&gt;+&lt;&lt;-]&gt;&gt;[&lt;&lt;+&gt;&gt;-]&gt;&gt;&gt;<br> Lepôle cherche , il cause il triture les matières, les bits, les glitch, les formats. Il sort des cadres.<br>[-]&lt;&lt;&lt;+++++++++&lt;[&gt;&gt;&gt;+&lt;&lt;[&gt;+&gt;[-]&lt;&lt;-]&gt;[&lt;+&gt;-]&gt;[&lt;&lt;++++++++++&gt;&gt;&gt;+&lt;<br> LePôle s'indiscipline dans de multiples tentatives fragile et poetiques.<br>-]&lt;&lt;-&lt;-]+++++++++&gt;[&lt;-&gt;-]&gt;&gt;+&gt;[&lt;[-]&lt;&lt;+&gt;&gt;&gt;-]&gt;[-]+&lt;&lt;[&gt;+&gt;-&lt;&lt;-]&lt;&lt;&lt; <br>LePôle improvise avec ses valises pleine de machines improbables et généreuse en surprises visuelles... <br> -]&lt;&lt;-&lt;-]+++++++++&gt;[&lt;-&gt;-]&gt;&gt;+&gt;[&lt;[-]&lt;&lt;+&gt;&gt;&gt;-]&gt;[-]+&lt;&lt;[&gt;+&gt;-&lt;&lt;-]&lt;&lt;&lt;<br>LePôle = numerikexperimentatatonnedebitengigaemotionel<br>//////////////////////////////////////////////////////////////////////////<br> 00000000000000<br>\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\<br>LePôle works on the edge of faults, errors and informatic bugs and videos<br>&gt;+++++++++[&lt;+++++++++++&gt;-]&lt;[&gt;[<br> -]&gt;[-]&lt;&lt;[&gt;+&gt;+&lt;&lt;-]&gt;&gt;[&lt;&lt;+&gt;&gt;-]&gt;&gt;&gt;<br>LePôle looks for, causes, fiddles with bytes, glitches and formats. Something&nbsp; out of the ordinary.<br>[-]&lt;&lt;&lt;+++++++++&lt;[&gt;&gt;&gt;+&lt;&lt;[&gt;+&gt;[-]&lt;&lt;-]&gt;[&lt;+&gt;-]&gt;[&lt;&lt;++++++++++&gt;&gt;&gt;+&lt;<br> LePôle is undisciplined in many endeavours fragile and poetic<br>-]&lt;&lt;-&lt;-]+++++++++&gt;[&lt;-&gt;-]&gt;&gt;+&gt;[&lt;[-]&lt;&lt;+&gt;&gt;&gt;-]&gt;[-]+&lt;&lt;[&gt;+&gt;-&lt;&lt;-]&lt;&lt;&lt; <br>LePôle improvises with its suitcases full of unlikely machines and visual surprises... <br> -]&lt;&lt;-&lt;-]+++++++++&gt;[&lt;-&gt;-]&gt;&gt;+&gt;[&lt;[-]&lt;&lt;+&gt;&gt;&gt;-]&gt;[-]+&lt;&lt;[&gt;+&gt;-&lt;&lt;-]&lt;&lt;&lt;<br>LePôle =digitalexperimentationofemotionalgigabytes<br>//////////////////////////////////////////////////////////////////////////<br> <br><br><br><br><br></blockquote></div><br><div> <span class="Apple-style-span" style="font-size: 12px; "><br class="Apple-interchange-newline"><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div><br></div><div>----------------------------------------------------------------------------<br></div><div><br class="khtml-block-placeholder"></div><div>News is what people want to keep hidden and everything else is publicity.&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;- Bill Moyers</div><br class="Apple-interchange-newline"></span></span> </div><br></body></html>