[Webkit-unassigned] [Bug 7234] New: Win portability fixes

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Feb 13 00:35:25 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7234

           Summary: Win portability fixes
           Product: WebKit
           Version: 420+ (nightly)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P2
         Component: JavaScript
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: kkowalczyk at gmail.com


The following 3 problems prevent compiling current JavaScript vs project under
vs2005:

* JSImmediate.h uses u_int32_t and u_int64_t. Possible fixes: define those
types in os-win32\stdint.h or replace them with existing eqivalents: uint32_t
and uint64_t. In both cases JSImmedaite must include <stding.h> on windows

* kjs/property_slot.h uses assert() without declaring it. Fix: #include
<assert.h>

* vs complains that '$(WebKitOutputDir) is not defined'. The fix is to define
that in VS project settings but not knowing what was the original intention for
this to be, I won't venture into suggesting what it should be.


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