-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-01-31 12:10, John Smith wrote:
I built zexy from svn-repo (revision: r17214) and I have same issue as in zexy tarball release, -- I have no [pack~] and [unpack~], but if I using zexy from binary debian package (Pd-0.44.0-extended-20140130-debian-wheezy-amd64), -- then I have [pack~] and [unpack~], and because pd-extended zexy version has this object, -- I trying to build pd-extended zexy version, but I can't.
then you have something else wrong. [pack~] and [unpack~] *are* part of zexy-2.2.4, zexy-2.2.5 and today's zexy-svn (rev.17259). i just checked all of them.
#1) by default, zexy will build a single binary "zexy.pd_linux"; you have to load this library (e.g. "-lib zexy", or [declare -lib zexy]) in order to use any zexy objects. this is different from pd-extended, where you get multiple binary objects (e.g. "pack~.pd_linux") and you have to use [import zexy] (or add the path/to/zexy to Pd's search paths). if you want to build zexy the same way as pd-extended builds it, you ought to use the "--disable-library" flag when running "./configure" (don't forget to run "make clean" before running "make" again).
#2) i still don't really understand your error message when compiling. there is explicit code in zexy that prevents "setup" from being multiply defined. what's the output when you run the f ollowing command in the src/ subfolder? gcc -DHAVE_CONFIG_H -I. -I.. -DZEXY_LIBRARY -g -O2 -mms-bitfields 0x2e.c -fPIC -DPIC
fgsdmr IOhannes