[Webkit-unassigned] [Bug 133028] Build break of 2.4.1 under mingw32/msys

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 28 12:50:21 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=133028





--- Comment #19 from Alberto Garcia <berto at igalia.com>  2014-05-28 12:50:44 PST ---
(In reply to comment #18)
> I'm using BinarySemaphore.cpp too. The thing is that the
> BinarySemaphore.h uses OS(WINDOWS), thus the .cpp file should as
> well. The exact error is below. "Syncing" the check with the header
> file make sit compile.

> Source/WTF/wtf/threads/BinarySemaphore.cpp:44:24: error: 'm_mutex' was not declared in this scope
>      MutexLocker locker(m_mutex);

I actually think you should replace OS(WINDOWS) in BinarySemaphore.h
with PLATFORM(WINDOWS), does that work?

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



More information about the webkit-unassigned mailing list