Lately I got lot of problems with the xml library how can I solve this?:
/home/nanu/visuals/openFrameworks/addons/ofxQuadWarp/src/ofxQuadWarp.cpp: In member function ‘void ofxQuadWarp::disableMouseControls()’:
/home/nanu/visuals/openFrameworks/addons/ofxQuadWarp/src/ofxQuadWarp.cpp:73:11: error: ‘Poco’ does not name a type
catch(Poco::SystemException) {
^~~~
/home/nanu/visuals/openFrameworks/addons/ofxQuadWarp/src/ofxQuadWarp.cpp:73:32: error: expected unqualified-id before ‘)’ token
catch(Poco::SystemException) {
^
/home/nanu/visuals/openFrameworks/addons/ofxQuadWarp/src/ofxQuadWarp.cpp: In member function ‘void ofxQuadWarp::disableKeyboardShortcuts()’:
/home/nanu/visuals/openFrameworks/addons/ofxQuadWarp/src/ofxQuadWarp.cpp:94:11: error: ‘Poco’ does not name a type
catch(Poco::SystemException) {
^~~~
/home/nanu/visuals/openFrameworks/addons/ofxQuadWarp/src/ofxQuadWarp.cpp:94:32: error: expected unqualified-id before ‘)’ token
catch(Poco::SystemException) {
^
/home/nanu/visuals/openFrameworks/addons/ofxQuadWarp/src/ofxQuadWarp.cpp: In member function ‘void ofxQuadWarp::save(const string&)’:
/home/nanu/visuals/openFrameworks/addons/ofxQuadWarp/src/ofxQuadWarp.cpp:415:9: error: ‘class ofXml’ has no member named ‘addChild’; did you mean ‘getChild’?
xml.addChild("quadwarp");
^~~~~~~~
/home/nanu/visuals/openFrameworks/addons/ofxQuadWarp/src/ofxQuadWarp.cpp:416:9: error: ‘class ofXml’ has no member named ‘setTo’; did you mean ‘set’?
xml.setTo("quadwarp");
^~~~~
/home/nanu/visuals/openFrameworks/addons/ofxQuadWarp/src/ofxQuadWarp.cpp:417:9: error: ‘class ofXml’ has no member named ‘addChild’; did you mean ‘getChild’?
xml.addChild("src");
^~~~~~~~
/home/nanu/visuals/openFrameworks/addons/ofxQuadWarp/src/ofxQuadWarp.cpp:418:9: error: ‘class ofXml’ has no member named ‘setTo’; did you mean ‘set’?
xml.setTo("src");
^~~~~
/home/nanu/visuals/openFrameworks/addons/ofxQuadWarp/src/ofxQuadWarp.cpp:420:13: error: ‘class ofXml’ has no member named ‘addChild’; did you mean ‘getChild’?
xml.addChild("point");
^~~~~~~~
/home/nanu/visuals/openFrameworks/addons/ofxQuadWarp/src/ofxQuadWarp.cpp:421:13: error: ‘class ofXml’ has no member named ‘setToChild’; did you mean ‘getChild’?
xml.setToChild(i);