[Webkit-unassigned] [Bug 69712] New: error of building webkit with directfb

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 8 18:20:04 PDT 2011


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

           Summary: error of building webkit with directfb
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wmhust at 21cn.com


Hi everybody,

   I have successfully built (cross-compile) webkit-r59711 with --gtk (x11 default) on embedded platform.  But now there are errors when i build it with --gtk --with-target=directfb.  In that case, webkit will depends on libgdk-x11-2.0.so and libgdk-directfb-2.0.so, they depend respectively on libcairo( with xlib) and libcairo( with directfb). Because of the same name, error is that undefined reference of cairo_xlib_surface_create in libgdk-x11-2.0.so when linking libcairo( with directfb) or undefined reference of cairo_directfb_surface_create in  libgdk-directfb-2.0.so when linking  libcairo( with xlib).  I don`t know why libgdk-x11-2.0.so is still dependency of webkit when building with --with-target=directfb?                  


 How do i resolve it?

Thanks for any help.  
Best regards.      
Wen ming

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