[Webkit-unassigned] [Bug 40810] New: [EFL] Add ENABLE_DEBUG option to cmake file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 17 21:44:16 PDT 2010


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

           Summary: [EFL] Add ENABLE_DEBUG option to cmake file
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        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


I cannot found options related to DEBUG. In my opinion, EFLWebKit needs to enable debug option as well.

When I added ENABLE_DEBUG option to cmake/OptionsEfl.cmake, there were "undefined references" as below,

Conservative compression summary:
  Wrote total 47834 bytes (47Kb) from 134514 (131Kb) input data
  Output file is 35.6% the size of the input data
  Saved 86680 bytes (85Kb)
Raw compression summary:
  Wrote total 47834 bytes (47Kb) from 807076 (788Kb) raw input data
  Output file is 5.9% the size of the raw input data
  Saved 759242 bytes (741Kb)
Scanning dependencies of target EWebLauncher
[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::CSSPreloadScanner::CSSPreloadScanner(WebCore::Document*)'
libewebkit.so: undefined reference to `WebCore::CSSPreloadScanner::scan(WebCore::HTML5Token const&, bool)'
libewebkit.so: undefined reference to `WebCore::CSSPreloadScanner::reset()'
collect2: ld returned 1 exit status

There are no "html/CSSPreloadScanner.cpp / h" in WebCore/CMakeList.txt. I added them to WebCore/CMakeList.txt.

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