[sldev] Impossible to build client under MacOS X X.5 (Leopard)
(892 errors after patch)
Lawson English
lenglish5 at cox.net
Sun Nov 11 19:38:28 PST 2007
Argent Stonecutter wrote:
> On 11-Nov-2007, at 18:31, Lawson English wrote:
>> Argent Stonecutter wrote:
>>> You need to show more of this... where's the lines where it's
>>> running lex and yacc on indra.l and indra.y?
>
>> Sigh...
>>
>> This was building the library for llCommons.
>
> Not having Leopard myself I can't check it out directly. The file
> "indra.l.cpp" needs to be built from "indra.l", and since it exists
> (or this command would have produced an error about it being missing)
> then something has already built it.
>
> A larger section of the build log might help.
>
> It is possible you have a copy of an old version of indra.l.cpp, try
> removing it and trying again.
>
No such animal anywhere on my computer. searched all files beginning
indra.l.cpp, including the mac build on my other hard drive, compiled
with the old xCode under the old OS, which was not booted.
Here's the full build log:
Building target “llcommon” of project “macview” with configuration
“Development” — (892 errors)
cd /Developer/SL_folder/linden/indra/newview
/Developer/usr/bin/gcc-4.0 -x c++ -arch ppc -pipe -Wno-trigraphs
-fpascal-strings -faltivec -fasm-blocks -O0 -Werror -Wreturn-type
-Wnon-virtual-dtor -Wformat -Wmissing-braces -Wparentheses -Wswitch
-Wunused-function -Wunused-label -Wunused-parameter -Wunused-variable
-Wunused-value -fmessage-length=0 -mtune=G4 -Wno-deprecated-declarations
-mmacosx-version-min=10.3 -gdwarf-2
-I/Developer/SL_folder/linden/indra/newview/build/macview.build/Development/llcommon.build/llcommon.hmap
-Wmost -Wno-sign-compare -Wno-switch
-F/Developer/SL_folder/linden/indra/newview/build/Development
-I/Developer/SL_folder/linden/indra/newview/build/Development/include
-I../../libraries/ppc-darwin/include -I../../libraries/include
-I../llcommon
-I/Developer/SL_folder/linden/indra/newview/build/macview.build/Development/llcommon.build/DerivedSources
-DLL_DARWIN=1 -DLL_DEBUG=1 -D_DEBUG -fconstant-cfstrings -ffor-scope
-Wno-reorder -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c
/Developer/SL_folder/linden/indra/newview/build/macview.build/Development/llcommon.build/DerivedSources/ppc/indra.l.cpp
-o
/Developer/SL_folder/linden/indra/newview/build/macview.build/Development/llcommon.build/Objects-normal/ppc/indra.l.o
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:24:21:
error: indra.y.h: No such file or directory
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:
In function 'int yylex()':
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:64:
error: 'INTEGER' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:65:
error: 'FLOAT_TYPE' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:66:
error: 'STRING' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:67:
error: 'LLKEY' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:68:
error: 'VECTOR' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:69:
error: 'QUATERNION' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:70:
error: 'QUATERNION' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:71:
error: 'LIST' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:73:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:73:
error: 'STATE_DEFAULT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:74:
error: 'STATE' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:75:
error: 'EVENT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:76:
error: 'JUMP' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:77:
error: 'RETURN' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:78:
error: 'IF' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:79:
error: 'ELSE' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:80:
error: 'FOR' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:81:
error: 'DO' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:82:
error: 'WHILE' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:84:
error: 'STATE_ENTRY' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:85:
error: 'STATE_EXIT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:86:
error: 'TOUCH_START' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:87:
error: 'TOUCH' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:88:
error: 'TOUCH_END' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:89:
error: 'COLLISION_START' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:90:
error: 'COLLISION' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:91:
error: 'COLLISION_END' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:92:
error: 'LAND_COLLISION_START' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:93:
error: 'LAND_COLLISION' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:94:
error: 'LAND_COLLISION_END' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:95:
error: 'TIMER' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:96:
error: 'CHAT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:97:
error: 'SENSOR' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:98:
error: 'NO_SENSOR' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:99:
error: 'CONTROL' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:100:
error: 'PRINT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:101:
error: 'AT_TARGET' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:102:
error: 'NOT_AT_TARGET' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:103:
error: 'AT_ROT_TARGET' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:104:
error: 'NOT_AT_ROT_TARGET' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:105:
error: 'MONEY' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:106:
error: 'EMAIL' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:107:
error: 'RUN_TIME_PERMISSIONS' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:108:
error: 'INVENTORY' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:109:
error: 'ATTACH' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:110:
error: 'DATASERVER' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:111:
error: 'MOVING_START' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:112:
error: 'MOVING_END' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:113:
error: 'LINK_MESSAGE' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:114:
error: 'REZ' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:115:
error: 'OBJECT_REZ' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:116:
error: 'REMOTE_DATA' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:117:
error: 'HTTP_RESPONSE' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:118:
error: 'PERIOD' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:121:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:121:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:122:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:122:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:123:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:123:
error: 'INTEGER_TRUE' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:124:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:124:
error: 'INTEGER_FALSE' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:125:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:125:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:126:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:126:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:127:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:127:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:128:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:128:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:129:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:129:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:130:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:130:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:131:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:131:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:132:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:132:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:133:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:133:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:134:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:134:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:136:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:136:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:137:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:137:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:138:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:138:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:139:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:139:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:140:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:140:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:141:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:141:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:142:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:142:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:143:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:143:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:144:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:144:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:145:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:145:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:146:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:146:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:147:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:147:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:148:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:148:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:150:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:150:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:151:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:151:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:152:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:152:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:153:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:153:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:154:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:154:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:155:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:155:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:156:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:156:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:157:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:157:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:158:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:158:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:159:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:159:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:160:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:160:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:161:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:161:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:162:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:162:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:163:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:163:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:165:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:165:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:166:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:166:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:167:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:167:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:168:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:168:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:169:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:169:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:170:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:170:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:171:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:171:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:173:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:173:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:174:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:174:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:175:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:175:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:176:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:176:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:177:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:177:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:178:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:178:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:180:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:180:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:181:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:181:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:182:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:182:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:183:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:183:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:185:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:185:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:186:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:186:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:187:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:187:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:188:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:188:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:189:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:189:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:190:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:190:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:191:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:191:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:192:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:192:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:193:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:193:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:194:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:194:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:196:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:196:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:197:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:197:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:198:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:198:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:199:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:199:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:200:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:200:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:201:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:201:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:202:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:202:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:203:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:203:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:204:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:204:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:205:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:205:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:206:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:206:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:208:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:208:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:209:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:209:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:210:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:210:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:211:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:211:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:212:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:212:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:213:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:213:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:214:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:214:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:215:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:215:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:216:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:216:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:217:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:217:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:218:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:218:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:219:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:219:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:221:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:221:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:222:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:222:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:223:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:223:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:224:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:224:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:225:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:225:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:226:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:226:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:227:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:227:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:228:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:228:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:229:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:229:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:230:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:230:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:232:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:232:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:233:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:233:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:234:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:234:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:235:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:235:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:236:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:236:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:237:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:237:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:238:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:238:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:239:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:239:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:240:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:240:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:242:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:242:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:243:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:243:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:244:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:244:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:245:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:245:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:246:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:246:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:247:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:247:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:248:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:248:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:250:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:250:
error: 'STRING_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:251:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:251:
error: 'STRING_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:253:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:253:
error: 'FP_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:254:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:254:
error: 'FP_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:255:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:255:
error: 'FP_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:256:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:256:
error: 'FP_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:257:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:257:
error: 'FP_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:258:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:258:
error: 'FP_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:260:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:260:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:261:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:261:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:263:
error: 'ZERO_VECTOR' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:264:
error: 'ZERO_ROTATION' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:266:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:266:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:267:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:267:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:268:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:268:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:269:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:269:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:270:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:270:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:271:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:271:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:272:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:272:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:273:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:273:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:274:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:274:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:275:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:275:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:276:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:276:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:277:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:277:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:278:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:278:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:279:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:279:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:280:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:280:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:281:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:281:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:282:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:282:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:283:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:283:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:284:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:284:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:285:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:285:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:286:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:286:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:287:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:287:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:288:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:288:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:289:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:289:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:290:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:290:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:291:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:291:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:292:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:292:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:293:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:293:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:294:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:294:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:295:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:295:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:296:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:296:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:297:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:297:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:298:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:298:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:299:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:299:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:300:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:300:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:301:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:301:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:302:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:302:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:303:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:303:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:305:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:305:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:306:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:306:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:307:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:307:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:308:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:308:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:309:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:309:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:310:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:310:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:312:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:312:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:313:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:313:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:314:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:314:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:316:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:316:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:317:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:317:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:318:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:318:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:319:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:319:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:320:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:320:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:321:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:321:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:322:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:322:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:323:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:323:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:325:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:325:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:326:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:326:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:328:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:328:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:329:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:329:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:330:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:330:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:333:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:333:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:334:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:334:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:335:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:335:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:336:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:336:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:337:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:337:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:338:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:338:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:339:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:339:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:340:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:340:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:343:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:343:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:344:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:344:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:345:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:345:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:346:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:346:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:347:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:347:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:348:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:348:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:349:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:349:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:350:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:350:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:351:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:351:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:354:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:354:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:355:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:355:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:356:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:356:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:357:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:357:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:358:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:358:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:359:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:359:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:360:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:360:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:361:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:361:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:362:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:362:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:363:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:363:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:364:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:364:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:365:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:365:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:366:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:366:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:367:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:367:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:368:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:368:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:370:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:370:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:372:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:372:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:373:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:373:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:374:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:374:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:375:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:375:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:376:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:376:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:379:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:379:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:380:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:380:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:381:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:381:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:382:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:382:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:383:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:383:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:384:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:384:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:386:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:386:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:387:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:387:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:388:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:388:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:389:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:389:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:390:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:390:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:391:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:391:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:395:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:395:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:396:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:396:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:397:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:397:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:398:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:398:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:400:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:400:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:401:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:401:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:402:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:402:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:403:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:403:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:405:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:405:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:406:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:406:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:407:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:407:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:408:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:408:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:410:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:410:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:411:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:411:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:413:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:413:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:414:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:414:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:415:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:415:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:417:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:417:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:418:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:418:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:419:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:419:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:420:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:420:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:421:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:421:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:422:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:422:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:423:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:423:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:424:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:424:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:425:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:425:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:426:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:426:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:427:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:427:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:431:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:431:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:432:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:432:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:433:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:433:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:434:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:434:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:435:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:435:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:436:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:436:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:437:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:437:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:438:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:438:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:439:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:439:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:440:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:440:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:441:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:441:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:442:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:442:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:443:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:443:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:444:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:444:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:445:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:445:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:446:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:446:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:448:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:448:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:449:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:449:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:450:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:450:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:451:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:451:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:452:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:452:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:453:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:453:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:454:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:454:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:455:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:455:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:457:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:457:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:458:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:458:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:459:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:459:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:460:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:460:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:462:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:462:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:463:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:463:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:464:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:464:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:465:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:465:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:466:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:466:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:467:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:467:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:468:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:468:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:469:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:469:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:471:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:471:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:472:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:472:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:473:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:473:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:474:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:474:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:476:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:476:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:477:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:477:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:478:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:478:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:479:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:479:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:480:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:480:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:481:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:481:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:482:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:482:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:483:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:483:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:484:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:484:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:485:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:485:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:486:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:486:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:487:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:487:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:488:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:488:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:489:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:489:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:490:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:490:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:491:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:491:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:492:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:492:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:493:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:493:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:495:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:495:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:496:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:496:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:498:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:498:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:499:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:499:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:500:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:500:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:501:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:501:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:503:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:503:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:504:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:504:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:505:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:505:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:506:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:506:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:507:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:507:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:509:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:509:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:510:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:510:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:511:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:511:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:512:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:512:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:513:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:513:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:515:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:515:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:516:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:516:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:517:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:517:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:518:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:518:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:519:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:519:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:520:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:520:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:521:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:521:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:522:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:522:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:523:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:523:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:524:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:524:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:526:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:526:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:527:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:527:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:528:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:528:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:529:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:529:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:530:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:530:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:531:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:531:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:532:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:532:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:533:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:533:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:534:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:534:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:535:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:535:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:537:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:537:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:538:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:538:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:540:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:540:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:541:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:541:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:542:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:542:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:543:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:543:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:544:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:544:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:545:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:545:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:546:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:546:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:547:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:547:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:548:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:548:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:549:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:549:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:550:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:550:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:551:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:551:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:552:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:552:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:553:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:553:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:554:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:554:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:555:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:555:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:557:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:557:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:558:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:558:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:559:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:559:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:560:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:560:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:561:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:561:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:562:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:562:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:563:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:563:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:564:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:564:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:565:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:565:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:567:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:567:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:568:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:568:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:569:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:569:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:570:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:570:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:571:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:571:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:573:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:573:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:574:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:574:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:575:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:575:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:576:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:576:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:577:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:577:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:578:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:578:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:580:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:580:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:581:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:581:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:582:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:582:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:583:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:583:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:584:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:584:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:586:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:586:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:587:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:587:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:588:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:588:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:590:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:590:
error: 'IDENTIFIER' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:592:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:592:
error: 'FP_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:593:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:593:
error: 'FP_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:594:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:594:
error: 'FP_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:596:
error: 'STRING_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:598:
error: 'INC_OP' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:599:
error: 'DEC_OP' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:600:
error: 'ADD_ASSIGN' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:601:
error: 'SUB_ASSIGN' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:602:
error: 'MUL_ASSIGN' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:603:
error: 'DIV_ASSIGN' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:604:
error: 'MOD_ASSIGN' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:623:
error: 'EQ' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:624:
error: 'NEQ' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:625:
error: 'GEQ' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:626:
error: 'LEQ' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:632:
error: 'BOOLEAN_AND' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:633:
error: 'BOOLEAN_OR' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:634:
error: 'SHIFT_LEFT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:635:
error: 'SHIFT_RIGHT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:
In function 'void parse_string()':
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:828:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:24:21:
error: indra.y.h: No such file or directory
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:64:
error: 'INTEGER' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:65:
error: 'FLOAT_TYPE' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:66:
error: 'STRING' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:67:
error: 'LLKEY' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:68:
error: 'VECTOR' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:69:
error: 'QUATERNION' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:70:
error: 'QUATERNION' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:71:
error: 'LIST' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:73:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:73:
error: 'STATE_DEFAULT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:74:
error: 'STATE' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:75:
error: 'EVENT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:76:
error: 'JUMP' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:77:
error: 'RETURN' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:78:
error: 'IF' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:79:
error: 'ELSE' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:80:
error: 'FOR' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:81:
error: 'DO' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:82:
error: 'WHILE' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:84:
error: 'STATE_ENTRY' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:85:
error: 'STATE_EXIT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:86:
error: 'TOUCH_START' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:87:
error: 'TOUCH' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:88:
error: 'TOUCH_END' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:89:
error: 'COLLISION_START' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:90:
error: 'COLLISION' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:91:
error: 'COLLISION_END' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:92:
error: 'LAND_COLLISION_START' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:93:
error: 'LAND_COLLISION' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:94:
error: 'LAND_COLLISION_END' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:95:
error: 'TIMER' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:96:
error: 'CHAT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:97:
error: 'SENSOR' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:98:
error: 'NO_SENSOR' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:99:
error: 'CONTROL' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:100:
error: 'PRINT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:101:
error: 'AT_TARGET' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:102:
error: 'NOT_AT_TARGET' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:103:
error: 'AT_ROT_TARGET' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:104:
error: 'NOT_AT_ROT_TARGET' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:105:
error: 'MONEY' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:106:
error: 'EMAIL' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:107:
error: 'RUN_TIME_PERMISSIONS' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:108:
error: 'INVENTORY' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:109:
error: 'ATTACH' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:110:
error: 'DATASERVER' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:111:
error: 'MOVING_START' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:112:
error: 'MOVING_END' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:113:
error: 'LINK_MESSAGE' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:114:
error: 'REZ' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:115:
error: 'OBJECT_REZ' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:116:
error: 'REMOTE_DATA' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:117:
error: 'HTTP_RESPONSE' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:118:
error: 'PERIOD' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:121:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:121:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:122:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:122:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:123:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:123:
error: 'INTEGER_TRUE' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:124:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:124:
error: 'INTEGER_FALSE' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:125:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:125:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:126:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:126:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:127:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:127:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:128:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:128:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:129:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:129:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:130:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:130:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:131:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:131:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:132:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:132:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:133:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:133:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:134:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:134:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:136:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:136:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:137:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:137:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:138:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:138:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:139:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:139:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:140:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:140:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:141:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:141:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:142:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:142:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:143:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:143:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:144:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:144:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:145:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:145:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:146:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:146:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:147:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:147:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:148:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:148:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:150:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:150:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:151:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:151:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:152:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:152:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:153:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:153:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:154:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:154:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:155:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:155:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:156:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:156:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:157:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:157:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:158:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:158:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:159:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:159:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:160:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:160:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:161:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:161:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:162:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:162:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:163:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:163:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:165:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:165:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:166:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:166:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:167:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:167:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:168:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:168:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:169:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:169:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:170:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:170:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:171:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:171:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:173:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:173:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:174:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:174:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:175:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:175:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:176:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:176:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:177:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:177:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:178:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:178:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:180:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:180:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:181:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:181:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:182:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:182:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:183:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:183:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:185:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:185:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:186:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:186:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:187:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:187:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:188:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:188:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:189:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:189:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:190:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:190:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:191:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:191:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:192:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:192:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:193:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:193:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:194:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:194:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:196:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:196:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:197:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:197:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:198:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:198:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:199:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:199:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:200:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:200:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:201:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:201:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:202:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:202:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:203:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:203:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:204:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:204:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:205:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:205:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:206:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:206:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:208:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:208:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:209:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:209:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:210:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:210:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:211:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:211:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:212:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:212:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:213:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:213:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:214:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:214:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:215:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:215:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:216:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:216:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:217:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:217:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:218:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:218:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:219:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:219:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:221:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:221:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:222:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:222:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:223:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:223:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:224:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:224:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:225:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:225:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:226:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:226:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:227:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:227:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:228:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:228:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:229:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:229:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:230:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:230:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:232:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:232:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:233:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:233:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:234:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:234:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:235:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:235:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:236:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:236:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:237:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:237:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:238:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:238:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:239:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:239:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:240:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:240:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:242:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:242:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:243:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:243:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:244:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:244:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:245:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:245:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:246:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:246:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:247:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:247:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:248:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:248:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:250:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:250:
error: 'STRING_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:251:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:251:
error: 'STRING_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:253:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:253:
error: 'FP_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:254:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:254:
error: 'FP_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:255:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:255:
error: 'FP_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:256:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:256:
error: 'FP_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:257:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:257:
error: 'FP_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:258:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:258:
error: 'FP_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:260:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:260:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:261:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:261:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:263:
error: 'ZERO_VECTOR' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:264:
error: 'ZERO_ROTATION' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:266:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:266:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:267:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:267:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:268:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:268:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:269:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:269:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:270:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:270:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:271:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:271:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:272:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:272:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:273:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:273:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:274:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:274:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:275:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:275:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:276:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:276:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:277:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:277:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:278:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:278:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:279:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:279:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:280:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:280:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:281:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:281:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:282:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:282:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:283:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:283:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:284:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:284:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:285:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:285:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:286:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:286:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:287:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:287:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:288:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:288:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:289:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:289:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:290:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:290:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:291:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:291:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:292:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:292:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:293:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:293:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:294:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:294:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:295:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:295:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:296:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:296:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:297:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:297:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:298:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:298:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:299:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:299:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:300:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:300:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:301:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:301:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:302:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:302:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:303:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:303:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:305:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:305:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:306:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:306:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:307:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:307:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:308:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:308:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:309:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:309:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:310:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:310:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:312:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:312:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:313:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:313:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:314:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:314:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:316:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:316:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:317:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:317:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:318:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:318:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:319:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:319:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:320:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:320:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:321:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:321:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:322:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:322:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:323:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:323:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:325:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:325:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:326:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:326:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:328:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:328:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:329:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:329:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:330:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:330:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:333:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:333:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:334:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:334:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:335:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:335:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:336:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:336:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:337:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:337:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:338:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:338:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:339:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:339:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:340:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:340:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:343:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:343:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:344:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:344:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:345:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:345:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:346:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:346:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:347:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:347:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:348:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:348:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:349:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:349:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:350:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:350:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:351:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:351:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:354:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:354:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:355:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:355:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:356:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:356:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:357:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:357:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:358:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:358:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:359:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:359:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:360:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:360:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:361:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:361:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:362:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:362:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:363:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:363:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:364:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:364:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:365:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:365:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:366:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:366:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:367:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:367:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:368:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:368:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:370:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:370:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:372:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:372:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:373:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:373:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:374:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:374:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:375:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:375:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:376:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:376:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:379:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:379:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:380:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:380:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:381:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:381:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:382:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:382:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:383:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:383:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:384:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:384:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:386:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:386:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:387:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:387:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:388:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:388:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:389:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:389:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:390:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:390:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:391:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:391:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:395:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:395:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:396:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:396:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:397:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:397:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:398:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:398:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:400:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:400:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:401:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:401:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:402:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:402:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:403:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:403:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:405:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:405:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:406:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:406:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:407:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:407:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:408:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:408:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:410:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:410:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:411:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:411:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:413:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:413:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:414:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:414:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:415:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:415:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:417:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:417:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:418:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:418:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:419:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:419:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:420:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:420:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:421:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:421:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:422:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:422:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:423:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:423:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:424:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:424:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:425:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:425:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:426:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:426:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:427:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:427:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:431:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:431:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:432:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:432:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:433:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:433:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:434:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:434:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:435:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:435:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:436:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:436:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:437:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:437:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:438:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:438:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:439:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:439:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:440:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:440:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:441:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:441:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:442:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:442:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:443:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:443:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:444:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:444:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:445:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:445:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:446:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:446:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:448:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:448:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:449:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:449:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:450:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:450:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:451:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:451:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:452:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:452:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:453:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:453:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:454:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:454:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:455:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:455:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:457:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:457:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:458:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:458:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:459:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:459:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:460:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:460:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:462:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:462:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:463:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:463:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:464:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:464:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:465:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:465:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:466:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:466:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:467:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:467:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:468:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:468:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:469:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:469:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:471:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:471:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:472:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:472:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:473:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:473:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:474:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:474:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:476:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:476:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:477:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:477:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:478:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:478:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:479:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:479:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:480:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:480:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:481:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:481:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:482:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:482:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:483:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:483:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:484:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:484:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:485:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:485:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:486:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:486:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:487:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:487:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:488:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:488:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:489:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:489:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:490:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:490:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:491:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:491:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:492:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:492:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:493:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:493:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:495:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:495:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:496:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:496:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:498:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:498:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:499:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:499:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:500:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:500:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:501:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:501:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:503:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:503:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:504:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:504:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:505:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:505:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:506:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:506:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:507:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:507:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:509:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:509:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:510:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:510:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:511:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:511:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:512:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:512:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:513:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:513:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:515:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:515:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:516:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:516:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:517:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:517:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:518:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:518:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:519:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:519:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:520:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:520:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:521:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:521:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:522:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:522:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:523:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:523:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:524:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:524:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:526:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:526:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:527:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:527:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:528:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:528:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:529:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:529:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:530:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:530:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:531:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:531:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:532:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:532:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:533:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:533:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:534:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:534:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:535:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:535:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:537:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:537:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:538:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:538:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:540:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:540:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:541:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:541:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:542:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:542:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:543:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:543:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:544:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:544:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:545:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:545:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:546:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:546:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:547:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:547:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:548:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:548:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:549:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:549:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:550:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:550:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:551:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:551:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:552:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:552:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:553:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:553:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:554:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:554:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:555:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:555:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:557:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:557:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:558:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:558:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:559:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:559:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:560:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:560:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:561:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:561:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:562:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:562:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:563:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:563:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:564:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:564:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:565:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:565:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:567:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:567:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:568:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:568:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:569:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:569:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:570:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:570:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:571:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:571:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:573:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:573:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:574:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:574:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:575:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:575:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:576:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:576:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:577:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:577:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:578:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:578:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:580:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:580:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:581:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:581:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:582:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:582:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:583:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:583:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:584:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:584:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:586:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:586:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:587:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:587:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:588:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:588:
error: 'INTEGER_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:590:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:590:
error: 'IDENTIFIER' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:592:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:592:
error: 'FP_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:593:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:593:
error: 'FP_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:594:
error: 'yylval' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:594:
error: 'FP_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:596:
error: 'STRING_CONSTANT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:598:
error: 'INC_OP' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:599:
error: 'DEC_OP' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:600:
error: 'ADD_ASSIGN' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:601:
error: 'SUB_ASSIGN' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:602:
error: 'MUL_ASSIGN' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:603:
error: 'DIV_ASSIGN' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:604:
error: 'MOD_ASSIGN' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:623:
error: 'EQ' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:624:
error: 'NEQ' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:625:
error: 'GEQ' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:626:
error: 'LEQ' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:632:
error: 'BOOLEAN_AND' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:633:
error: 'BOOLEAN_OR' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:634:
error: 'SHIFT_LEFT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:635:
error: 'SHIFT_RIGHT' was not declared in this scope
/Developer/SL_folder/linden/indra/newview/../lscript/lscript_compile/indra.l:828:
error: 'yylval' was not declared in this scope
Build failed (892 errors)
More information about the SLDev
mailing list