patch



Hello,

I'm having a build issue with eog in gnome2-beta4. The problem is that
it includes /usr/include as include path before other paths. Therefore,
it tries to use my gnome1/gdkpixbuf1 include files (e.g.
/usr/include/libgnome/gnome.h) instead of gnome2/gtk2 files (e.g.
/usr/include/libgnome-2.0/libgnome/gnome.h).

The solution is rather simple: remove /usr/include as include path.
Attached is a patch to fix it.

Ronald

-- 
-   .-.
-   /V\    | Ronald Bultje <rbultje ronald bitfreak net>
-  // \\   | Running: Linux 2.4.18-XFS and OpenBSD 3.0
- /(   )\  | http://ronald.bitfreak.net/
-  ^^-^^
--- libeog/Makefile.am-old	Sun Apr 28 19:27:42 2002
+++ libeog/Makefile.am	Sun Apr 28 19:27:50 2002
@@ -8,7 +8,6 @@
 	-I$(srcdir) -I$(top_srcdir) 			\
 	-I$(top_srcdir)/src				\
 	-I$(top_builddir)				\
-        -I$(includedir)                                 \
 	$(EOG_CFLAGS)					\
 	$(EXTRA_WARNING_CFLAGS)
 
--- viewer/Makefile.am-old	Sun Apr 28 19:29:45 2002
+++ viewer/Makefile.am	Sun Apr 28 19:30:03 2002
@@ -9,7 +9,6 @@
 	-I$(top_builddir)				\
 	-I$(top_srcdir)/libeog				\
 	-I$(top_builddir)/libeog			\
-        -I$(includedir)                                 \
 	$(EOG_CFLAGS)					\
 	$(EXTRA_WARNING_CFLAGS)
 
--- shell/Makefile.am-old	Sun Apr 28 19:32:47 2002
+++ shell/Makefile.am	Sun Apr 28 19:32:54 2002
@@ -3,7 +3,6 @@
 	-I. 						\
 	-I$(top_srcdir)/libeog				\
 	-I$(top_builddir)/libeog			\
-        -I$(includedir)                                 \
 	$(GCONF_CFLAGS)					\
 	$(EXTRA_WARNING_CFLAGS)				\
 	$(EOG_CFLAGS)					\


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]