Eric, 2017-05-06 0:24 GMT+02:00 Eric Bavier : > On Fri, 5 May 2017 17:50:53 +0200 > Catonano wrote: > > > stranded as usual. > > > > So here's the package > > http://paste.lisp.org/display/345871 > > > > What is wrong with it ? > > > > The build fails, the build folder (kept in /tmp) is empty > > > > Further, when I attempt to call tree, tree doesn't get called > > trivial-build-system requires you to do a lot manually. In this case > '(zero? (system* "tree"))' fails because it's not found in $PATH. > > And the build folder is empty because the builder doesn't put anything > there! :) Since you're working from a git checkout here, you could > probably copy/compile things directly from the source checkout to 'out'. > > Hope that helps, > `~Eric > > Thank you so much or your help Would you mind to take a look at this new version ? http://paste.lisp.org/display/346142 The (copy-file file dest-file) piece fails with ... In unknown file: ?: 0 [copy-file "include.scm" ...] ERROR: In procedure copy-file: ERROR: In procedure copy-file: No such file or directory But as you can see on te "tree" output, include.scm is there indeed Thanks in advance