Thus said "Andy Bradford" on 27 Oct 2016 21:42:34 -0600:

> I always run  ``make distclean'' not ``make distclean''  but since you
> suggest it, here's the difference on my system:

Minor correction, I always run ``make clean'' not ``make distclean''

At any rate, this happens on a  system that supports FuseFS (at least on
my system) because FOSSIL_HAVE_FUSEFS  gets defined in autoconfig.h, but
if there is  an #ifdef surrounding the option to  include "config.h" inf
fusefs.c, then  autoconfig.h will  never get  sourced, and  neither will
FOSSIL_HAVE_FUSEFS  when fusefs.c  is built.  So other  parts of  Fossil
think that the  command is enabled, but fusefs.c itself  does not, so it
doesn't get built. Hence the linker error.

Thanks,

Andy
-- 
TAI64 timestamp: 400000005812cb7e


_______________________________________________
fossil-dev mailing list
fossil-dev@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Reply via email to