Ethereal-dev: [Ethereal-dev] Help please, compiling 0.9.7

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

From: Richard Urwin <RUrwin@xxxxxxxxxxxxxx>
Date: Thu, 3 Oct 2002 11:57:11 +0100
I am rebuilding my plugin for 0.9.7 (on Win2k using VC7)

to this end I needed to build 0.9.7

I am getting 101 unresolved symbols of the form "__imp__[libc name]"
eg "__imp__abort"

I also get "cannot open include file 'unistd.h'" in
epan/dfilters/scanner.c, but this is patchable to
#include "io.h"
#define isatty(x) _isatty(x)
I put this down to dependance on the provided scanner.c, which I surmise
was built under Unix, rather than FLEXing my own.

Fortunately, by the time the build gets around to linking Ethereal, it
has done enough to enable the building of the plugins. So my initial
need is met, but I would like to have a working build.

What am I doing wrong?

--
Richard Urwin, Private
"No 9000 series computer has ever made a mitsake or corrubiteddatatato."




________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs SkyScan
service. For more information on a proactive anti-virus service working
around the clock, around the globe, visit http://www.messagelabs.com
________________________________________________________________________