Compilation question

CompuCell3D runs 3D multiscale multi-cell simulations, integrating the GGH model , PDE solvers (reaction-diffusion), and cell type automata (differentiation). CompuCell3D runs in parallel with the CompuCellPlayer visualization engine.
POST REPLY
User avatar
Emma Tonkin
Posts: 1
Joined: Wed Jan 30, 2008 7:55 pm

Compilation question

Post by Emma Tonkin » Thu Jan 31, 2008 9:16 am

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!

POST REPLY