Error like this: ``` /home/roland/proj/xo-umbrella2-claude1/./xo-facet/include/xo/facet/OObject.hpp:63:19: required from ‘struct xo::facet::OObject’ 63 | using ISpecific = FacetImplType; | ^~~~~~~~~ /home/roland/proj/xo-umbrella2-claude1/./xo-gc/include/xo/gc/detail/RGCObject.hpp:15:16: required from ‘struct xo::mm::RGCObject >’ 15 | struct RGCObject : public Object { | ^~~~~~~~~ /home/roland/proj/xo-umbrella2-claude1/./xo-facet/include/xo/facet/obj.hpp:49:16: required from ‘struct xo::facet::obj’ 49 | struct obj : public RoutingType> { | ^~~ /home/roland/proj/xo-umbrella2-claude1/xo-object2/utest/Printable.test.cpp:81:57: required from here 81 | auto l0_o = with_facet::mkobj(l0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ /home/roland/proj/xo-umbrella2-claude1/./xo-facet/include/xo/facet/facet_implementation.hpp:97:15: error: no type named ‘ImplType’ in ‘struct xo::facet::FacetImplementation’ 97 | using FacetImplType = FacetImplementation::ImplType; | ^~~~~~~~~~~~~ ``` means implementation `xo::mm::AGCObject` for `xo::scm::DList` is not availabel to compiler. Either missing implementation or missing header. In example implementation would be in a file `IGCObject_DList.hpp`