I intended to send this message to the list. I am doing so now in case it will be helpful to anyone else.
On Fri, 2005-06-24 at 10:15 -0400, Kevin Smith wrote: > First, I had to install g++, which defaults to 3.3. Which version of > g++ are you using? 3.3.5 > Doh! It needs gnome-vfs-2.0, and Ubuntu is only offering me 1.0.5. I > guess I would have to download 2.0 outside of the packaging system, > which I don't want to do right now. It has 2.0 - look at the "libgnomevfs2-0" and "libgnomevfs2-dev" packages. > In general, when reporting a problem like this it would help to know > what version of g++ you have, and what version of ArX source code you > have downloaded or pulled. 3.3.5 (Ubuntu's default) and 2.2.2 (the newest), respectively. > Ok. Definitely looks like a bug. I'm pretty sure the line: > > std::string result(*escaped); > > should be > > std::string result(escaped); I made that change on line 115 of src/arx/include/gvfs.hpp, and it seems to have worked. Thanks. _______________________________________________ Arx-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/arx-users
