From: <rl...@us...> - 2006-05-16 15:43:48
|
Revision: 16187 Author: rlaager Date: 2006-05-16 08:43:45 -0700 (Tue, 16 May 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16187&view=rev Log Message: ----------- 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. Modified Paths: -------------- trunk/src/dbus-analyze-functions.py Modified: trunk/src/dbus-analyze-functions.py =================================================================== --- trunk/src/dbus-analyze-functions.py 2006-05-13 15:42:23 UTC (rev 16186) +++ trunk/src/dbus-analyze-functions.py 2006-05-16 15:43:45 UTC (rev 16187) @@ -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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |