Bug 132231 - [GTK] [Stable] Compilation error in Source/WTF/wtf/ByteSpinLock.h
Summary: [GTK] [Stable] Compilation error in Source/WTF/wtf/ByteSpinLock.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-27 09:24 PDT by robert heiler
Modified: 2014-12-08 09:14 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description robert heiler 2014-04-27 09:24:10 PDT
My System:

========================================================================
Screen Resolution:    1280x1024
GCC Version:          4.7.1 
Glibc Version:        (GNU libc) 2.15
Binutils Version:     GNU ld (Linux/GNU Binutils) 2.22.52.0.2.20120424
Operating System:     GNU/Linux
Make Version in use:  4.0
Cmake Version in use: 2.8.8
OS Bit Type:          i686
CPU Model:            AMD Athlon(tm) II X2 4450e Processor
RAM:                  3813568 kB
========================================================================

The webkitgtk I try to compile:

webkitgtk-2.4.1.tar.xz

The bug that happens:



  CXX      Source/JavaScriptCore/llint/Programs_LLIntOffsetsExtractor-LLIntOffsetsExtractor.o
In file included from ./Source/JavaScriptCore/runtime/ConcurrentJITLock.h:30:0,
                 from ./Source/JavaScriptCore/bytecode/ArrayProfile.h:29,
                 from Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:28:
./Source/WTF/wtf/ByteSpinLock.h: In member function 'void WTF::ByteSpinLock::lock()':
./Source/WTF/wtf/ByteSpinLock.h:48:13: error: 'yield' is not a member of 'std::this_thread'
GNUmakefile:77688: recipe for target 'Source/JavaScriptCore/llint/Programs_LLIntOffsetsExtractor-LLIntOffsetsExtractor.o' failed
make: *** [Source/JavaScriptCore/llint/Programs_LLIntOffsetsExtractor-LLIntOffsetsExtractor.o] Error 1