On Sat, 03 Mar 2001 01:52:26 Louis Garcai wrote:
I am trying to compile latest builds on my rh7 box and am getting
following error:
gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../cut-n-paste-code
-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include
-I/usr/lib/glib/include
-I/usr/X11R6/include -g -O2 -Wp,-MD,.deps/nautilusclist.pp -c
nautilusclist.c -fPIC -DPIC -o nautilusclist.lo
nautilusclist.c:31:25: gtk/gtkmain.h: No such file or directory
In file included from nautilusclist.c:32:
nautilusclist.h:35:21: gdk/gdk.h: No such file or directory
nautilusclist.h:36:27: gtk/gtksignal.h: No such file or directory
nautilusclist.h:37:30: gtk/gtkalignment.h: No such file or directory
nautilusclist.h:38:26: gtk/gtklabel.h: No such file or directory
nautilusclist.h:39:27: gtk/gtkbutton.h: No such file or directory
nautilusclist.h:40:31: gtk/gtkhscrollbar.h: No such file or directory
nautilusclist.h:41:31: gtk/gtkvscrollbar.h: No such file or directory
nautilusclist.h:42:26: gtk/gtkenums.h: No such file or directory
nautilusclist.h:33:29: gtk/gtkbindings.h: No such file or directory
nautilusclist.h:34:24: gtk/gtkdnd.h: No such file or directory
nautilusclist.h:35:22: gdk/gdkx.h: No such file or directory
nautilusclist.h:36:28: gdk/gdkkeysysm.h: No such file or directory
make [4]: *** [nautilusclist.lo] Error 1
make [4]: Leaving directory
'/usr/src/redhat/BUILD/nautilus-0.8.3.0.200103021239/cut-n-paste-code/widgets/nautilusclist'
make [3]: *** [all-recursive] Error 1
make [3]: Leaving directory
'/usr/src/redhat/BUILD/nautilus-0.8.3.0.200103021239/cut-n-paste-code/widgets'
any ideas????
I've had the same problem (as far as I can tell) and the answer was to edit
cut-n-paste-code/widgets/nautilusclist/Makefile.am and add $(GTK_CFLAGS) to
the INCLUDES list. This 'll have to happen in more than one Makefile.am but
the errors are all pretty much identical so it's not hard to tell.