I have the same problem using Ubuntu Lucid. I can't get the plugin to compile though. I think it clashes with the version of gnome_vfs I have or something.
It looked in the wrong place for the gnome_vfs header files (/usr/include/libgnomevfs instead of /usr/include/gnome-vfs-2.0/libgnomevfs). When I corrected this (by copying them, probably not the 'correct' way to do this) I got undefined references, like:
plugin.c:430: undefined reference to `gnome_vfs_uri_new'
Does anyone perhaps know which version of gnome_vfs I should use?
|