On Mon, Jun 8, 2009 at 11:27 PM, Lauri Leukkunen<[email protected]> wrote: > On 08/06/09 19:58 +0300, Felipe Contreras wrote: >> Probably related to gcc 4.4? > > The problem with these is that compilation breaks for all older systems, > can't apply. Is there any way to detect the newer compiler and make this > ifdef'ed?
Does it really breaks? By Googling in most places I see the argument is 'struct dirent **', and this is POSIX, so the change comes from glib? I have 2.10.1. Maybe we can create a scandir_arg_t type that is 'void *' or 'struct dirent **' depending on the system. -- Felipe Contreras _______________________________________________ Scratchbox-devel mailing list [email protected] http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-devel
