Skip to content

Undefined function make-index on #-sbcl  #2

Description

@paulvaneecke

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions