[clbuild-devel] uffi asd registration failed (register_other_asd ?)

user aperto1973 at web.de
Sun Dec 7 14:21:43 UTC 2008


Hello all,
hello David (as was suggested to me in #lisp),

creating the uffi asd in /clbuild/systems/ failed here with the current
clbuild. Had a look then into a previously working version of clbuild on
my system and manually created the link, so everythings fine for now.

 At first sight it looks as if register_other_asd in the current version
didnt work this time. The old working code was this:


link_extra_asds() {
    # some (buggy) projects try to hide their .asd files from us:
    ln -sf $source_dir/mcclim/Experimental/freetype/*.asd ${system_dir}/
    ln -sf $source_dir/eclipse/system.lisp ${system_dir}/eclipse.asd
    ln -f -s $source_dir/graphic-forms/src/external-libraries/*/*/*.asd
\
        ${system_dir}
    ln -sf $source_dir/clg/*/*.asd ${system_dir}
    ln -sf $source_dir/cells-gtk/*/*.asd ${system_dir}

    # also, override uffi:
    ln -sf $source_dir/cffi/uffi-compat/uffi.asd ${system_dir}/
}


P.S.: Thank you to all maintainers and patch submitters of clbuild. So
happy with it!







More information about the clbuild-devel mailing list