#37885: webkit-gtk: template-id 'parseKeyword<>' for 'JSC::JSTokenType JSC::Lexer<UChar>::parseKeyword(JSC::JSTokenData*)' does not match any template declaration --------------------------+------------------------ Reporter: ryandesign@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: tiger | Port: webkit-gtk --------------------------+------------------------ Now with webkit-gtk @1.10.2 on Tiger PPC G4 we have this: {{{ ./DerivedSources/JavaScriptCore/KeywordLookup.h:92: error: template-id 'parseKeyword<>' for 'JSC::JSTokenType JSC::Lexer<UChar>::parseKeyword(JSC::JSTokenData*)' does not match any template declaration ./DerivedSources/JavaScriptCore/KeywordLookup.h:92: error: invalid function declaration ./DerivedSources/JavaScriptCore/KeywordLookup.h:456: error: template-id 'parseKeyword<>' for 'JSC::JSTokenType JSC::Lexer<LChar>::parseKeyword(JSC::JSTokenData*)' does not match any template declaration ./DerivedSources/JavaScriptCore/KeywordLookup.h:456: error: invalid function declaration Source/JavaScriptCore/parser/Lexer.cpp:644: error: template-id 'parseIdentifier<>' for 'JSC::JSTokenType JSC::Lexer<LChar>::parseIdentifier(JSC::JSTokenData*, unsigned int, bool)' does not match any template declaration Source/JavaScriptCore/parser/Lexer.cpp:644: error: invalid function declaration Source/JavaScriptCore/parser/Lexer.cpp:692: error: template-id 'parseIdentifier<>' for 'JSC::JSTokenType JSC::Lexer<UChar>::parseIdentifier(JSC::JSTokenData*, unsigned int, bool)' does not match any template declaration Source/JavaScriptCore/parser/Lexer.cpp:692: error: invalid function declaration Source/JavaScriptCore/parser/Lexer.h:155: warning: inline function 'JSC::JSTokenType JSC::Lexer<T>::parseIdentifier(JSC::JSTokenData*, unsigned int, bool) [with bool shouldBuildIdentifiers = false, T = LChar]' used but never defined Source/JavaScriptCore/parser/Lexer.h:155: warning: inline function 'JSC::JSTokenType JSC::Lexer<T>::parseIdentifier(JSC::JSTokenData*, unsigned int, bool) [with bool shouldBuildIdentifiers = true, T = LChar]' used but never defined }}} -- Ticket URL: <https://trac.macports.org/ticket/37885> MacPorts <http://www.macports.org/> Ports system for Mac OS