Skip to content
  • Christophe Rhodes's avatar
    SBCL / OpenMCL(?) build fixes · 6af474d6
    Christophe Rhodes authored
    Fix the perennially annoying duplicate component error in the
    Scigraph defsystem (name the components by the full namestring, which
    should be unique)
    
    While I'm at it, fix the annoyance over static / dynamic packages: for
    sbcl, clim-lisp-patch and clim-mop are dynamic packages, so they
    shouldn't be created by DEFPACKAGE (because reevaluating the defpackage
    subsequently, say by recompiling stuff, then invokes undefined
    behaviour)
    6af474d6