Hi all,
I seem to be having trouble trying to compile cvs checkout of devel_0.39 flext. While last week or so I was compiling for darwing, this week I'm trying for:
dpc@oscar:~/pd/externals/grill/flext$ uname -a Linux oscar 2.6.10-5-386 #1 Tue Apr 5 12:12:40 UTC 2005 i686 GNU/Linux dpc@oscar:~/pd/externals/grill/flext$
While the new scons system built the other externals ok after some tweaking...flext didn't get built? I went into the directory and did:
sudo bash build.sh pd gcc
the output:dpc@oscar:~/pd/externals/grill/flext$ sudo bash build.sh pd gcc
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 _build_
make[1]: Entering directory /home/dpc/pd/externals/grill/flext' g++ -c -msse -mfpmath=sse -ffast-math -DNDEBUG -O3 -march=pentium4 -pthread -fPIC -DFLEXT_USE_SIMD -DFLEXT_EXPORTS -DFLEXT_SYS=2 -I/home/dpc/pd//src source/flbuf.cpp -o pd-linux/release-single/flbuf.opp source/flbuf.cpp: In member function ‘bool flext_single::buffer::Lock()’: source/flbuf.cpp:186: error: ‘garray_lock’ was not declared in this scope source/flbuf.cpp: In member function ‘void flext_single::buffer::Unlock(bool)’: source/flbuf.cpp:211: error: ‘garray_unlock’ was not declared in this scope source/flbuf.cpp: In member function ‘bool flext_single::buffer::IsDirty() const’: source/flbuf.cpp:341: error: ‘garray_updatetime’ was not declared in this scope make[1]: *** [pd-linux/release-single/flbuf.opp] Error 1 make[1]: Leaving directory
/home/dpc/pd/externals/grill/flext'
make: *** [build-release-single] Error 2
dpc@oscar:~/pd/externals/grill/flext$
Any thoughts?
d