[Webkit-unassigned] [Bug 32024] [GTK] WebKit does not compile without JAVASCRIPT_DEBUGGER

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 4 19:04:23 PST 2009


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


Gyuyoung Kim <gyuyoung at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44323|0                           |1
        is obsolete|                            |
  Attachment #44345|                            |review?
               Flag|                            |




--- Comment #11 from Gyuyoung Kim <gyuyoung at gmail.com>  2009-12-04 19:04:22 PST ---
Created an attachment (id=44345)
 --> (https://bugs.webkit.org/attachment.cgi?id=44345)
patch for the build error when JAVASCRIPT_DEBUGGER is disabled on gtk-2

I add '-DENABLE_JAVASCRIPT_DEBUGGER 0' to WebCore/GNUmakefile.am as below,  
===========================================================
if ENABLE_JAVASCRIPT_DEBUGGER
FEATURE_DEFINES_JAVASCRIPT += ENABLE_JAVASCRIPT_DEBUGGER=1

webcore_cppflags += \
        -DENABLE_JAVASCRIPT_DEBUGGER=1

else
webcore_cppflags += \
        -DENABLE_JAVASCRIPT_DEBUGGER=0

endif # END ENABLE_JAVASCRIPT_DEBUGGER
===========================================================

I find that some features ,for example ENABLE_DATABASE, ENABLE_ICONDATABASE,
ENABLE_WEB_SOCKETS, already use this way.

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