gconf-editor build patch



Hi,

I'm having a build issue with gconf-editor-0.1 (in gnome2-beta4). The
problem is that the include path /usr/include is used before any others.
Consequently, the build fails if you have gdkpixbuf/gnome2 installed
(for example, it uses /usr/include/libgnome/gnome.h instead of
/usr/include/libgnome-2.0/libgnome/gnome.h).

Solution is rather simple: remove the include path. Attached is a patch
to fix that.

Ronald

-- 
-   .-.
-   /V\    | Ronald Bultje <rbultje ronald bitfreak net>
-  // \\   | Running: Linux 2.4.18-XFS and OpenBSD 3.0
- /(   )\  | http://ronald.bitfreak.net/
-  ^^-^^
--- src/Makefile.am-old	Sun Apr 28 12:34:19 2002
+++ src/Makefile.am	Sun Apr 28 12:34:24 2002
@@ -2,7 +2,6 @@
 	-DLOCALEDIR=\""$(datadir)/locale"\" 	\
 	-DGCONF_EDITOR_IMAGEDIR=\""$(datadir)/pixmaps/gconf-editor"\" \
 	-DIMAGEDIR=\""$(datadir)/pixmaps"\" \
-	-I$(includedir)		\
 	-DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED \
 	-DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED \
 	-DGNOME_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_DEPRECATED \


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