Ethereal-dev: RE: [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: "Dave Ramsey" <dave.ramsey@xxxxxxxxxxxxxxxx>
Date: Mon, 24 Apr 2006 21:45:48 +0100

I made exactly the same inferences that you did … However, you NEED cygwin installed

 

Good Luck

 


From: ethereal-dev-bounces@xxxxxxxxxxxx [mailto:ethereal-dev-bounces@xxxxxxxxxxxx] On Behalf Of Zeng, Charles
Sent: 24 April 2006 05:29
To: ethereal-dev@xxxxxxxxxxxx
Subject: [Ethereal-dev] How to build Ethereal on Windows XP using MS VC6.0

 

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