Thanks for the bug report. I moved the offending check-in onto a branch. Please do "fossil up trunk" and then try again.
On 1/19/18, Richie Adler <[email protected]> wrote: > I get the following warning in compilation: > > src/checkin.c: In function 'status_cmd': > src/checkin.c:477:7: warning: implicit declaration of function 'getuid' > [-Wimplicit-function-declaration] > if( getuid()==0 ){ > ^ > > and then on link: > > wbld/checkin.o:checkin_.c:(.text+0xea9): undefined reference to `getuid' > collect2.exe: error: ld returned 1 exit status > make: *** [fossil.exe] Error 1 > > > Version [4f90d591aa] compiles perfectly. > > Compiled under Windows 7, gcc version 5.3.0 (x86_64-posix-seh-rev0, Built by > MinGW-W64 project) > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

