aras-p / hlsl2glslfork

HLSL to GLSL language translator based on ATI's HLSL2GLSL. Used in Unity.
Other
558 stars 143 forks source link

Trouble building on linux #62

Closed stuaxo closed 9 years ago

stuaxo commented 9 years ago

Hi, I had some trouble building on linux (Ubuntu 15.04):

$ make
[  3%] Executing Bison on hlslang.y
hlslang.y:109.1-12: warning: deprecated directive, use ‘%pure-parser’ [-Wdeprecated]
 %pure_parser /* Just in case is called from multiple threads */
 ^^^^^^^^^^^^
[  6%] Executing flex on hlslang.l
Scanning dependencies of target hlsl2glsl
[  9%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/GLSLCodeGen/glslCommon.cpp.o
[ 12%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/GLSLCodeGen/glslFunction.cpp.o
[ 15%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/GLSLCodeGen/glslOutput.cpp.o
[ 18%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/GLSLCodeGen/glslStruct.cpp.o
[ 21%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/GLSLCodeGen/glslSymbol.cpp.o
[ 25%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/GLSLCodeGen/hlslCrossCompiler.cpp.o
[ 28%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/GLSLCodeGen/hlslLinker.cpp.o
[ 31%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/GLSLCodeGen/hlslSupportLib.cpp.o
[ 34%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/GLSLCodeGen/propagateMutable.cpp.o
[ 37%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/GLSLCodeGen/typeSamplers.cpp.o
[ 40%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/HLSL2GLSL.cpp.o
[ 43%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/InfoSink.cpp.o
[ 46%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/Initialize.cpp.o
[ 50%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/Intermediate.cpp.o
[ 53%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/intermOut.cpp.o
[ 56%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/IntermTraverse.cpp.o
[ 59%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/ParseHelper.cpp.o
[ 62%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/PoolAlloc.cpp.o
[ 65%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/RemoveTree.cpp.o
[ 68%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/SymbolTable.cpp.o
[ 71%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/ConstantFolding.cpp.o
[ 75%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/preprocessor/mojoshader_common.cpp.o
[ 78%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/preprocessor/mojoshader_lexer.cpp.o
[ 81%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/preprocessor/mojoshader_preprocessor.cpp.o
[ 84%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/preprocessor/mojoshader.cpp.o
[ 87%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/preprocessor/sourceloc.cpp.o
[ 90%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/OSDependent/Linux/ossource.cpp.o
[ 93%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/Gen_hlslang.cpp.o
[ 96%] Building CXX object CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/hlslang_tab.cpp.o
hlslang_tab.cpp: In function ‘int yyparse()’:
hlslang_tab.cpp:2223:30: error: too few arguments to function ‘int yylex(YYSTYPE*, void*)’
hlslang.y:105:16: note: declared here
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:187:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:196:17: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:249:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:254:17: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:256:17: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:257:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:261:5: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:267:12: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:270:12: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:274:7: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:282:5: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:316:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:320:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:326:19: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:335:18: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:350:17: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:367:21: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:378:19: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:395:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:402:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:404:135: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:412:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:414:135: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:425:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:428:42: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:444:17: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:458:17: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:468:17: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:478:27: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:567:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:640:74: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:654:7: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:666:7: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:679:7: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:681:128: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:689:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:691:128: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:700:138: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:718:71: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:58:5: note: in expansion of macro ‘parseContext’
hlslang.y:754:7: note: in expansion of macro ‘UNSUPPORTED_FEATURE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:761:40: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:762:40: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:763:40: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:768:40: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:769:40: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:774:40: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:775:40: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:780:40: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:781:40: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:782:40: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:783:40: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:788:40: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:789:40: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:794:40: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:799:40: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:804:40: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:809:40: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:814:40: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:819:40: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:825:12: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:828:182: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:841:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:843:42: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:58:5: note: in expansion of macro ‘parseContext’
hlslang.y:857:7: note: in expansion of macro ‘UNSUPPORTED_FEATURE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:58:5: note: in expansion of macro ‘parseContext’
hlslang.y:860:7: note: in expansion of macro ‘UNSUPPORTED_FEATURE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:58:5: note: in expansion of macro ‘parseContext’
hlslang.y:861:7: note: in expansion of macro ‘UNSUPPORTED_FEATURE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:58:5: note: in expansion of macro ‘parseContext’
hlslang.y:862:7: note: in expansion of macro ‘UNSUPPORTED_FEATURE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:58:5: note: in expansion of macro ‘parseContext’
hlslang.y:863:7: note: in expansion of macro ‘UNSUPPORTED_FEATURE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:58:5: note: in expansion of macro ‘parseContext’
hlslang.y:864:7: note: in expansion of macro ‘UNSUPPORTED_FEATURE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:874:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:883:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:904:54: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:937:54: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:992:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1012:5: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1017:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1038:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1041:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1049:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1052:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1063:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1066:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1075:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1078:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1086:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1089:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1093:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1104:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1107:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1111:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1133:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1138:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1140:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1148:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1153:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1155:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1189:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1192:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1195:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1198:18: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1207:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1210:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1213:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1231:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1234:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1237:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1259:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1263:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1271:18: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1287:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1291:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1304:18: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1319:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1324:9: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1337:8: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1340:8: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1343:8: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1355:22: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1358:22: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1361:22: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1364:21: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1372:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1375:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1378:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1387:21: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1395:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1398:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1402:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1421:7: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1425:7: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1435:9: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1447:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1451:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1465:9: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1477:7: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1482:9: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1492:8: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1495:8: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1498:8: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1501:22: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1528:45: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1535:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1557:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1570:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1583:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1586:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1589:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1592:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1595:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1598:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1601:27: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1612:27: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1623:27: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1634:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1638:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1642:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1646:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1650:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1654:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1658:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1662:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1666:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1670:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1674:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1678:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1682:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1686:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1690:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1694:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:51:6: note: in expansion of macro ‘parseContext’
hlslang.y:1698:3: note: in expansion of macro ‘NONSQUARE_MATRIX_CHECK’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1699:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:51:6: note: in expansion of macro ‘parseContext’
hlslang.y:1703:3: note: in expansion of macro ‘NONSQUARE_MATRIX_CHECK’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1704:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:51:6: note: in expansion of macro ‘parseContext’
hlslang.y:1708:3: note: in expansion of macro ‘NONSQUARE_MATRIX_CHECK’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1709:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1713:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:51:6: note: in expansion of macro ‘parseContext’
hlslang.y:1717:3: note: in expansion of macro ‘NONSQUARE_MATRIX_CHECK’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1718:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:51:6: note: in expansion of macro ‘parseContext’
hlslang.y:1722:3: note: in expansion of macro ‘NONSQUARE_MATRIX_CHECK’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1723:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:51:6: note: in expansion of macro ‘parseContext’
hlslang.y:1727:3: note: in expansion of macro ‘NONSQUARE_MATRIX_CHECK’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1728:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1732:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1736:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:51:6: note: in expansion of macro ‘parseContext’
hlslang.y:1740:3: note: in expansion of macro ‘NONSQUARE_MATRIX_CHECK’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1741:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:51:6: note: in expansion of macro ‘parseContext’
hlslang.y:1745:3: note: in expansion of macro ‘NONSQUARE_MATRIX_CHECK’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1746:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:51:6: note: in expansion of macro ‘parseContext’
hlslang.y:1750:3: note: in expansion of macro ‘NONSQUARE_MATRIX_CHECK’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1751:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1755:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:51:6: note: in expansion of macro ‘parseContext’
hlslang.y:1759:3: note: in expansion of macro ‘NONSQUARE_MATRIX_CHECK’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1760:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:51:6: note: in expansion of macro ‘parseContext’
hlslang.y:1764:3: note: in expansion of macro ‘NONSQUARE_MATRIX_CHECK’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1765:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:51:6: note: in expansion of macro ‘parseContext’
hlslang.y:1769:3: note: in expansion of macro ‘NONSQUARE_MATRIX_CHECK’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1770:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1774:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1778:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:51:6: note: in expansion of macro ‘parseContext’
hlslang.y:1782:3: note: in expansion of macro ‘NONSQUARE_MATRIX_CHECK’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1783:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:51:6: note: in expansion of macro ‘parseContext’
hlslang.y:1787:3: note: in expansion of macro ‘NONSQUARE_MATRIX_CHECK’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1788:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:51:6: note: in expansion of macro ‘parseContext’
hlslang.y:1792:3: note: in expansion of macro ‘NONSQUARE_MATRIX_CHECK’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1793:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1797:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:51:6: note: in expansion of macro ‘parseContext’
hlslang.y:1801:3: note: in expansion of macro ‘NONSQUARE_MATRIX_CHECK’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1802:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:51:6: note: in expansion of macro ‘parseContext’
hlslang.y:1806:3: note: in expansion of macro ‘NONSQUARE_MATRIX_CHECK’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1807:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:51:6: note: in expansion of macro ‘parseContext’
hlslang.y:1811:3: note: in expansion of macro ‘NONSQUARE_MATRIX_CHECK’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1812:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1816:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1820:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1823:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1826:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1829:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1832:3: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1835:3: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1838:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1841:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1844:3: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1847:3: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1850:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1853:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1856:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1859:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1863:41: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:63:20: note: in expansion of macro ‘parseContext’
hlslang.y:1871:9: note: in expansion of macro ‘SET_BASIC_TYPE’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1880:15: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1903:21: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1916:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1932:21: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1973:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:1983:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2019:7: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2019:7: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2059:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2061:140: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2082:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2087:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2089:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2092:14: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2102:7: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2103:9: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2107:9: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2108:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2112:11: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2114:7: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2115:9: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2157:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2164:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2172:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2179:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2195:9: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2210:9: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2214:9: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2231:54: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2301:13: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2305:9: note: in expansion of macro ‘parseContext’
hlslang.y:36:46: error: ‘parseContextLocal’ was not declared in this scope
hlslang.y:2342:41: note: in expansion of macro ‘parseContext’
CMakeFiles/hlsl2glsl.dir/build.make:714: recipe for target 'CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/hlslang_tab.cpp.o' failed
make[2]: *** [CMakeFiles/hlsl2glsl.dir/hlslang/MachineIndependent/hlslang_tab.cpp.o] Error 1
CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/hlsl2glsl.dir/all' failed
make[1]: *** [CMakeFiles/hlsl2glsl.dir/all] Error 2
Makefile:76: recipe for target 'all' failed
make: *** [all] Error 2
WalterTrippel commented 9 years ago

same stuff

computerquip commented 9 years ago

I think this pull request fixes it: https://github.com/aras-p/hlsl2glslfork/pull/63. Would you please pull from my tree and test for yourself for any oddities?

computerquip commented 9 years ago

This appears to be fixed with the merge of #63. Please close whenever convenient.