Re: Error build gnome-terminal



Go to to line 356 and change 
      const TerminalEncoding *e;
      charset = tmp->data;
      TerminalEncoding *encoding;
to
      const TerminalEncoding *e;
      TerminalEncoding *encoding;
      charset = tmp->data;



On Mon, 2003-01-13 at 11:04, Cédric Marcone wrote:
> I'm currently building gnome 2.2 RC1 with garnome, while compiling
> gnome-terminal it stops with the following error :
> 
> encoding.c: In function `update_active_encodings_from_string_list':
> encoding.c:356: parse error before `*'
> encoding.c:374: `encoding' undeclared (first use in this function)
> encoding.c:374: (Each undeclared identifier is reported only once
> encoding.c:374: for each function it appears in.)
> make[5]: *** [encoding.o] Error 1
> 
> -> Line 356 : declaration should be at start of block (gcc < 3)
> 
> Could you make the change and re-emit the package.
> 
> Thank you
> --
> Cedric Marcone
> 
> _______________________________________________
> desktop-devel-list mailing list
> desktop-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/desktop-devel-list
-- 
Alberto Bellemo <alberto bellemo system5 it>

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]