olilarkin / wdl-ol

Enhanced version of Cockos' iPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported. NOTE: THIS IS OBSOLETE, PLEASE SEE IPLUG2:
https://github.com/iplug2
935 stars 186 forks source link

cannot compile on mac 32 or 64 bits with vst sdk 3. #58

Closed ad34 closed 6 years ago

ad34 commented 8 years ago

I m trying to make a first plugin duplicated from IPlugEffect

When I compile it using vst sdk 3 (3.6.6) , I get the following errors

/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Security.framework/Headers/cssmtype.h:45:9: Unknown type name 'uint64'; did you mean 'sint64'?

I tried both 32 & 64bits, still the same error.

I m on OS X 10.11 with xcode 7.3.1

mbrucher commented 8 years ago

Seems to be a recurrent issue with Xcode 7.3 and after: http://forum.cockos.com/showthread.php?p=1694432

olilarkin commented 6 years ago

Closing because this will be fixed with new updates.