paulobarcelos / ofxMacamPs3Eye

Fully featured and easy to use OpenFrameworks addon for using the PS3Eye camera on a Mac.
59 stars 17 forks source link

cannot compile buil failed sensor.m #7

Open viniciolindo opened 11 years ago

viniciolindo commented 11 years ago

with xcode 4.6.2 and montain lion 10.8.3 i cannot compile this addons. the error is in this method:

of_v0.7.4_osx_release/addons/ofxMacamPs3Eye-master/src/macam/Sensor.m:90:21: Unexpected type name 'register_array': expected expression

jmwohl commented 10 years ago

I'm getting this too at the moment, with Xcode 5, OSX 10.8.3, and the latest code from master. Any ideas?

EDIT: For me, this error only shows up when adding the addon to an existing project. I've added the correct header search paths, but no luck. Starting with a fresh project works fine.

shawnsnyder commented 9 years ago

Same here. The error only shows for me when manually adding the addon the to existing project instead of using the project generator. strange stuff...