hi August and list,
using Pd39.2 with readanysf and flext from cvs, i often get an error message when saving a subpatch which contains the readanysf~ object (this is sometime annoying) but does not affect the great features of this object.
the error is of the type:
*** glibc detected *** free(): invalid pointer: 0x84113ac *** Pd: signal 6
btw, there is still this compilation pb due to the fact that flext now creates a lib called flext-pd: last compilation step should be:
g++ -DFLEXT_SYS=2 -DFLEXT_THREADS -DFLEXT_SHARED -DFLEXT_NOGLOBALNEW -DREAD_VORBIS -DREAD_MAD -DREAD_FLAC -L/usr/local/lib -ldl -shared -o readanysf~.pd_linux Fifo.o Input.o InputFile.o InputStream.o ReadRaw.o Readsf.o main.o ReadMad.o ReadVorbis.o ReadFlac.o -lflext-pd -lpthread -lsamplerate -lflext-pd -logg -lvorbis -lvorbisfile -lmad -lFLAC
best regards, vincent