[L2Ork-dev] updating cyclone
Albert Graef
aggraef at gmail.com
Fri Mar 17 07:36:17 UTC 2017
On Fri, Mar 17, 2017 at 2:56 AM, Derek Kwan <derek.x.kwan at gmail.com> wrote:
> Hmm, I thought that PDL2ORK was defined in m_pd.h but at least in my
> local copy it's not there, weird I didn't have building issues.
>
Sure is, in the Purr Data version of m_pd.h it's at line 18. Maybe your
build picks up another m_pd.h that's installed on your system.
> I suppose
>
> #ifndef PDL2ORK
> #define PDL2ORK 0
> #endif
>
> at the top of the file.h would remedy the situation?
>
That would break compatibility with classic Pd-l2ork. PDL2ORK is just a
#define'd symbol which doesn't have a value, so you check for it with
#ifdef, #ifndef, or #if defined(PDL2ORK).
Albert
--
Dr. Albert Gr"af
Computer Music Research Group, JGU Mainz, Germany
Email: aggraef at gmail.com
WWW: https://plus.google.com/+AlbertGraef
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20170317/160de59a/attachment.html>
More information about the L2Ork-dev
mailing list