AlexHarker / AHarker_Externals

A Set of 80+ Externals for a variety of tasks in MaxMSP.
BSD 3-Clause "New" or "Revised" License
68 stars 5 forks source link

Can't build projects depending on AH_VectorOps.h #13

Closed andreaagostini closed 2 years ago

andreaagostini commented 3 years ago

Hi Alex, I'm trying to build your externals in XCode and I get this: AH_VectorOps.h:387 Constant expression evaluates to 9223372036854775808 which cannot be narrowed to type 'long long'. No big deal for now as I don't need the descriptors object, but I wanted to let you know. This happens on Mac OSX 10.13.6, XCode 9.4.1, building against the Max SDK 7.3.3. Take care, andrea

kylemcdonald commented 3 years ago

Hi, I have a fix for this in another issue (I think) https://github.com/AlexHarker/AHarker_Externals/issues/15#issue-931013096

AlexHarker commented 3 years ago

I think this will disappear when the header does. For some reason the public versions are quite behind my local repo, but I don't yet have time to look into this in much detail.

AlexHarker commented 2 years ago

No longer an issue on the default branch (where the file structure has significantly changed)