From: McMechan, J. W C. <jam...@na...> - 2003-09-22 17:23:55
|
That looks like the compatability macros hit again. Some of the glib headers now have macros for compatibility that cause = structure definitions to blow up like this. I would suggest gcc -E to see what it is really creating in that = location note that after including all those headers it may be at line 5000 not = 13 if that is the case the line source will need to have the definitons = changed at least until glib gives up on those macros This is based on what I saw with user mode linux --------------- linux_stat.h:13: warning: no semicolon at end of struct or union linux_stat.h:13: parse error before '.' token |