Bug 26248

Summary: Building without Javascript Debugger support is broken.
Product: WebKit Reporter: Eric <eric225125>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED    
Severity: Normal CC: fujii.hironori, sameer.subscriptions
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   

Eric
Reported 2009-06-07 19:32:32 PDT
I attempted to build from current trunk and it fails if I pass --disable-javascript-debugger. The errors are produced because "#if ENABLE(JAVASCRIPT_DEBUGGER)" evaluates to true and that code is attempted to be built. Passing -DENABLE-JAVASCRIPT-DEBUGGER=0 to the compiler fixes the problem.
Attachments
Fujii Hironori
Comment 1 2009-06-25 06:27:48 PDT
*** Bug 26679 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.