[Webkit-unassigned] [Bug 153120] New: [GTK OSX] libwebkit2gtk fails to link due to missing symbol ANGLEPlatformCurrent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 15 00:38:24 PST 2016


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

            Bug ID: 153120
           Summary: [GTK OSX] libwebkit2gtk fails to link due to missing
                    symbol ANGLEPlatformCurrent
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jeremyhu at apple.com
                CC: bugs-noreply at webkitgtk.org

After working around bug #152720 and bug #153117, libwebkit2gtk-4.0.37.dylib fails to link when configured with ENABLE_GRAPHICS_CONTEXT_3D due to missing ANGLEPlatformCurrent() required by libANGLESupport.a

Undefined symbols for architecture x86_64:
  "ANGLEPlatformCurrent()", referenced from:
      angle::GetTraceCategoryEnabledFlag(char const*) in libANGLESupport.a(event_tracer.cpp.o)
      angle::AddTraceEvent(char, unsigned char const*, char const*, unsigned long long, int, char const**, unsigned char const*, unsigned long long const*, unsigned char) in libANGLESupport.a(event_tracer.cpp.o)

ANGLEPlatformCurrent() is defined in Source/ThirdParty/ANGLE/src/libANGLE/Platform.cpp, but that file is not included in ANGLESupport_SOURCES in Source/WebCore/CMakeLists.txt

Should the build system be building libANGLE?  It looks like it does that for the Win32 case.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160115/398ecfc4/attachment.html>


More information about the webkit-unassigned mailing list