cocos2d-x with box2d for ios and andriod

Hi,

I tried to change the hello world code in COCOS2D-X folder by adding box2d files which r located in COCOS2D-X folder. I just referenced it and added the header search path as “$(SRCROOT)/…/…/Box2D/” …… But still it is giving error.

I tried this approach because i felt creating a new project using box2d template will be a pain for modifying the .sh files in the COCOS2D-X folder. Also i dont know which all files need to be changed.

So can u guys plz help me to solve this error. I tried adding chipmunk and it worked fine in xcode and worked for andriod as well but not for Box2D ?