Quote:
Originally Posted by rvs
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?
|
IREX recommended Ubuntu 8.04 as the development environment, so I presume the version on that release would be ok:
http://packages.ubuntu.com/hardy/libgnomevfs2-dev
=> version 2.22.
Iņigo