Box2D TestCpp doesn't work

Hi guys,

I want to run testcpp BOX2D test in cocos2d-x 2.1.4, it reminds me that “you should define CC_ENABLE_BOX2D_INTEGRATION=1”, which I define in the process Preprocessor and delete the CC_ENABLE_CHIPMUNK_INTEGRATION =1, then complier report error with LNK error.
Does any one help me out?
PS: In the old version, these two macros are defined in the ccConfig.h.

I have this problem too,I want to know How do you deal with this problem?