> "It can be fixed by editing line 1786 in DerivedSources/ANGLE/glslang_tab.cpp > > > change line 1786 from: > > yychar = yylex (&yyval); > > > to: > > void* somevariablex; > > yychar = yylex (&yyval, somevariablex);" > I made that change and carried on with make. It got past the error and is still compiling - may be another hour to go?
jb -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page