[Webkit-unassigned] [Bug 32274] Fails to build on FreeBSD, IA64, and Alpha.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 8 07:45:23 PST 2009


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44470|review?                     |review-
               Flag|                            |




--- Comment #3 from Darin Adler <darin at apple.com>  2009-12-08 07:45:23 PST ---
(From update of attachment 44470)
> -#if PLATFORM(X86_64) && (PLATFORM(DARWIN) || PLATFORM(LINUX) || PLATFORM(WIN_OS))
> +#if (PLATFORM(X86_64) && PLATFORM(UNIX)) || PLATFORM(IA64) || PLATFORM(ALPHA) || PLATFORM(WIN_OS)
>  #define WTF_USE_JSVALUE64 1

This will incorrectly define WTF_USE_JSVALUE64 on 32-bit WIN_OS builds.

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