Recent trunk (r200069) fails to link libwebkit2gtk-4.0.dylib due to undefined symbols for TranslatorHLSL.cpp.o: Undefined symbols for architecture x86_64: "RemoveDynamicIndexing(TIntermNode*, unsigned int*, TSymbolTable const&, int)", referenced from: TranslatorHLSL::translate(TIntermNode*, int) in libANGLESupport.a(TranslatorHLSL.cpp.o) "UnfoldShortCircuitToIf(TIntermNode*, unsigned int*)", referenced from: TranslatorHLSL::translate(TIntermNode*, int) in libANGLESupport.a(TranslatorHLSL.cpp.o) "SeparateExpressionsReturningArrays(TIntermNode*, unsigned int*)", referenced from: TranslatorHLSL::translate(TIntermNode*, int) in libANGLESupport.a(TranslatorHLSL.cpp.o) ld: symbol(s) not found for architecture x86_64
Created attachment 277706 [details] build log (bzip2 compressed)
It looks like you forgot to add the new files to ANGLESupport in r199738
Created attachment 277709 [details] 0001-GTK-Fix-build-failure-introduced-by-r199738.patch
Comment on attachment 277709 [details] 0001-GTK-Fix-build-failure-introduced-by-r199738.patch It's strange that gtk on linux doesn't need this. Thanks for the fix, though.
Comment on attachment 277709 [details] 0001-GTK-Fix-build-failure-introduced-by-r199738.patch Clearing flags on attachment: 277709 Committed r200250: <http://trac.webkit.org/changeset/200250>
All reviewed patches have been landed. Closing bug.