When compiling (Windows XP SP3, bzr 10032), I get this error:
Make error line 300: problem compiling: src/2geom/conicsec.cpp:36:41: error: 2geom/conic_section_clipper.h: No such file or directory src/2geom/conicsec.cpp: In function 'bool Geom::clip(std::vector<Geom::RatQuad, std::allocatorGeom::RatQuad >&, const Geom::xAx&, const Geom::Rect&)': src/2geom/conicsec.cpp:1545: error: 'clipper' was not declared in this scope src/2geom/conicsec.cpp:1545: error: expected ';' before 'aclipper' src/2geom/conicsec.cpp:1546: error: 'aclipper' was not declared in this scope src/2geom/conicsec.cpp: At global scope: src/2geom/conicsec.cpp:1543: warning: unused parameter 'cs' src/2geom/conicsec.cpp:1543: warning: unused parameter 'R'
It seems there's a missing file. Regards. Luca