Pádraig Brady wrote: > With the attached gnulib patch applied you should be able to build with:
The patch looks good, except that in this .h file, function parameter names are typically omitted. So, the declaration should better read: void fts_cross_check (FTS const *); Bruno