Ethereal-dev: Re: [Ethereal-dev] need gtk include file path in epan/Makefile

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Thu, 19 Oct 2000 16:40:16 -0400
On Fri, Oct 20, 2000 at 05:36:52AM +0900, itojun@xxxxxxxxxx wrote:
> 	sorry if it is a local build problem.
> 	epan/resolv.c includes gtk headers (due to include file chain).
> 	however, epan/Makefile.in does not have GTK_{CFLAGS,LIBS,CONFIG}.
> 
> itojun
> 
> 
> gmake[2]: Entering directory `/usr/home/itojun/work/ethereal/ethereal/epan'
> gcc -DHAVE_CONFIG_H -I. -I. -I. -I./..    -Wall -g -O2 -I/usr/pkg/lib/glib/include -I/usr/pkg/include/glib -c resolv.c
> In file included from ../file.h:40,
>                  from ../globals.h:30,
>                  from resolv.c:83:
> ../gtk/colors.h:30: gtk/gtk.h: No such file or directory
> gmake[2]: *** [resolv.o] Error 1

In that case work needs to be done to avoid including GTK header files.
I can take a look at it tonight.

--gilbert