> On Nov 9, 2017, at 11:10 AM, Roel Janssen <r...@gnu.org> wrote: > I wanted to try ffi-helper on htslib, but I am confused on how to get > started. Where does the "compile-ffi" subcommand for "guild" come from? >
And not sure I answered this question as intended. The `guild' command looks for a scm file with basename of the first argument in a subdirectory scripts/ in LOAD_PATH. So `guild compile-ffi foo.ffi' will execute `scripts/compile-ffi.scm' with argument `foo.ffi'. Matt