[Webkit-unassigned] [Bug 132814] [Stable] [GTK] GdiObject.h missing in WebKitGTK 2.4.1 tarball

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 13 00:56:54 PDT 2014


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





--- Comment #3 from Alberto Garcia <berto at igalia.com>  2014-05-13 00:57:16 PST ---
(In reply to comment #2)
> - where do I get those files from, please? Exact link welcome.

You can browse the repository here:

   http://trac.webkit.org/browser/releases/WebKitGTK

Or you can also clone this git repository which contains the
webkit-2.4 branch with all the stable releases.

   https://github.com/bertogg/webkit

Here are the direct links to the files I mentioned earlier:

   https://raw.githubusercontent.com/bertogg/webkit/webkit-2.4/Source/WebCore/platform/win/GDIObjectCounter.h
   https://raw.githubusercontent.com/bertogg/webkit/webkit-2.4/Source/WebCore/platform/win/GDIObjectCounter.cpp
   https://raw.githubusercontent.com/bertogg/webkit/webkit-2.4/Source/WebCore/platform/graphics/win/SharedGDIObject.h
   https://raw.githubusercontent.com/bertogg/webkit/webkit-2.4/Source/WTF/wtf/win/GDIObject.h

> - which Makefile should I change and in what way?

You probably need to add those files to this Makefile:

   Source/WebCore/GNUmakefile.list.am

See the TARGET_WIN32 section. Run autogen.sh afterwards so the new
Makefiles are generated with your changes.

-- 
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