GNOME Bugzilla – Bug 395950
pkg-check for gnome-vfs
Last modified: 2007-01-14 16:26:55 UTC
I was unable to build libbonoboui with jhbuild. The error was reported for bonobo-file-selector-util.c, stating that <libgnomevfs/gnome-vfs.h> could not be found and so any gnome_vfs_* function is seen as an "implicit declaration" etc. Adding gnome-vfs and gnome-vfs-module to BONOBOUI_MODULES solves the problem.
Created attachment 80157 [details] [review] patch
I have the same problem and the patch has fixed it. Error log before patching: http://jhbuild.bxlug.be/builds/2007-01-12-0005/logs/libbonoboui/#note
Looks like fallout from bug 352193 to me... I think we'll also need to add gnome-vfs-2.0 to Requires.private in the .pc.in files.
*** Bug 396221 has been marked as a duplicate of this bug. ***
Commited. Thanks.