Reference to "Point" is ambiguous in MacTypes.h

Reference to “Point” is ambiguous
Reference to “Rect” is ambiguous
in MacTypes.h

I shared the project please take a look at it .
I’m trying to add https://github.com/hiepnd/Screw
i dont know how its not working and why this error shows .

https://drive.google.com/file/d/0BxHNtaucb9cAaDlVdEVCVkpiMVE/view?usp=sharing

anyone know how to fix this ?

use cocos2d::Vec2

i did ,but same error…
i need to know how Screw-Facebook works fine in https://github.com/hiepnd/Screw
but when i add it to my project this error shows .

if it is ambiguous that means that there are multiple classes called that name.

cocos2d::Vec2 is a point.

cocos2d::Rect is a rect.

Can you post your actual errors and maybe a screenshot?

http://s7.postimg.org/kxbtruw5l/Screen_Shot_2015_03_04_at_10_06_46_AM.png

you can download the project:

https://drive.google.com/file/d/0BxHNtaucb9cAaDlVdEVCVkpiMVE/view?usp=sharing