RESOLVED WONTFIX66042
[Qt] Fix WebGL on Windows after r92805
https://bugs.webkit.org/show_bug.cgi?id=66042
Summary [Qt] Fix WebGL on Windows after r92805
Renata Hodovan
Reported 2011-08-11 01:36:06 PDT
WEBGL is temporarly disabled on win32-*, because it broked the bots.
Attachments
Renata Hodovan
Comment 1 2011-08-11 01:46:03 PDT
Renata Hodovan
Comment 2 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.
Brent Fulgham
Comment 3 2014-01-09 20:56:15 PST
The QT port is no longer part of WebKit.
Note You need to log in before you can comment on or make changes to this bug.