[Webkit-unassigned] [Bug 32155] New: ./DerivedSources/Lexer.lut.h:6: error: ‘NULLTOKEN’ was not declared in this scope

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 4 06:45:31 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32155

           Summary: ./DerivedSources/Lexer.lut.h:6: error: ‘NULLTOKEN’ was
                    not declared in this scope
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kuh3h3 at gmail.com


CXX    JavaScriptCore/debugger/libJavaScriptCore_la-Debugger.lo
  CXX    JavaScriptCore/parser/libJavaScriptCore_la-Lexer.lo
In file included from JavaScriptCore/parser/Lexer.cpp:44:
./DerivedSources/Lexer.lut.h:6: error: ‘NULLTOKEN’ was not declared in this
scope
./DerivedSources/Lexer.lut.h:7: error: ‘TRUETOKEN’ was not declared in this
scope
./DerivedSources/Lexer.lut.h:8: error: ‘FALSETOKEN’ was not declared in this
scope
./DerivedSources/Lexer.lut.h:9: error: ‘BREAK’ was not declared in this scope
./DerivedSources/Lexer.lut.h:10: error: ‘CASE’ was not declared in this scope
./DerivedSources/Lexer.lut.h:11: error: ‘CATCH’ was not declared in this scope
./DerivedSources/Lexer.lut.h:12: error: ‘CONSTTOKEN’ was not declared in this
scope
./DerivedSources/Lexer.lut.h:13: error: ‘DEFAULT’ was not declared in this
scope
./DerivedSources/Lexer.lut.h:14: error: ‘FINALLY’ was not declared in this
scope
./DerivedSources/Lexer.lut.h:15: error: ‘FOR’ was not declared in this scope
./DerivedSources/Lexer.lut.h:16: error: ‘INSTANCEOF’ was not declared in this
scope
./DerivedSources/Lexer.lut.h:17: error: ‘NEW’ was not declared in this scope
./DerivedSources/Lexer.lut.h:18: error: ‘VAR’ was not declared in this scope
./DerivedSources/Lexer.lut.h:19: error: ‘CONTINUE’ was not declared in this
scope
./DerivedSources/Lexer.lut.h:20: error: ‘FUNCTION’ was not declared in this
scope
./DerivedSources/Lexer.lut.h:21: error: ‘RETURN’ was not declared in this scope
./DerivedSources/Lexer.lut.h:22: error: ‘VOIDTOKEN’ was not declared in this
scope
./DerivedSources/Lexer.lut.h:23: error: ‘DELETETOKEN’ was not declared in this
scope
./DerivedSources/Lexer.lut.h:24: error: ‘IF’ was not declared in this scope
./DerivedSources/Lexer.lut.h:25: error: ‘THISTOKEN’ was not declared in this
scope
./DerivedSources/Lexer.lut.h:26: error: ‘DO’ was not declared in this scope
./DerivedSources/Lexer.lut.h:27: error: ‘WHILE’ was not declared in this scope
./DerivedSources/Lexer.lut.h:28: error: ‘ELSE’ was not declared in this scope
./DerivedSources/Lexer.lut.h:29: error: ‘INTOKEN’ was not declared in this
scope
./DerivedSources/Lexer.lut.h:30: error: ‘SWITCH’ was not declared in this scope
./DerivedSources/Lexer.lut.h:31: error: ‘THROW’ was not declared in this scope
./DerivedSources/Lexer.lut.h:32: error: ‘TRY’ was not declared in this scope
./DerivedSources/Lexer.lut.h:33: error: ‘TYPEOF’ was not declared in this scope
./DerivedSources/Lexer.lut.h:34: error: ‘WITH’ was not declared in this scope
./DerivedSources/Lexer.lut.h:35: error: ‘DEBUGGER’ was not declared in this
scope
./DerivedSources/Lexer.lut.h:36: error: ‘RESERVED’ was not declared in this
scope
./DerivedSources/Lexer.lut.h:37: error: ‘RESERVED’ was not declared in this
scope
./DerivedSources/Lexer.lut.h:38: error: ‘RESERVED’ was not declared in this
scope
./DerivedSources/Lexer.lut.h:39: error: ‘RESERVED’ was not declared in this
scope
./DerivedSources/Lexer.lut.h:40: error: ‘RESERVED’ was not declared in this
scope
./DerivedSources/Lexer.lut.h:41: error: ‘RESERVED’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp: In member function ‘bool
JSC::Lexer::lastTokenWasRestrKeyword() const’:
JavaScriptCore/parser/Lexer.cpp:207: error: ‘CONTINUE’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:207: error: ‘BREAK’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:207: error: ‘RETURN’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:207: error: ‘THROW’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp: In member function ‘int JSC::Lexer::lex(void*,
void*)’:
JavaScriptCore/parser/Lexer.cpp:276: error: ‘YYSTYPE’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:276: error: ‘lvalp’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:276: error: expected type-specifier before
‘YYSTYPE’
JavaScriptCore/parser/Lexer.cpp:276: error: expected `>' before ‘YYSTYPE’
JavaScriptCore/parser/Lexer.cpp:276: error: expected `(' before ‘YYSTYPE’
JavaScriptCore/parser/Lexer.cpp:276: error: expected primary-expression before
‘>’ token
JavaScriptCore/parser/Lexer.cpp:276: error: expected `)' before ‘;’ token
JavaScriptCore/parser/Lexer.cpp:277: error: ‘YYLTYPE’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:277: error: ‘llocp’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:277: error: expected type-specifier before
‘YYLTYPE’
JavaScriptCore/parser/Lexer.cpp:277: error: expected `>' before ‘YYLTYPE’
JavaScriptCore/parser/Lexer.cpp:277: error: expected `(' before ‘YYLTYPE’
JavaScriptCore/parser/Lexer.cpp:277: error: expected primary-expression before
‘>’ token
JavaScriptCore/parser/Lexer.cpp:277: error: expected `)' before ‘;’ token
JavaScriptCore/parser/Lexer.cpp:302: error: ‘URSHIFTEQUAL’ was not declared in
this scope
JavaScriptCore/parser/Lexer.cpp:306: error: ‘URSHIFT’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:312: error: ‘RSHIFTEQUAL’ was not declared in
this scope
JavaScriptCore/parser/Lexer.cpp:316: error: ‘RSHIFT’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:321: error: ‘GE’ was not declared in this scope
JavaScriptCore/parser/Lexer.cpp:331: error: ‘STREQ’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:335: error: ‘EQEQ’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:345: error: ‘STRNEQ’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:349: error: ‘NE’ was not declared in this scope
JavaScriptCore/parser/Lexer.cpp:364: error: ‘LSHIFTEQUAL’ was not declared in
this scope
JavaScriptCore/parser/Lexer.cpp:368: error: ‘LSHIFT’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:373: error: ‘LE’ was not declared in this scope
JavaScriptCore/parser/Lexer.cpp:383: error: ‘AUTOPLUSPLUS’ was not declared in
this scope
JavaScriptCore/parser/Lexer.cpp:386: error: ‘PLUSPLUS’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:391: error: ‘PLUSEQUAL’ was not declared in
this scope
JavaScriptCore/parser/Lexer.cpp:405: error: ‘AUTOMINUSMINUS’ was not declared
in this scope
JavaScriptCore/parser/Lexer.cpp:408: error: ‘MINUSMINUS’ was not declared in
this scope
JavaScriptCore/parser/Lexer.cpp:413: error: ‘MINUSEQUAL’ was not declared in
this scope
JavaScriptCore/parser/Lexer.cpp:422: error: ‘MULTEQUAL’ was not declared in
this scope
JavaScriptCore/parser/Lexer.cpp:437: error: ‘DIVEQUAL’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:446: error: ‘AND’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:451: error: ‘ANDEQUAL’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:460: error: ‘XOREQUAL’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:469: error: ‘MODEQUAL’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:478: error: ‘OREQUAL’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:483: error: ‘OR’ was not declared in this scope
JavaScriptCore/parser/Lexer.cpp:517: error: ‘OPENBRACE’ was not declared in
this scope
JavaScriptCore/parser/Lexer.cpp:523: error: ‘CLOSEBRACE’ was not declared in
this scope
JavaScriptCore/parser/Lexer.cpp:580: error: ‘STRING’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:851: error: ‘NUMBER’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:864: error: ‘IDENT’ was not declared in this
scope
JavaScriptCore/parser/Lexer.cpp:883: error: ‘STRING’ was not declared in this
scope
make[1]: *** [JavaScriptCore/parser/libJavaScriptCore_la-Lexer.lo] error 1
make[1]: Leaving directory `/media/sdc1/WebKit'
make: *** [all] error 2

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list