Hi all,
Am trying to compile CompuCell3D on Slack 12, but it dies mid-compile with:
/home/em/Desktop/CompuCell3D_3.1.16/XMLCereal/XMLPullParserImpl.cpp: In member function 'virtual BasicFileLocation XMLPullParserImpl::getLocation()':
/home/em/Desktop/CompuCell3D_3.1.16/XMLCereal/XMLPullParserImpl.cpp:149: error: invalid use of undefined type 'const struct xercesc_2_8::Locator'
/home/em/Desktop/CompuCell3D_3.1.16/XMLCereal/XMLParseEvent.h:37: error: forward declaration of 'const struct xercesc_2_8::Locator'
/home/em/Desktop/CompuCell3D_3.1.16/XMLCereal/XMLPullParserImpl.cpp:150: error: invalid use of undefined type 'const struct xercesc_2_8::Locator'
/home/em/Desktop/CompuCell3D_3.1.16/XMLCereal/XMLParseEvent.h:37: error: forward declaration of 'const struct xercesc_2_8::Locator'
/home/em/Desktop/CompuCell3D_3.1.16/XMLCereal/XMLPullParserImpl.cpp: In member function 'virtual void XMLPullParserImpl::startElement(const XMLCh*, const XMLCh*, const XMLCh*, const xercesc_2_8::Attributes&)':
/home/em/Desktop/CompuCell3D_3.1.16/XMLCereal/XMLPullParserImpl.cpp:485: error: invalid use of undefined type 'const struct xercesc_2_8::Attributes'
/home/em/Desktop/CompuCell3D_3.1.16/XMLCereal/XMLParseEvent.h:36: error: forward declaration of 'const struct xercesc_2_8::Attributes'
/home/em/Desktop/CompuCell3D_3.1.16/XMLCereal/XMLPullParserImpl.cpp:489: error: invalid use of undefined type 'const struct xercesc_2_8::Attributes'
/home/em/Desktop/CompuCell3D_3.1.16/XMLCereal/XMLParseEvent.h:36: error: forward declaration of 'const struct xercesc_2_8::Attributes'
/home/em/Desktop/CompuCell3D_3.1.16/XMLCereal/XMLPullParserImpl.cpp:490: error: invalid use of undefined type 'const struct xercesc_2_8::Attributes'
/home/em/Desktop/CompuCell3D_3.1.16/XMLCereal/XMLParseEvent.h:36: error: forward declaration of 'const struct xercesc_2_8::Attributes'
/home/em/Desktop/CompuCell3D_3.1.16/XMLCereal/XMLPullParserImpl.cpp:491: error: invalid use of undefined type 'const struct xercesc_2_8::Attributes'
/home/em/Desktop/CompuCell3D_3.1.16/XMLCereal/XMLParseEvent.h:36: error: forward declaration of 'const struct xercesc_2_8::Attributes'
/home/em/Desktop/CompuCell3D_3.1.16/XMLCereal/XMLPullParserImpl.cpp:492: error: invalid use of undefined type 'const struct xercesc_2_8::Attributes'
/home/em/Desktop/CompuCell3D_3.1.16/XMLCereal/XMLParseEvent.h:36: error: forward declaration of 'const struct xercesc_2_8::Attributes'
/home/em/Desktop/CompuCell3D_3.1.16/XMLCereal/XMLPullParserImpl.cpp:494: error: invalid use of undefined type 'const struct xercesc_2_8::Attributes'
/home/em/Desktop/CompuCell3D_3.1.16/XMLCereal/XMLParseEvent.h:36: error: forward declaration of 'const struct xercesc_2_8::Attributes'
make[2]: *** [XMLCereal/CMakeFiles/CC3DXMLCereal.dir/XMLPullParserImpl.o] Error 1
All suggestions welcome!