Ethereal-dev: [Ethereal-dev] How to build Ethereal on Windows XP using MS VC6.0

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

From: "Zeng, Charles" <charles.zeng@xxxxxxxxx>
Date: Sun, 23 Apr 2006 21:29:19 -0700

Hi, list,

 

I tried to build ethereal 0.10.14 on Windows XP using MS VC 6.0 and got the following errors:

 

 

C:\ethereal\ethereal-0.10.14>nmake -f Makefile.nmake distclean

 

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0

Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

 

        rm -f gtk2.tmp/*.*

'rm' is not recognized as an internal or external command,

operable program or batch file.

NMAKE : fatal error U1077: 'rm' : return code '0x1'

Stop.

 

 

C:\ethereal\ethereal-0.10.14>nmake -f Makefile.nmake setup

 

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0

Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

 

'bash' is not recognized as an internal or external command,

operable program or batch file.

NMAKE : fatal error U1077: 'bash' : return code '0x1'

Stop.

 

Any one knows how to resolve this.

 

 

Thanks in advance.

 

-Charles