[cairo-bugs] [Bug 30968] Cairo won't build on Win32 because there is no ffs function

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 1 06:50:36 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=30968

--- Comment #2 from Martin Schlemmer <11285613 at nwu.ac.za> 2010-11-01 06:50:34 PDT ---
I'm not too familiar with Cygwin, but not sure if the condition should be only
for GCC and Win32:

#if defined(__GNUC__) && defined(__WIN32__)

Might be better to check for MinGW specifically, and also do a check that we do
not have a ffs() implementation:

#if defined(__MINGW32__) && !defined(HAVE_FFS)

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


More information about the cairo-bugs mailing list