<div dir="ltr">Hi, we're compiling camomile with externals from ELSE, the only issue I have is that else/click gets in conflict with an internal "click" class in Pd (which doesn't happen if it's an external), this happens because of this line of code <a href="https://github.com/porres/pd-else/blob/master/Classes/Source/click.c#L156">https://github.com/porres/pd-else/blob/master/Classes/Source/click.c#L156</a><div><br></div><div>and the warning given by camomile is "<span style="font-family:"Helvetica Neue";font-size:13px"><b>warning: old method 'click' for class 'canvas' renamed 'click_aliased</b>"</span><div><br></div><div>My plan is to simply disable this external when compiling for camomile, because it's just not really pertinent to camomile at all, at least I believe so (this is used to react to clicks on non GOP abstractions/subpatches). I also believe the conflict won't make a difference to the functionality of Pd. What do you say?<br><br>One way or another, I wanna get rid of the warning and I wonder if there's a way to not interfere with Pd itself instead of disabling the external. I guess there's no way, but I hope it doesn't hurt to ask :) <br></div></div><div><br></div><div>thanks</div></div>