I hope this is an easily fixed problem.
Upon updating to the 3.0 SDK I'm getting 18 errors upon compile, all related to cocosdenshion.mm.
In file included from /Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/CocosDenshion.mm:25:
/Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/MyOpenALSupport.h:141: error: jump to label 'Exit'
/Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/MyOpenALSupport.h:112: error: from here
/Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/MyOpenALSupport.h:115: error: crosses initialization of 'UInt32 dataSize'
/Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/MyOpenALSupport.h:141: error: jump to label 'Exit'
/Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/MyOpenALSupport.h:106: error: from here
/Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/MyOpenALSupport.h:115: error: crosses initialization of 'UInt32 dataSize'
/Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/MyOpenALSupport.h:141: error: jump to label 'Exit'
/Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/MyOpenALSupport.h:102: error: from here
/Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/MyOpenALSupport.h:115: error: crosses initialization of 'UInt32 dataSize'
/Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/MyOpenALSupport.h:141: error: jump to label 'Exit'
/Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/MyOpenALSupport.h:98: error: from here
/Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/MyOpenALSupport.h:115: error: crosses initialization of 'UInt32 dataSize'
/Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/MyOpenALSupport.h:141: error: jump to label 'Exit'
/Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/MyOpenALSupport.h:95: error: from here
/Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/MyOpenALSupport.h:115: error: crosses initialization of 'UInt32 dataSize'
/Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/MyOpenALSupport.h:141: error: jump to label 'Exit'
/Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/MyOpenALSupport.h:91: error: from here
/Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/MyOpenALSupport.h:115: error: crosses initialization of 'UInt32 dataSize'
/Users/jonathan0382/Documents/xcode/Programming with cocos2d/SimpleGame cocos2d project arial control copy 7/AudioSupport/CocosDenshion.mm:85: warning: unused variable 'error'
Any suggestions? Thanks!
Jonathan0382