mz2 / MPGestures

Fork of https://github.com/fe9lix/DollarP_ObjC ported to OSX, with a supervised learning layer to improve gesture detection accuracy and backed by a crowdsourcable database of gestures
Other
21 stars 5 forks source link

Gestures-ios target does not compile #10

Open brynjar opened 10 years ago

brynjar commented 10 years ago

Hi,

wanted to take a look at this project, for iOS, but it doesn't compile: Unknown type name NSPoint in MPPoint.h - this symbol is obviously OSX only.

Also the MPGestures.xcworkspace contains references to projects that don't exist...

Thanks.

mz2 commented 10 years ago

I've not used it on iOS recently, however, this should be easy to sort out: the nspoint / cgpoint disparity is sorted with a compatibility macro.

Did you init and update submodule references? that's needed as the first step before building.

Sent from my iPhone.

On 1 Jun 2014, at 08:47, brynjar notifications@github.com wrote:

Hi,

wanted to take a look at this project, for iOS, but it doesn't compile: Unknown type name NSPoint in MPPoint.h - this symbol is obviously OSX only.

Also the MPGestures.xcworkspace contains references to projects that don't exist...

Thanks.

— Reply to this email directly or view it on GitHub.

MaxHasADHD commented 9 years ago

Still doesn't work for iPhone