
Still no joy in Mudville. After seeing failures in a variety of different ways with each new check-in, the build is stuck on box3d.cpp:
box3d.cpp: In function ‘Inkscape::XML::Node* box3d_write(SPObject*, Inkscape::XML::DocumentTree*, Inkscape::XML::Node*, guint)’: box3d.cpp:281: error: invalid use of incomplete type ‘struct Inkscape::XML::Document’ ./xml/xml-forward.h:23: error: forward declaration of ‘struct Inkscape::XML::Document’ box3d.cpp: In function ‘Geom::Matrix box3d_set_transform(SPItem*, const Geom::Matrix&)’: box3d.cpp:342: error: cannot convert ‘Inkscape::XML::Document*’ to ‘Document*’ for argument ‘1’ to ‘Persp3D* persp3d_create_xml_element(Document*, Persp3D*)’ box3d.cpp: In function ‘SPGroup* box3d_convert_to_group(SPBox3D*)’: box3d.cpp:1382: error: invalid use of incomplete type ‘struct Inkscape::XML::Document’ ./xml/xml-forward.h:23: error: forward declaration of ‘struct Inkscape::XML::Document’ box3d.cpp:1395: error: invalid use of incomplete type ‘struct Inkscape::XML::Document’ ./xml/xml-forward.h:23: error: forward declaration of ‘struct Inkscape::XML::Document’ box3d.cpp:1421: error: invalid use of incomplete type ‘struct Inkscape::XML::Document’ ./xml/xml-forward.h:23: error: forward declaration of ‘struct Inkscape::XML::Document’
Tav