Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46494 - gst-plugins-gnomevfs-0.8 can't find gnome-vfs.h
Summary: gst-plugins-gnomevfs-0.8 can't find gnome-vfs.h
Status: RESOLVED DUPLICATE of bug 46295
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-01 10:40 UTC by Michel Valdrighi
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Valdrighi 2004-04-01 10:40:39 UTC
gst-plugins-gnomevfs-0.8 fails to build because it can't find gnome-vfs.h.
gnome-vfs.h is in /usr/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h

All that is needed to make it build is a line that reads "GNOME_VFS_CFLAGS = -I/usr/include/gnome-vfs-2.0" in ext/gnomevfs/Makefile.

But since ./configure couldn't find gnome-vfs.h's path the line is never added.

Reproducible: Always
Steps to Reproduce:
Comment 1 Damien Gombault 2004-04-01 10:47:57 UTC
Try to upgrade libtool, then gst-plugins and gst-plugins-gnomevfs

Worked for me with libtool 1.5.2-r5 and gst-plugins 0.8.0-r1
Comment 2 foser (RETIRED) gentoo-dev 2004-04-01 10:59:40 UTC
nonsense.. 

@ reporter : have you been using BMG ?
Comment 3 foser (RETIRED) gentoo-dev 2004-04-01 11:07:30 UTC

*** This bug has been marked as a duplicate of 46295 ***
Comment 4 Benedikt Huber 2004-04-30 00:21:59 UTC
Had this error (include directive missing) too.
Simply manually running autogen.sh in $WORKDIR/ after unpacking solved the problem.