olilarkin
12-14-2010, 09:18 AM
i really want to fix this once and for all. I have put two iplug plugins in my audiounit folder. They were both built with my modified iplug.
In "IGraphicsCocoa.h" i changed the tag to:
#define IGRAPHICS_COCOA IGraphicsCocoa_vOLIB
now when i run auval i get these errors, although the plugins still work fine:
objc[1060]: Class SWELL_APP_PREFIX_sdh is implemented in both /Library/Audio/Plug-Ins/Components/IPlugEffect.component/Contents/MacOS/IPlugEffect and /Library/Audio/Plug-Ins/Components/EndlessSeries.component/Contents/MacOS/EndlessSeries. One of the two will be used. Which one is undefined.
objc[1060]: Class IGraphicsCocoa_vOLIB is implemented in both /Library/Audio/Plug-Ins/Components/IPlugEffect.component/Contents/MacOS/IPlugEffect and /Library/Audio/Plug-Ins/Components/EndlessSeries.component/Contents/MacOS/EndlessSeries. One of the two will be used. Which one is undefined.
i could fix it by not building a static iplug.a library, but that would increase compile time by a lot.
Anyone got any other ideas?
thanks,
oli
In "IGraphicsCocoa.h" i changed the tag to:
#define IGRAPHICS_COCOA IGraphicsCocoa_vOLIB
now when i run auval i get these errors, although the plugins still work fine:
objc[1060]: Class SWELL_APP_PREFIX_sdh is implemented in both /Library/Audio/Plug-Ins/Components/IPlugEffect.component/Contents/MacOS/IPlugEffect and /Library/Audio/Plug-Ins/Components/EndlessSeries.component/Contents/MacOS/EndlessSeries. One of the two will be used. Which one is undefined.
objc[1060]: Class IGraphicsCocoa_vOLIB is implemented in both /Library/Audio/Plug-Ins/Components/IPlugEffect.component/Contents/MacOS/IPlugEffect and /Library/Audio/Plug-Ins/Components/EndlessSeries.component/Contents/MacOS/EndlessSeries. One of the two will be used. Which one is undefined.
i could fix it by not building a static iplug.a library, but that would increase compile time by a lot.
Anyone got any other ideas?
thanks,
oli