Hi
I wanted to play with py/pyext, but I'm stuck at installing flext (under debian/linux). Here's what I did:
Grabbed flext-0.5.0.tgz from http://grrrr.org/ext/flext/, extracted it to ~/software/pd/flext. I then cd'ed to flext and ran "bash build.sh pd gcc" and updated buildsys/config-lnx-pd-gcc.txt to look like this:
atte@ajstrup:~/software/pd/flext$ grep -v '#' buildsys/config-lnx-pd-gcc.txt PDPATH=/home/atte/software/pd/current FLEXTPREFIX=/usr/local OUTPATH=/home/atte/music/synth/pd/externals/flext INSTPATH=/usr/local/lib/pd/extra UFLAGS=-msse -mfpmath=sse -ffast-math OFLAGS=-O3 OFLAGS+=-march=pentium4
Then I ran "sudo bash build.sh pd gcc install" looked at config.txt (didn't change anything, it just contained one line "SIMD=1") but got this:
atte@ajstrup:~/software/pd/flext$ sudo bash build.sh pd gcc install
make -f ./buildsys/gnumake-sub.mak PLATFORM=lnx RTSYS=pd COMPILER=gcc
BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext
USRCONFIG=config.txt USRMAKE=build/gnumake-lnx-gcc.inc
TARGETMODE=release TARGETTYPE=single _install_
make[1]: Entering directory /home/atte/software/pd/flext' install pd-linux/release-single/libflext-pd_s.a.0.5.0 /usr/local/lib install: cannot stat
pd-linux/release-single/libflext-pd_s.a.0.5.0': No
such file or directory
make[1]: *** [_install_] Error 1
make[1]: Leaving directory `/home/atte/software/pd/flext'
make: *** [install-release-single] Error 2
I'm baffled...