Thanks&nbsp; for the link.<br>xplay~ object works pretty well but xgroove~ and xrecord~ are not. I can create the objects, but when try to use them Pd just freezes. No messages in the console.<br>any recomendation?<br>thanks<br>
<br>Fernando<br><br><div class="gmail_quote">2009/1/28 Thomas Grill <span dir="ltr">&lt;<a href="mailto:gr@grrrr.org">gr@grrrr.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi, have you read<br>
<a href="http://lists.puredata.info/pipermail/pd-list/2009-01/067457.html" target="_blank">http://lists.puredata.info/pipermail/pd-list/2009-01/067457.html</a><br>
gr~~~<br>
<br>
2009/1/28 Fernando Godoy &lt;<a href="mailto:dataferx@gmail.com">dataferx@gmail.com</a>&gt;:<br>
<div><div></div><div class="Wj3C7c">&gt; Hi<br>
&gt; I compiled flext in ubuntu 8.04 because i need xsample. Then, when i<br>
&gt; compiled xsample, using<br>
&gt;<br>
&gt;&gt; sh ../flext/build.sh pd gcc<br>
&gt;&gt; sh ../flext/build.sh pd gcc install<br>
&gt;<br>
&gt; y get xsample.pd_linux file in extra folder ( y don t get xgroove or any<br>
&gt; other file) but when i try to create an xsample objet from pd, the software<br>
&gt; simply get mad and &nbsp;i have to pkill the aplication.<br>
&gt;<br>
&gt;<br>
&gt; This is the message when i run the first sh build.sh pd gcc (for xsample<br>
&gt; compilation)<br>
&gt;<br>
&gt; ferx@Ferx:~/Sources/xsample$ sh /home/ferx/Sources/flext/build.sh pd gcc<br>
&gt; make -f /home/ferx/Sources/flext/buildsys/gnumake-sub.mak &nbsp;PLATFORM=lnx<br>
&gt; RTSYS=pd COMPILER=gcc BUILDPATH=/home/ferx/Sources/flext/buildsys/<br>
&gt; PKGINFO=package.txt BUILDCLASS=ext TARGETMODE=release TARGETTYPE=single<br>
&gt; _build_<br>
&gt; make[1]: se ingresa al directorio `/home/ferx/Sources/xsample&#39;<br>
&gt; mkdir -p pd-linux/release-single<br>
&gt; mkdir -p pd-linux/release-single/<br>
&gt; g++ -c -msse -mfpmath=sse -ffast-math -O3 &nbsp;-pthread -fPIC -DNDEBUG<br>
&gt; -DFLEXT_SYS=2 -DPD -I/usr/local/src/pd/pd/src -I/usr/local/include/flext<br>
&gt; source/main.cpp -o pd-linux/release-single/main.opp<br>
&gt; mkdir -p pd-linux/release-single/<br>
&gt; g++ -c -msse -mfpmath=sse -ffast-math -O3 &nbsp;-pthread -fPIC -DNDEBUG<br>
&gt; -DFLEXT_SYS=2 -DPD -I/usr/local/src/pd/pd/src -I/usr/local/include/flext<br>
&gt; source/play.cpp -o pd-linux/release-single/play.opp<br>
&gt; mkdir -p pd-linux/release-single/<br>
&gt; g++ -c -msse -mfpmath=sse -ffast-math -O3 &nbsp;-pthread -fPIC -DNDEBUG<br>
&gt; -DFLEXT_SYS=2 -DPD -I/usr/local/src/pd/pd/src -I/usr/local/include/flext<br>
&gt; source/groove.cpp -o pd-linux/release-single/groove.opp<br>
&gt; mkdir -p pd-linux/release-single/<br>
&gt; g++ -c -msse -mfpmath=sse -ffast-math -O3 &nbsp;-pthread -fPIC -DNDEBUG<br>
&gt; -DFLEXT_SYS=2 -DPD -I/usr/local/src/pd/pd/src -I/usr/local/include/flext<br>
&gt; source/record.cpp -o pd-linux/release-single/record.opp<br>
&gt; mkdir -p pd-linux/release-single/<br>
&gt; g++ -c -msse -mfpmath=sse -ffast-math -O3 &nbsp;-pthread -fPIC -DNDEBUG<br>
&gt; -DFLEXT_SYS=2 -DPD -I/usr/local/src/pd/pd/src -I/usr/local/include/flext<br>
&gt; source/inter.cpp -o pd-linux/release-single/inter.opp<br>
&gt; g++ -pthread -shared &nbsp;-Wl,-S -L/usr/local/src/pd/pd/bin -L/usr/local/lib -o<br>
&gt; pd-linux/release-single/xsample.pd_linux &nbsp; pd-linux/release-single/main.opp<br>
&gt; pd-linux/release-single/play.opp pd-linux/release-single/groove.opp<br>
&gt; pd-linux/release-single/record.opp pd-linux/release-single/inter.opp<br>
&gt; -lflext-pd_s<br>
&gt; chmod 755 pd-linux/release-single/xsample.pd_linux<br>
&gt; strip --strip-unneeded pd-linux/release-single/xsample.pd_linux<br>
&gt; make[1]: se sale del directorio `/home/ferx/Sources/xsample&#39;<br>
&gt;<br>
&gt;<br>
&gt; and this is the message for the second, &nbsp;sh build.... install<br>
&gt;<br>
&gt; ferx@Ferx:~/Sources/xsample$ sudo sh /home/ferx/Sources/flext/build.sh pd<br>
&gt; gcc install<br>
&gt; make -f /home/ferx/Sources/flext/buildsys/gnumake-sub.mak &nbsp;PLATFORM=lnx<br>
&gt; RTSYS=pd COMPILER=gcc BUILDPATH=/home/ferx/Sources/flext/buildsys/<br>
&gt; PKGINFO=package.txt BUILDCLASS=ext TARGETMODE=release TARGETTYPE=single<br>
&gt; _install_<br>
&gt; make[1]: se ingresa al directorio `/home/ferx/Sources/xsample&#39;<br>
&gt; install pd-linux/release-single/xsample.pd_linux /usr/lib/pd/extra<br>
&gt; make[1]: se sale del directorio `/home/ferx/Sources/xsample&#39;<br>
&gt;<br>
&gt; I dont really know so much about compilation, then any suggestion is<br>
&gt; welcome.<br>
&gt;<br>
&gt; saludos.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;<br>
&gt;<br>
<font color="#888888"><br>
<br>
<br>
--<br>
Thomas Grill<br>
<a href="http://grrrr.org" target="_blank">http://grrrr.org</a><br>
</font></blockquote></div><br>