Re: [blfs-dev] gnome-icon-theme-extras

2013-08-24 Thread John Burrell
> > Is it 11664 or 11684? It says 11664 with Last Changed Date: 2013-08-20 20:40:33 -0500 > > Date: Thu Aug 22 06:12:00 2013 > New Revision: 11670 > > Log: > Package updates and some minor fixes. > > Added: > trunk/BOOK/gnome/platform/gnome-icon-theme-extras.xml > - copied, changed from r11669, >

Re: [blfs-dev] gnome-icon-theme-extras

2013-08-24 Thread Fernando de Oliveira
Em 24-08-2013 20:18, John Burrell escreveu: > I downloaded BLFS revision 11664 and the commands don't seem to include those > for gnome-icon-theme-extras. > > These are present - > > -rw-r--r-- 1 root root 92 Aug 24 12:57 452-gnome-icon-theme > -rw-r--r-- 1 root root 92 Aug 24 12:57 453-

[blfs-dev] gnome-icon-theme-extras

2013-08-24 Thread John Burrell
I downloaded BLFS revision 11664 and the commands don't seem to include those for gnome-icon-theme-extras. These are present  - -rw-r--r--  1 root root   92 Aug 24 12:57 452-gnome-icon-theme -rw-r--r--  1 root root   92 Aug 24 12:57 453-gnome-icon-theme-symbolic -rw-r--r--  1 root root   92 Aug

Re: [blfs-dev] Recent commits and my resignation

2013-08-24 Thread Ken Moffat
On Sat, Aug 24, 2013 at 04:22:36AM +0200, Armin K. wrote: > On 08/24/2013 03:33 AM, Bruce Dubbs wrote: > > Armin K. wrote: > >> > >> You take the liberty to modify everything to your liking, so do I. Hang > >> on, qt4 instructions are comming back. Just needed some clean-ups. > > > > You take the

Re: [blfs-dev] webkitgtk-2.0.4 and Bison-3.0

2013-08-24 Thread Bruce Dubbs
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 (&

Re: [blfs-dev] webkitgtk-2.0.4 and Bison-3.0

2013-08-24 Thread Fernando de Oliveira
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

Re: [blfs-dev] webkitgtk-2.0.4 and Bison-3.0

2013-08-24 Thread John Burrell
> "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

[blfs-dev] webkitgtk-2.0.4 and Bison-3.0

2013-08-24 Thread John Burrell
It looks as though Bison-3.0 is causing webkitgtk to fail as well. After about 2.5 hrs of compilation I got: DerivedSources/ANGLE/glslang.cpp: In function 'int yylex(YYSTYPE*, yyscan_t)': DerivedSources/ANGLE/glslang.cpp:157:21: warning: comparison between signed and unsigned integer expressions