[PD] make jack connections from pd ?

Hans-Christoph Steiner hans at at.or.at
Wed Mar 27 21:16:53 CET 2013


On Ubuntu/precise, it works for me:

jackx $ make
cc -I"/usr/include/pd" -DPD -DVERSION='"0.1"' -fPIC -Wall -W -g -O6
-funroll-loops -fomit-frame-pointer -o "libjackx.o" -c "libjackx.c"
cc  -Wl,-soname,libjackx.so -shared -o libjackx.so libjackx.o   -lc
cc -I"/usr/include/pd" -DPD -DVERSION='"0.1"' -fPIC -Wall -W -g -O6
-funroll-loops -fomit-frame-pointer -o "jack-connect.o" -c "jack-connect.c"
cc   -rdynamic -shared -fPIC -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o
"jack-connect.pd_linux" "jack-connect.o"    -lc  libjackx.so
chmod a-x "jack-connect.pd_linux"
cc -I"/usr/include/pd" -DPD -DVERSION='"0.1"' -fPIC -Wall -W -g -O6
-funroll-loops -fomit-frame-pointer -o "jack-ports.o" -c "jack-ports.c"
cc   -rdynamic -shared -fPIC -Wl,-rpath,"\$ORIGIN",--enable-new-dtags -o
"jack-ports.pd_linux" "jack-ports.o"    -lc  libjackx.so
chmod a-x "jack-ports.pd_linux"


Do you have /usr/include/m_pd.h?

.hc

On 03/26/2013 09:32 AM, Fero Kiraly wrote:
> thanks, jackx seems good.
> 
> but problem to compile (archlinux):
> 
> make
> cc -I"/usr/include/pd" -DPD -DVERSION='"0.1"' -fPIC -Wall -W -g -O6
> -funroll-loops -fomit-frame-pointer -o "jack-connect.o" -c "jack-connect.c"
> In file included from jack-connect.c:21:0:
> m_pd.h:5:0: error: unterminated #ifndef
> In file included from jack-connect.c:23:0:
> /usr/include/unistd.h:255:1: error: expected ‘;’, ‘,’ or ‘)’ before
> ‘typedef’
> make: *** [jack-connect.o] Error 1
> 
> 
> 
> 
> 
> 2013/3/26 michael noble <looplog at gmail.com>
> 
>> On Tue, Mar 26, 2013 at 9:41 PM, Fero Kiraly <fero.kiraly at gmail.com>wrote:
>>
>>> It is possibile ?
>>>
>>> fk.
>>>
>>>
>> This thread should be helpful:
>>
>> http://comments.gmane.org/gmane.comp.multimedia.puredata.general/87125
>>
>> I've used the jackx library suggested by Hans and it works well.
>>
> 
> 
> 
> 
> 
> _______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
> 



More information about the Pd-list mailing list