When compiling the package on LW or CCL, the following warning is provided:
The following function is undefined:
GRAPH-UTILS::MAKE-INDEX which is referenced by (METHOD GRAPH-UTILS::ADD-EDGE-INDEX (GRAPH-UTILS::TYPED-GRAPH T T T T ...))
Indeed, the file index.lisp in which this function is defined is only loaded in SBCL (#+sbcl), while the function GRAPH-UTILS::ADD-EDGE-INDEX, which calls GRAPH-UTILS::MAKE-INDEX, is loaded on all platforms (in de file typed-edge-graph-class.lisp).
When compiling the package on LW or CCL, the following warning is provided:
The following function is undefined:
GRAPH-UTILS::MAKE-INDEX which is referenced by (METHOD GRAPH-UTILS::ADD-EDGE-INDEX (GRAPH-UTILS::TYPED-GRAPH T T T T ...))
Indeed, the file index.lisp in which this function is defined is only loaded in SBCL (#+sbcl), while the function GRAPH-UTILS::ADD-EDGE-INDEX, which calls GRAPH-UTILS::MAKE-INDEX, is loaded on all platforms (in de file typed-edge-graph-class.lisp).