[Webkit-unassigned] [Bug 40900] New: [EFL] Build break for r61527

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 20 22:04:46 PDT 2010


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

           Summary: [EFL] Build break for r61527
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com


There is a build break for WebKitEFL. 

[100%] Building C object WebKit/CMakeFiles/../Programs/EWebLauncher.dir/efl/EWebLauncher/main.c.o
Linking CXX executable ../Programs/EWebLauncher
libewebkit.so: undefined reference to `WebCore::FormSubmission::create(WebCore::FormSubmission::Method, WebCore::String const&, WebCore::String const&, WebCore::String const&, WTF::PassRefPtr<WebCore::FormState>, WTF::PassRefPtr<WebCore::FormData>, WebCore::String const&, bool, WTF::PassRefPtr<WebCore::Event>)'
collect2: ld returned 1 exit status
make[2]: *** [WebKit/../Programs/EWebLauncher] error 1

It seems to me that this errors comes from  Bug 40084 -  Introduce FormSubmission, the structure representing a form submission.
(https://bugs.webkit.org/show_bug.cgi?id=40084)
The bug's patch didn't consider cmake.

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