is ofxMSAInteractiveObject compatible in ubuntu 12.04. I am getting following errors when i tried to use it in ubuntu
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp: In member function void ofxMSAInteractiveObject::enableMouseEvents():
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:69:25: error: request for member mousePressed in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:70:25: error: request for member mouseMoved in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:71:25: error: request for member mouseDragged in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:72:25: error: request for member mouseReleased in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp: In member function void ofxMSAInteractiveObject::disableMouseEvents():
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:76:28: error: request for member mousePressed in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:77:28: error: request for member mouseMoved in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:78:28: error: request for member mouseDragged in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:79:28: error: request for member mouseReleased in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp: In member function void ofxMSAInteractiveObject::enableKeyEvents():
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:83:25: error: request for member keyPressed in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:84:25: error: request for member keyReleased in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp: In member function void ofxMSAInteractiveObject::disableKeyEvents():
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:88:28: error: request for member keyPressed in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:89:28: error: request for member keyReleased in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp: In member function void ofxMSAInteractiveObject::enableAppEvents():
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:93:25: error: request for member setup in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:94:25: error: request for member update in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:95:25: error: request for member draw in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:96:25: error: request for member exit in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp: In member function void ofxMSAInteractiveObject::disableAppEvents():
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:100:28: error: request for member setup in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:101:28: error: request for member update in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:102:28: error: request for member draw in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:103:28: error: request for member exit in ofEvents, which is of non-class type ofCoreEvents&()
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp: In member function void ofxMSAInteractiveObject::_mouseMoved(ofMouseEventArgs&):
src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.cpp:184:6: warning: unused variable button [-Wunused-variable]
make: *** [obj/i686Release/src/ofxMSAInteractiveObject/src/ofxMSAInteractiveObject.o] Error 1