PDA

View Full Version : OSX compilation problem with new WDL


bvesco
06-03-2010, 01:18 AM
Us losers using OSX can't compile with the newest WDL release.

wdl/IPlug/IGraphicsMac.mm:107: error: 'GDP_CTX' was not declared in this scope

and a host of other cascading problems as a result. Is there any fix?

bvesco
06-06-2010, 09:21 PM
Does anyone have the current IPlug compiling on OSX?

cc_
06-07-2010, 12:54 AM
I was waiting for someone else to fix it :D

liteon
06-07-2010, 03:29 PM
you can try:
open "swell-internal.h" find "#endif // __OBJC__" [~l:447] and cut/paste it to around [~l:364] for the branch not to enclose the gdp object and context.

just a quick look (no osx here)...


---

Justin
06-07-2010, 08:16 PM
Sorry, my fault -- uploaded a new WDL which should fix.

bvesco
06-28-2010, 09:12 AM
P.S. The fix did work great. I got it right after you posted but never came back here to let you know. Thanks for the timely fix, it is highly appreciated!