On 8/29/16, Warren Young <[email protected]> wrote: > > That’s only a partial fix. You also need to add a prototype for > uvstat_page() to one of the header files that src/doc.c includes, so the > compiler would catch that.
The header files in Fossil are automatically generated. (See the description of "makeheaders" at https://www.fossil-scm.org/fossil/doc/trunk/www/makefile.wiki) Sometimes the makefile gets confused and it is necessary to do "make clean fossil" in order to regenerate the header files correctly. Probably this is a bug in the makefile, but the problem comes up so rarely and the workaround so easy that nobody has taken the time to track down the bug and fix it. -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

