[Webkit-unassigned] [Bug 6288] New: HEAD build broken 12/29/2005
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Thu Dec 29 12:50:33 PST 2005
http://bugzilla.opendarwin.org/show_bug.cgi?id=6288
Summary: HEAD build broken 12/29/2005
Product: WebKit
Version: 412+
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: WebKit API
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: markd at borkware.com
MacDome on IRC suggested I submit this as a bug.
I did a fresh webkit checkout and build. I received these errors:
cc1obj: warnings being treated as errors
/Users/mdalrymple/Projects/webkit/WebKit/WebCoreSupport.subproj/WebTextRenderer.m: In function
'overrideLayoutOperation':
/Users/mdalrymple/Projects/webkit/WebKit/WebCoreSupport.subproj/WebTextRenderer.m:242:
warning: 'ch' may be used uninitialized \
in this function
{standard input}:4536:non-relocatable subtraction expression, "_overrideLayoutOperation" minus
"L00000000015$pb"
{standard input}:4536:symbol: "_overrideLayoutOperation" can't be undefined in a subtraction
expression
{standard input}:4530:non-relocatable subtraction expression, "_overrideLayoutOperation" minus
"L00000000015$pb"
{standard input}:4530:symbol: "_overrideLayoutOperation" can't be undefined in a subtraction
expression
** BUILD FAILED **
By hacking the file locally and setting 'ch = 0' on line 242 lets the compile progress past this point.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list