Ethereal-dev: [Ethereal-dev] gtk header file location

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

Date: Tue, 21 Nov 2000 22:23:51 +0900
	with the latest build tree, I get the following error.
	it seems to me that epan/Makefile should include GTK_CFLAGS and some
	other items, so that we can refer to gtk/gtk.h correctly.
	(sorry i'm novice in automake arena, no fix is provided)

	i'm on netbsd-current with gtk+ 1.2.8.

itojun



Making all in epan
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 epan.c
In file included from plugins.h:34,
from epan.c:16:
.../prefs.h:33: gtk/gtk.h: No such file or directory
gmake[2]: *** [epan.o] Error 1
gmake[2]: Leaving directory `/usr/home/itojun/work/ethereal/ethereal/epan'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/home/itojun/work/ethereal/ethereal'
gmake: *** [all-recursive-am] Error 2