# HG changeset patch # User Richard Laager # Date 1147794225 0 # Node ID 9726dbf3d84439f33bc6464570b6889966313758 # Parent 78de76055f59f4de8f91537e5ae98a2a9cac5bf2 [gaim-migrate @ 16187] SVN fails to compile for some people (Luke, and the submitter of 1489421 at least). It worked for me and then didn't. Maybe I was looking at different trees? Anyway, this seems to fix it for me. We really need to cleanup the DBus stuff. committer: Tailor Script diff -r 78de76055f59 -r 9726dbf3d844 src/dbus-analyze-functions.py --- a/src/dbus-analyze-functions.py Sat May 13 15:42:23 2006 +0000 +++ b/src/dbus-analyze-functions.py Tue May 16 15:43:45 2006 +0000 @@ -26,6 +26,11 @@ "gaim_conv_placement_get_fnc", "gaim_conv_placement_get_current_func", "gaim_conv_placement_set_current_func", + + # This is excluded because this script treats GaimLogReadFlags* + # as pointer to a struct, instead of a pointer to an enum. This + # causes a compilation error. Someone should fix this script. + "gaim_log_read", ] # This is a list of functions that return a GList* whose elements are