paulobarcelos / ofxMacamPs3Eye

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

Can't compile on OF073 on a 10.6.8 system ... #3

Closed eloimaduell closed 11 years ago

eloimaduell commented 11 years ago

hi Paulo !

i'm Eloi Maduell ... OF belover from Barcelona . i've trying to compile and test the "example-gui" example from ofxMacamPs3Eye but can't make it work. I'm compiling it with XCode 3.2.4 on a 10.6.8 Snow Leopard laptop ... with OF073 ...

the errors i got on compilation are:

/example-gui/../../../addons/ofxMacamPs3Eye/src/PS3EyeWindowAppDelegate.h:48: error: unknown property attribute /example-gui/../../../addons/ofxMacamPs3Eye/src/PS3EyeWindowAppDelegate.h:48: error: syntax error in @property's attribute declaration /example-gui/../../../addons/ofxMacamPs3Eye/src/ofxMacamPs3Eye.mm: In member function 'virtual void ofxMacamPs3Eye::setDeviceID(int)': /example-gui/../../../addons/ofxMacamPs3Eye/src/ofxMacamPs3Eye.mm:53: error: expected unqualified-id before '=' token /example-gui/../../../addons/ofxMacamPs3Eye/src/ofxMacamPs3Eye.mm:54: error: expected unqualified-id before '=' token

Any idea of what i'm doing wrong ? Thanks for your support .

e*

paulobarcelos commented 11 years ago

I can't reproduce the error... but there were some updates in v2.1.0 that removed the dependencies from OSX 10.6 SDK, would be great if you could confirm if they work on your setup...

paulobarcelos commented 11 years ago

Oh, just picked up your comments on the OF forum... I guess for now (unless someone want's to put some time into it), support will be only for Xcode 4.x and up.