Opened 11 years ago

Closed 10 years ago

#37885 closed defect (wontfix)

Tiger PPC: webkit-gtk: template-id 'parseKeyword<>' for 'JSC::JSTokenType JSC::Lexer<UChar>::parseKeyword(JSC::JSTokenData*)' does not match any template declaration

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: tiger Cc: dbevans (David B. Evans), cooljeanius (Eric Gallager)
Port: webkit-gtk

Description

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

Attachments (1)

main.log.bz2 (44.2 KB) - added by ryandesign (Ryan Carsten Schmidt) 11 years ago.

Download all attachments as: .zip

Change History (6)

Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log.bz2 added

comment:1 Changed 11 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:2 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Is this still an issue with 2.0.4? A lot has changed in 6 months.

comment:3 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Summary: webkit-gtk: template-id 'parseKeyword<>' for 'JSC::JSTokenType JSC::Lexer<UChar>::parseKeyword(JSC::JSTokenData*)' does not match any template declarationTiger PPC: webkit-gtk: template-id 'parseKeyword<>' for 'JSC::JSTokenType JSC::Lexer<UChar>::parseKeyword(JSC::JSTokenData*)' does not match any template declaration

comment:4 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cannot test because dependency clang-3.3 does not build on Tiger: #38857

comment:5 Changed 10 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.