ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] Current CVS unable to read a capture (Win32)

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 8 Sep 2003 13:54:34 -0700

On Sep 8, 2003, at 6:48 AM, Graham Bloice wrote:

Executing cleanbld.bat and then nmake -f Makefile.nmake clean resolved the
problem.

Note that there are no dependencies in any of the Makefile.nmake files, so if a header file changes, there is no guarantee that everything that includes that header file will be recompiled. I don't know whether that was the cause of this problem or not, but I always do a "nmake -f Makefile.nmake clean" before doing a Windows build after doing a CVS update.