Re: [Tracker] g_file_make_directory_with_parents is undefined

2008-11-10 Thread Ivan Frade
El dom, 09-11-2008 a las 17:30 +0100, ext Philip Van Hoof escribió: have to agree with laurent here why not use g_mkdir_with_parents instead? Because the location can be on a URI too, not only on a local path Attached patch would embed the code, although this of course duplicates

[Tracker] g_file_make_directory_with_parents is undefined

2008-11-09 Thread Laurent Aguerreche
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

Re: [Tracker] g_file_make_directory_with_parents is undefined

2008-11-09 Thread Jamie McCracken
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

Re: [Tracker] g_file_make_directory_with_parents is undefined

2008-11-09 Thread Philip Van Hoof
On Sun, 2008-11-09 at 09:52 -0500, Jamie McCracken wrote: 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