Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Windows buildbots failing

From: Christopher Maynard <Christopher.Maynard@xxxxxxxxx>
Date: Sun, 19 Feb 2012 15:49:18 +0000 (UTC)
The Windows buildbots are all failing with:

Linking tshark.exe
	link @C:\Users\buildbot\AppData\Local\Temp\nm2AA1.tmp
LINK : fatal error LNK1181: cannot open input file 'ui/cli/tap-afpstat.obj'

Running nmake -f Makefile.nmake maintainer-clean gets the build past this, so
maybe the cleaning phase should be updated?

Unfortunately, I'm seeing another problem with mate:

mate_parser.l(47) : fatal error C1083: Cannot open include file:
'mate_parser_lex.h': No such file or directory

- Chris