Re: build failure from gnome-build-0.0.2.cvs20011016



En mié, 2001-10-17 a 10:14, Christian Leutloff escribio:
> Hi there,
> 
> gcc fails due to missing -I/usr/include/gnome-vfs-1.0:
> 
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include -I../../src/lib/ -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGBF_DATADIR=\"/usr/share\" -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -I/usr/X11R6/include -I/usr/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include/gnome-1.0 -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/gnome-xml -I/usr/include/orbit-1.0 -I/usr/include/gnome-1.0 -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/gnome-xml -I/usr/include/orbit-1.0 -I/usr/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gnome-xml -I/usr/include/gconf/1 -DGTKHTML_HAVE_GCONF -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/gnome-xml -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -g -O2 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DGNOME_DATADIR=\"/usr/share\" -c images.c -Wp,-MD,.deps/images.TPlo   -fPIC -DPIC -o .libs/images.lo
> images.c:23: libgnomevfs/gnome-vfs-mime.h: No such file or directory
> images.c:24: libgnomevfs/gnome-vfs-mime-handlers.h: No such file or directory
> images.c:25: libgnomevfs/gnome-vfs-utils.h: No such file or directory
> 
> 
> the files are in:
> /usr/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-utils.h
> /usr/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-handlers.h
> /usr/include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime.h
> 
> 
> The appropriate place to fix this seams to be macros/gnome-vfs.m4. But
> I don't understand the file in fully detail. The comparison between
> e.g. gnome-orbit.m4 and gnome-vfs.m4 doesn't help me. What should I
> do? If there is a template/good example, I'm able to fix the problem.
> 


It's a Makefile.am problem. I fixed it this weekend, but I forgot to
send the patch (sorry).

Here you have it.

> TIA
>   Christian
> 
> PS: The missing pixmaps from gIDE were my fault, because I don't include them in the library packages 8-(
> 
> -- 
> Dipl.-Ing. Christian Leutloff, Aachen, Germany  christian leutloff de
>    http://www.oche.de/~leutloff/                leutloff debian org
> 
>             Debian GNU/Linux - http://www.de.debian.org/
>                    taz muss sein. abomail taz de
> _______________________________________________
> gnome-devtools mailing list
> gnome-devtools gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-devtools
-- 
Carlos Perelló Marín
mailto:carlos gnome-db org
mailto:carlos hispalinux es
http://www.gnome-db.org
http://www.Hispalinux.es
Valencia - Spain
Index: src/controls/Makefile.am
===================================================================
RCS file: /cvs/gnome/gnome-build/src/controls/Makefile.am,v
retrieving revision 1.12
diff -u -w -r1.12 Makefile.am
--- src/controls/Makefile.am	2001/07/16 04:20:35	1.12
+++ src/controls/Makefile.am	2001/10/17 08:50:02
@@ -6,7 +6,7 @@
 	$(GNOME_INCLUDEDIR)				\
 	$(OAF_CFLAGS) 					\
 	$(BONOBO_CFLAGS) $(BONOBOX_CFLAGS)		\
-	$(GNOME_VFS_CFLAGS)				\
+	$(VFS_CFLAGS)				\
 	$(GTKHTML_CFLAGS)				\
 	$(GAL_CFLAGS)					\
 	$(GDL_CFLAGS)

Attachment: pgpOmthd4QxQn.pgp
Description: PGP signature



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