Hi and thanks for this fork! I managed to build jot-lib on ubuntu 12.04, but I had to deal with an overriding error I had when compiling:
in file src/geom/icon2d.H at line 56
Cstr_ptr name() const {return _name; }
seems to conflict with src/geom/geom.H at line
Cstr_ptr &name() const { return _name; }
It makes sense to me, so I just put an ampersand in icon2d.H and compiled happily, but my C++ skills are very limited so I've no idea if I did it right. Maybe it's just versions or something.
Thanks