Changes between Initial Version and Version 2 of Ticket #39960
- Timestamp:
- Aug 2, 2013, 2:24:19 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39960
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
duplicate
-
Property
Status
changed from
-
Ticket #39960 – Description
initial v2 2 2 3 3 I tried to install gnome and one of it's requirement, webkit-gtk, failed to compile: 4 4 {{{ 5 5 DerivedSources/ANGLE/glslang_tab.cpp:1785:16: error: no matching function for call to 'yylex' 6 6 yychar = yylex (&yylval); … … 12 12 make[1]: *** [DerivedSources/ANGLE/libWebCore_la-glslang_tab.lo] Error 1 13 13 make[1]: *** Waiting for unfinished jobs.... 14 }}}