Hallo!
Sorry if I bring this topic up again, but it must be possible to get those objects working ... :(
I cannot manage to build any objects which uses SndObj - tried syncgrain~ and Buzz~, always get linking problems, e.g. siehe [1]
just for the record: after lots of trying I did still not manage it to build with latest flext :( ... so I downgraded to flext0.4.7 and to the old buildsystem which still works ...
(BTW: is the autoconf buildsystem still maintained ? did not work for me with latest cvs ...)
==18910== Invalid free() / delete / delete[] ==18910== at 0x401D304: operator delete(void*) (vg_replace_malloc.c:246) ==18910== by 0x482C265: HammingTable::~HammingTable() (in /usr/lib/libsndobj.so.2.6)
@frank: about the invalid free: FLEXT_NOGLOBALNEW or FLEXT_USE_CMEM for latest flext must be defined - so that the C library memory allocation will be used ...
LG Georg