On Fri, 10 Oct 2003, Jon Griffiths wrote:
Great stuff, cheers! The output format is fine, but would it be possible to rebuild the whole tree each night?
In fact the whole tree is rebuilt each night, but this was not really clear from the log. If you check last nights log, you will see the following additional lines:
### make distclean ### cvs update : ### Using CC=/usr/bin/gcc ### ./configure ### make depend ; make
:-)
that way any warnings will be present in every log, not just the one day that the change was committed.
And, also new, at the end of each log you will find a new section like the following:
### Warnings config.c:172: warning: right shift count >= width of type config.c:178: warning: right shift count >= width of type /home/gerald/wine/tools/winegcc/winewrap.c:346: warning: tempnam() possibly used unsafely; consider using mkstemp() directx.c:852: warning: implicit declaration of function `glXGetProcAddressARB' drawprim.c:829: warning: implicit declaration of function `glMultiTexCoord4fARB' :
I hope this is useful?
Gerald