On 9/15/2011 9:06 AM, Yosi Saggi wrote:
I have updated via SVN my wireshark code files, When trying to verify
the tools with:
nmake -f Makefile.nmake verify_tools
C:\wireshark_1_6>nmake -f Makefile.nmake verify_tools
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
ERROR: The contents of C:\wireshark-win32-libs\current_tag.txt is
2010-08-25.
It should be 2011-06-27.
I'm not sure why verify_tools says can't find ...
However, the above error message about current_tag.txt being incorrect
means that the various libraries for Windows (GTK & etc) aren't up-to-date.
I suggest fixing this known error first by doing an 'nmake ... setup'
and then we can address the verify_tools issue (which may still exist).