I'm trying to compile 0.10.12 on windows
but it fails at tghe first command in the wiretap directory trying to
call a program called "rc"
(the only rc program I'm aware of is the one called by init(1) at
startup on unix systems)
what am I doing wrong?
C:\cygwin\home\IAB\ethereal-0.10.12>nmake / -f Makefile.nmake all
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cd tools
NMAKE / -f Makefile.nmake
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cd lemon
NMAKE / -f Makefile.nmake
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cd ..
cd ..
cd image
NMAKE / -f Makefile.nmake
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cd ..
cd wiretap
NMAKE / -f Makefile.nmake
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
rc /r ..\image\wiretap
"rc" non è riconosciuto come comando interno o esterno,
un programma eseguibile o un file batch.
NMAKE : fatal error U1077: 'rc' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"c:\Programmi\Microsoft Visual
Studio\vc98\bin\NMAKE.EXE"' : return code '0x2'
Stop.