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

Daniel White daniel at whitehouse.id.au
Tue Dec 9 05:40:32 UTC 2008


On Sun, 07 Dec 2008 09:21:43 -0500
user <aperto1973 at web.de> wrote:

> 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!
> 

It turns out my patches to link_extra_asds had made it into the repository.

Are there any error messages?

Maybe the output of 'clbuild rebuild-links' would be helpful?

-- 
Daniel White




More information about the clbuild-devel mailing list