Ethereal-dev: Re: [Ethereal-dev] 0.8.14 tonight

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Tue, 21 Nov 2000 16:07:45 -0800 (PST)
> There's more then just prefs.h that cause problems when GTK+ isn't
> installed.

"prefs.h" shouldn't cause a problem any more.

> You also have to remove the capture.h, capture.c, file.h,
> and file.c from the build since they require GTK+ stuff.  I wonder if
> these file should be moved out of the root directory to the GTK 
> because of these dependences.  

In the case of "file.c"/"file.h", there's a fair bit of stuff that
shouldn't be GUI-dependent, so I'd rather see them split rather than
moved *in toto*.

The same applies, although perhaps to a lesser degree, to
"capture.c"/"capture.h".