Ethereal

[Ethereal-dev] Re: Plugins.c

Home | Introduction | Download | Documentation | Lists | FAQ | Development | Wiki

Ethereal-dev: March 2002


On Sat, Mar 02, 2002 at 04:11:22PM -0800, Rajan S wrote:
> I am using VC++ 6.0. I am getting the following error messages:
> 
> plugins.c
> plugins.c(149) : error C2065: 'DIR' : undeclared identifier
> plugins.c(149) : error C2065: 'dir' : undeclared identifier
> plugins.c(149) : warning C4552: '*' : operator has no effect; expected 
> operator with side-effect

Pardon me if this has already been discussed, but it looks that you did
not copy "config.h.win32" from the root of the Ethereal sources to
"config.h".  Those undeclared identifiers are essentially because you
are not compiling on a flavour of unix.

Hope this helps,

Mike.



Powered by MHonArc 2.6.10