Bug 66042 - [Qt] Fix WebGL on Windows after r92805
Summary: [Qt] Fix WebGL on Windows after r92805
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Noam Rosenthal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-11 01:36 PDT by Renata Hodovan
Modified: 2014-01-09 20:56 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Renata Hodovan 2011-08-11 01:36:06 PDT
WEBGL is temporarly disabled on win32-*, because it broked the bots.
Comment 1 Renata Hodovan 2011-08-11 01:46:03 PDT
Committed r92830: <http://trac.webkit.org/changeset/92830>
Comment 2 Renata Hodovan 2011-08-11 01:51:51 PDT
The error message is the following:

../../../Source/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp:13:2: error: #error Trying to build a posix specific file in a non-posix build.
../../../Source/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp: In function 'OS_TLSIndex OS_AllocTLSIndex()':
../../../Source/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp:21:5: error: 'pthread_key_t' was not declared in this scope
../../../Source/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp:21:19: error: expected ';' before 'pPoolIndex'
../../../Source/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp:26:30: error: 'pPoolIndex' was not declared in this scope
../../../Source/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp:26:46: error: 'pthread_key_create' was not declared in this scope
../../../Source/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp: In function 'bool OS_SetTLSValue(OS_TLSIndex, void*)':
../../../Source/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp:43:45: error: 'pthread_setspecific' was not declared in this scope
../../../Source/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp: In function 'bool OS_FreeTLSIndex(OS_TLSIndex)':
../../../Source/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp:60:34: error: 'pthread_key_delete' was not declared in this scope

Link:
http://build.webkit.org/builders/Qt%20Windows%2032-bit%20Release/builds/28050/steps/compile-webkit/logs/stdio

It seems ANGLE_OS_POSIX isn't defined.
Comment 3 Brent Fulgham 2014-01-09 20:56:15 PST
The QT port is no longer part of WebKit.