Fernando de Oliveira wrote:
> Em 24-08-2013 14:03, John Burrell escreveu:
>>> "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                                   
>>
>
> I have just fixed webkitgtk-1.10.2, and will update the page soon (if
> nobody does it before me):
>
>        sed -i '/parse-param/ a%lex-param {YYLEX_PARAM}' \
>               Source/ThirdParty/ANGLE/src/compiler/glslang.y
>
> This should fix webkitgtk-2.0.4, too.

Thanls Fernando.  WebKitGTK is one of those really long builds.  Nobody 
wants to do that multiple times.

   -- Bruce


-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to