[Webkit-unassigned] [Bug 35607] Allow building smoothly on win32 and win64 using GCC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 3 08:59:30 PST 2010


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





--- Comment #18 from Darin Adler <darin at apple.com>  2010-03-03 08:59:30 PST ---
(In reply to comment #17)
> Darin, the only limitation this thing could have is that the Arena.h does not
> include any header, so basically only compiler builtin types can be used there.

It can include whatever headers are needed.

> I am just wondering whether landing the patch as it is and fixing later would
> not be preferable.

Absolutely not.

> The uintptr_t is in different headers on different platforms
> and not sure whether we would not need a new configure check and so on ???

No, we do not need a new configure check. To use uintptr_t we just need to
include <stdint.h>, and that will work on all platforms.

Do not add an #if for this.

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