[Webkit-unassigned] [Bug 119577] [Qt] REGRESSION(r153664): ThirdParty Angle build is broken.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 8 10:10:30 PDT 2013


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





--- Comment #1 from Alex Christensen <achristensen at apple.com>  2013-08-08 10:10:09 PST ---
Don't use SoftLinking.h while building ANGLE.  To get the soft linking to work you need to define ANGLE_WEBKIT_WIN (which I did in translatorCommon.props, libEGLCommon.props, and libGLESv2Common.props in https://trac.webkit.org/changeset/153664) while compiling ANGLE to produce an unaltered dll.  When compiling WebCore with WebGL enabled, do not define ANGLE_WEBKIT_WIN and it will use my soft link headers (eglsoftlinking.h and gl2softlinking.h).

Are you planning to get WebGL working on Qt win?  Let me know if you run into any problems.

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