Hi<br>I compiled flext in ubuntu 8.04 because i need xsample. Then, when i compiled xsample, using <br><pre>&gt;<i> sh ../flext/build.sh pd gcc<br></i>&gt;<i> sh ../flext/build.sh pd gcc install<br><br></i></pre><div style="text-align: left;">
y get xsample.pd_linux file in extra folder ( y don t get xgroove or any other file) but when i try to create an xsample objet from pd, the software simply get mad and&nbsp; i have to pkill the aplication.<br><br><br>This is the message when i run the first sh build.sh pd gcc (for xsample compilation)<br>
<br>ferx@Ferx:~/Sources/xsample$ sh /home/ferx/Sources/flext/build.sh pd gcc<br>make -f /home/ferx/Sources/flext/buildsys/gnumake-sub.mak&nbsp; PLATFORM=lnx RTSYS=pd COMPILER=gcc BUILDPATH=/home/ferx/Sources/flext/buildsys/ PKGINFO=package.txt BUILDCLASS=ext TARGETMODE=release TARGETTYPE=single _build_<br>
make[1]: se ingresa al directorio `/home/ferx/Sources/xsample&#39;<br>mkdir -p pd-linux/release-single<br>mkdir -p pd-linux/release-single/<br>g++ -c -msse -mfpmath=sse -ffast-math -O3&nbsp; -pthread -fPIC -DNDEBUG -DFLEXT_SYS=2 -DPD -I/usr/local/src/pd/pd/src -I/usr/local/include/flext source/main.cpp -o pd-linux/release-single/main.opp<br>
mkdir -p pd-linux/release-single/<br>g++ -c -msse -mfpmath=sse -ffast-math -O3&nbsp; -pthread -fPIC -DNDEBUG -DFLEXT_SYS=2 -DPD -I/usr/local/src/pd/pd/src -I/usr/local/include/flext source/play.cpp -o pd-linux/release-single/play.opp<br>
mkdir -p pd-linux/release-single/<br>g++ -c -msse -mfpmath=sse -ffast-math -O3&nbsp; -pthread -fPIC -DNDEBUG -DFLEXT_SYS=2 -DPD -I/usr/local/src/pd/pd/src -I/usr/local/include/flext source/groove.cpp -o pd-linux/release-single/groove.opp<br>
mkdir -p pd-linux/release-single/<br>g++ -c -msse -mfpmath=sse -ffast-math -O3&nbsp; -pthread -fPIC -DNDEBUG -DFLEXT_SYS=2 -DPD -I/usr/local/src/pd/pd/src -I/usr/local/include/flext source/record.cpp -o pd-linux/release-single/record.opp<br>
mkdir -p pd-linux/release-single/<br>g++ -c -msse -mfpmath=sse -ffast-math -O3&nbsp; -pthread -fPIC -DNDEBUG -DFLEXT_SYS=2 -DPD -I/usr/local/src/pd/pd/src -I/usr/local/include/flext source/inter.cpp -o pd-linux/release-single/inter.opp<br>
g++ -pthread -shared&nbsp; -Wl,-S -L/usr/local/src/pd/pd/bin -L/usr/local/lib -o pd-linux/release-single/xsample.pd_linux&nbsp;&nbsp; pd-linux/release-single/main.opp pd-linux/release-single/play.opp pd-linux/release-single/groove.opp pd-linux/release-single/record.opp pd-linux/release-single/inter.opp&nbsp; -lflext-pd_s<br>
chmod 755 pd-linux/release-single/xsample.pd_linux<br>strip --strip-unneeded pd-linux/release-single/xsample.pd_linux<br>make[1]: se sale del directorio `/home/ferx/Sources/xsample&#39;<br><br><br>and this is the message for the second,&nbsp; sh build.... install<br>
<br>ferx@Ferx:~/Sources/xsample$ sudo sh /home/ferx/Sources/flext/build.sh pd gcc install<br>make -f /home/ferx/Sources/flext/buildsys/gnumake-sub.mak&nbsp; PLATFORM=lnx RTSYS=pd COMPILER=gcc BUILDPATH=/home/ferx/Sources/flext/buildsys/ PKGINFO=package.txt BUILDCLASS=ext TARGETMODE=release TARGETTYPE=single _install_<br>
make[1]: se ingresa al directorio `/home/ferx/Sources/xsample&#39;<br>install pd-linux/release-single/xsample.pd_linux /usr/lib/pd/extra<br>make[1]: se sale del directorio `/home/ferx/Sources/xsample&#39;<br><br>I dont really know so much about compilation, then any suggestion is welcome.<br>
<br>saludos.<br><br></div><pre><i><br><br><br></i></pre>