[L2Ork-dev] updating cyclone

Derek Kwan derek.x.kwan at gmail.com
Fri Mar 17 01:56:54 UTC 2017


> From: Jonathan Wilkes <jancsika at yahoo.com>
> Hi All,I'm attempting to update the cyclone library in Purr Data to this:https://github.com/porres/pd-cyclone
> Currently I'm compiling from HEAD and stuck on #1 because of a compiler error:shared/hammer/file.c:66:17: error: operator '!' has no right operand
> ???? #if !PDL2ORK
> ???????????????? ^
> shared/hammer/file.c:262:13: error: operator '!' has no right operand
> ?#if !PDL2ORK
> 

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.

I suppose 

#ifndef PDL2ORK
#define PDL2ORK 0
#endif

at the top of the file.h would remedy the situation?

Derek

-- 
Derek Kwan
www.derekxkwan.com


More information about the L2Ork-dev mailing list