RE: Problem in Building Ethereal using msvc- DetailedDescription
"Graham Bloice" <[email protected]>
| Newsgroups | gmane.network.ethereal.devel |
|---|---|
| Message-ID | <[email protected]> |
I am trying to build Ethereal using VC++ SP6.
I have installed cygwin., vc++, environment variables are set.
nmake -f makefile.nmake distclean --------> successfully done
nmake -f make.nmake verify_tools ----------> successfully done
nmake -f make.nmake setup
Here there was problem with My proxy setting so i downloaded all the
required library into specified directories by make.nmake & config.nmake.
so in a way this step is also successfully done.
Problem :
nmake -f makefile.nmake
when i do this there is a error
C:\ETHERE~1.14>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.
cl -D_U_="" /Zi /W3 lemon.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for
80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
lemon.c
lemon.c(30) : fatal error C1083: Cannot open include file: 'stdio.h': No
such fi
le or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Apps_32\Microsoft Visual
Studio\VC98\bin\NMAKE.E
XE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Apps_32\Microsoft Visual
Studio\VC98\bin\NMAKE.E
XE"' : return code '0x2'
Stop.
C:\ETHERE~1.14>
This is almost certainly an environment problem on your machine. Are you
sure you have run vcvars32.bat in the cmd window BEFORE running nmake?
What is your OS? Can you post the output of "set" after your nmake has
failed?
Regards,
Graham Bloice
_______________________________________________
Ethereal-dev mailing list
[email protected]
http://www.ethereal.com/mailman/listinfo/ethereal-dev