[Bug 24395] Issues making telepathy-gabble 0.8.3 work on windows

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Nov 3 11:40:05 CET 2009


http://bugs.freedesktop.org/show_bug.cgi?id=24395





--- Comment #20 from Matti Reijonen <matti.reijonen at evocativi.com>  2009-11-03 02:40:05 PST ---
(In reply to comment #3)
Have to comment on that 
#define DEBUG(f, ...) g_debug (f , ## __VA_ARGS__)
notation, it works most of the time on windows, 
but I noticed when building
telepathy-farsight in windows that 
if you call that macro with no extra arguments:

DEBUG(format) 

the end result is syntax error : ')' 

I think its because it translates to: g_debug (format,);
and compiler in windows does not like it.
So it works as long as you call it with those extra
parameters, but not if its called without them,
but that obviously works on linux..


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the telepathy-bugs mailing list