On Tue, Oct 11, 2011 at 12:29 AM, Hans-Christoph Steiner hans@at.or.at wrote:
Cyclone has its own layout and build system that is pretty elaborate, and is different when its installed. For Pd-extended I've actually wrapped the build system in miXed/cyclone/Makefile.libdir. So it may seem a bit convoluted, but I'd probably do:
cd pd-svn/externals make DESTDIR=/path/to/pd-double/pd objectsdir=/extra cyclone_install
And that should install it into your pd-double/pd/extra folder
Thanks for your hints. pd-svn however has it's own, 'old' pd core, so cyclone includes an m_pd.h which does not know about PD_FLOAT_PRECISION etc.
Katja