On Mar 5, 2017, at 4:01 PM, Richard Hipp <[email protected]> wrote:
> 
> Please try out the new code and provide feedback.

I build with parallel make almost all the time, and I got this error when 
updating one of my fossil-scm.org trees likely last updated on March 2:

bld/dispatch.o:(.rodata+0xf68): undefined reference to `uvstat_page'
collect2: error: ld returned 1 exit status

That function was removed between the 2nd and the 6th.

Re-running “make” fixed it, which suggests that the manual dependencies you’re 
using are outdated.  Since uvstat_page() was never declared in any *.h file in 
2017-03-02, I don’t know what you’d make dispatch.o depend on to force a 
rebuild in a case like this, else I’d post a trivial patch to the -dev list.
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to