"fossil clean -x" works better than "make clean" or "make distclean". It seems to clear the problem.
On 10/27/16, Andy Bradford <[email protected]> wrote: > 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-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- D. Richard Hipp [email protected] _______________________________________________ fossil-dev mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev
