paulobarcelos / ofxMacamPs3Eye

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

GenericDriver.m fails building with SDK newer than 10.6 #4

Closed madc closed 11 years ago

madc commented 11 years ago

I am on the current master brunch of OF and ofxMacamPs3Eye and using Xcode 4.5.2 on OSX 10.7. It compiles fine with the SDK 10.6, but Xcode 4.5 removed the native support for SDKs older than 10.7.

/Users/me/Projects/Development/openFrameworks/addons/ofxMacamPs3Eye/src/macam/GenericDriver.m:1904:5: Use of undeclared identifier 'GetGWorld'
/Users/me/Projects/Development/openFrameworks/addons/ofxMacamPs3Eye/src/macam/GenericDriver.m:1905:5: Use of undeclared identifier 'SetGWorld'
/Users/me/Projects/Development/openFrameworks/addons/ofxMacamPs3Eye/src/macam/GenericDriver.m:1909:27: Use of undeclared identifier 'GetGWorldPixMap'
/Users/me/Projects/Development/openFrameworks/addons/ofxMacamPs3Eye/src/macam/GenericDriver.m:1914:5: Use of undeclared identifier 'SetGWorld'
/Users/me/Projects/Development/openFrameworks/addons/ofxMacamPs3Eye/src/macam/GenericDriver.m:1915:5: Use of undeclared identifier 'DisposeGWorld'
/Users/me/Projects/Development/openFrameworks/addons/ofxMacamPs3Eye/src/macam/GenericDriver.m:1941:40: Use of undeclared identifier 'GetGWorldPixMap
paulobarcelos commented 11 years ago

V2.1.0 removed osx10.6 dependencies. This should work now...