Status: New
Owner: ----
New issue 766 by vandalsafe: Compile error
http://code.google.com/p/v8/issues/detail?id=766
Error occurs during compiling platform dependent functions with MinGW (GCC
4.4.0) on Windows XP.
Compiler message below:
src\platform-win32.cc: In static member function 'static void
v8::internal::OS::ReleaseStore(volatile v8::internal::AtomicWord*,
v8::internal::AtomicWord)': src\platform-win32.cc:1345:
error: 'MemoryBarrier' was not declared in this scope
It happens because function MemoryBarrier() exists at least in Windows
Vista or Windows Server 2003 but not in WinXP.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev