Ethereal-dev: RE: [Ethereal-dev] Compilation problem win2k: ethereal-tap-register.c

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

From: "Susanne Edlund (LI/EAB)" <susanne.edlund@xxxxxxxxxxxx>
Date: Mon, 17 Jan 2005 09:59:43 +0100
I search my c:\ drive and found one grep in c:\cygwin\bin and one in c:\program files\delphi\bin. The I checked the path in a cmd window:

	path

and saw that the delphi path occured before the cygwin path. Thus, I prepended cygwin to the old path:

	set path=c:\cygwin\bin;%path%

, deleted ethereal-tap-register.c from the gtk directory and recompiled.

I hope this helps you!