View Single Post
Old 06-29-2013, 12:17 PM   #11
bozmillar
Human being with feelings
 
bozmillar's Avatar
 
Join Date: Sep 2009
Posts: 623
Default

I'm guessing I have a relative path somewhere set up wrong or something. When I compiled my project in xCode, I had to change the path to Denormal.h from

#include "../WDL/denormal.h" (VS)
to
#include "../../WDL/denormal.h" (Xcode)

I'm guessing that somewhere a path changed and I don't know where that is. I see that common.xcconfig has some paths set.

Code:
WDL_PATH = $(SRCROOT)/../../WDL
IPLUG_PATH = $(WDL_PATH)/IPlug
VST3_SDK = $(SRCROOT)/../../VST3_SDK
PT9_SDK = $(SRCROOT)/../../PT9_SDK
AAX_SDK = $(SRCROOT)/../../AAX_SDK
CA_SDK = $DEVELOPER_DIR/Extras/CoreAudio
Is there a chance any of those are wrong if I didn't change them? I can't find where SRCROOT is defined.
bozmillar is offline   Reply With Quote