On Jan 10, 2006, at 4:43 AM, Ralf Stephan wrote:
Please bear with the side effects. I firmly believe that they are worth it all. A log file of the removal is available on request. All in all, a 1.5 GHz computer with 2.5" hard disk needed 12 hours full work for it.
I fixed a couple of compilation problems I noticed. One specifically we may need to be wary of -- removing conditional includes that aren't being included to begin with using whatever preprocessor flags you have while running these scripts.
To explain, one of my fixes was adding back the missing include below:
#ifdef WITH_GNOME_VFS +# include <libgnomevfs/gnome-vfs.h> #endif
I guess this is the danger with automated tools.
Otherwise though, thanks for your time spent on this. Should make compilation times a bit faster.
Cheers, Michael