On Sun, 2008-11-09 at 15:34 +0100, Laurent Aguerreche wrote:
> Hi!
> 
> tracker-indexer fails to index MP3 files because it relies on a call of
> g_file_make_directory_with_parents, unfortunately this function was only
> added recently and I think it is missing in almost all the glib
> libraries shipped by current linux distributions. In fact, it seems that
> this function has been introduced with GLib 2.17.1
> ( http://mail.gnome.org/archives/gtk-devel-list/2008-June/msg00155.html ).
> 
> Is it possible to avoid the use of this function or to embed a copy of
> it within tracker-extract?
> 

have to agree with laurent here

why not use g_mkdir_with_parents instead?


jamie

_______________________________________________
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to