gnome-build build problems



I had some problems compiling gnome-build. It was not able to find the gnome-vfs-includes.

Here's a simple patch that fixes the problem.
     _________
    / /     \ \
   / (| ô ô |) \
  /___|  ^  |___\
_____| \___/ |______________________
    _/       \_      Dick Knol
   /__\_____/__\     dknol gmx net
     The SFinX       ICQ#: 28092044 
diff -ur gnome-build/src/controls/Makefile.am gbn/src/controls/Makefile.am
--- gnome-build/src/controls/Makefile.am	Sat Nov 10 11:03:30 2001
+++ gbn/src/controls/Makefile.am	Sat Nov 10 10:58:01 2001
@@ -9,7 +9,8 @@
 	$(GNOME_VFS_CFLAGS)				\
 	$(GTKHTML_CFLAGS)				\
 	$(GAL_CFLAGS)					\
-	$(GDL_CFLAGS)
+	$(GDL_CFLAGS)					\
+	$(VFS_CFLAGS)
 
 CFLAGS += \
 	-DGNOME_DATADIR=\""$(datadir)"\"

Attachment: pgpXLoURJRcl0.pgp
Description: PGP signature



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