ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] "nmake -f Makefile.nmake all" is failing.

From: "sharath kanagal" <sharath.kanagal@xxxxxxxxx>
Date: Wed, 30 Jan 2008 23:07:02 +0530

Hello,
 
This is the first time i'm working on wireshark.
 
The problem i'm facing is compiling the wireshark.
 Below is the procedure i have followed to compile the wireshark source.
 
I'm able to do the following,
 
1) nmake -f Makefile.nmake verify_tools
2) nmake -f Makefile.nmake setup
3) nmake -f Makefile.nmake distclean
 
But failing in nmake -f Makefile.nmake all with the following error
 
C:\wireshark-0.99.7>nmake -f Makefile.nmake all
 
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.
 
NMAKE : fatal error U1073: don't know how to make 'c-auto.h'
Stop.
 
C:\wireshark-0.99.7>
 
 
Regards
Sharath