totem 2.17.91 fails because forte doesn't support the 'x...' variable args function declaration.
See: http://svn.gnome.org/viewcvs/totem/trunk/src/backend/debug.h?rev=3411&view=markup the problem line is: #define D(x...) g_message (x) I changed it to: #define D(x...) g_message (x) and pushed upstream: http://bugzilla.gnome.org/attachment.cgi?id=82180&action=view Is this the best solution? Should I have added a #elif for Solaris? What would the #elfi test be? Damien
