xboard-devel
[Top][All Lists]
Advanced

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

Re: [XBoard-devel] Fwd: 4.9.0 what's new


From: Arun Persaud
Subject: Re: [XBoard-devel] Fwd: 4.9.0 what's new
Date: Sun, 3 Apr 2016 11:59:32 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0

On 04/03/2016 07:36 AM, H.G. Muller wrote:
> 
> 
> Op 4/2/2016 om 11:40 PM schreef Arun Persaud:
>> unfortunately, I don't know anything about texinfo files... perhaps
>> someone else on the list knows about it? Otherwise, there might be a
>> texinfo user group?
> 
> I have changed the offending @itemx to @item, which should be enough to
> prevent the build error. It does mean the man file doesn't really look like
> we would want it to, but I suppose for the dev release we can live with
> that.
> 
> So the current Savannah master can be released.
> 
> Before 4.9.0 we could then still figure out if we can make the fonts adapt
> to interactive sizing of the main window.

seems to be working over here now... I'm getting the following build
warnings now, but they seem to be OK. Will do a dev-release in a few hours.

Do we want to fix those for the release?


xboard.texi:1345: warning: node `Help Menu' is next for `Options Menu'
in menu but not in sectioning
xboard.texi:2262: warning: node `Options Menu' is prev for `Help Menu'
in menu but not in sectioning
  CC       backend.o
backend.c: In function ‘read_from_ics’:
backend.c:4034:21: warning: variable ‘blackname’ set but not used
[-Wunused-but-set-variable]
   char *whitename, *blackname, *why, *endtoken;
                     ^
backend.c:4034:9: warning: variable ‘whitename’ set but not used
[-Wunused-but-set-variable]
   char *whitename, *blackname, *why, *endtoken;
         ^
backend.c: In function ‘ApplyMove’:
backend.c:10180:70: warning: variable ‘killed2’ set but not used
[-Wunused-but-set-variable]
   ChessSquare captured = board[toY][toX], piece, pawn, king, killed,
killed2; int p, rookX, oldEP, epRank, berolina = 0;
                                                                      ^
  CC       book.o
  CC       childio.o
  CC       gamelist.o
  CC       ngamelist.o
  CC       lists.o
  CC       moves.o
moves.c: In function ‘CollectPieceDescriptors’:
moves.c:209:15: warning: variable ‘pieceName’ set but not used
[-Wunused-but-set-variable]
     char *m, *pieceName = defaultName;
               ^
  CC       parser.o
  CC       pgntags.o
  CC       uci.o
  CC       board.o
  CC       draw.o
In file included from draw.c:59:0:
/usr/include/librsvg-2.0/librsvg/rsvg-cairo.h:27:2: warning: #warning
"Including <librsvg/rsvg-cairo.h> directly is deprecated." [-Wcpp]
 #warning "Including <librsvg/rsvg-cairo.h> directly is deprecated."
  ^
draw.c: In function ‘ScaleOnePiece’:
draw.c:387:3: warning: ‘g_type_init’ is deprecated
[-Wdeprecated-declarations]
   g_type_init ();
   ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/librsvg-2.0/librsvg/rsvg.h:31,
                 from draw.c:58:
/usr/include/glib-2.0/gobject/gtype.h:681:23: note: declared here
 void                  g_type_init                    (void);
                       ^
  CC       dialogs.o
  CC       engineoutput.o
  CC       nengineoutput.o
  CC       evalgraph.o
  CC       nevalgraph.o
  CC       history.o
  CC       nhistory.o
  CC       menus.o
  CC       usounds.o
  CC       usystem.o
  CC       gtk/xboard.o
  CC       gtk/xoptions.o
gtk/xoptions.c: In function ‘GraphEventProc’:
gtk/xoptions.c:979:13: warning: variable ‘opt’ set but not used
[-Wunused-but-set-variable]
     Option *opt, *graph = (Option *) gdata;
             ^
  CC       gtk/xtimer.o
  CC       gtk/xengineoutput.o
  CCLD     xboard
./texi2man ./xboard.texi > xboard.man || (rm -f xboard.man ; false)
make[2]: Leaving directory '/home/arun/src/Prog/xboard'
make[1]: Leaving directory '/home/arun/src/Prog/xboard'


Arun



reply via email to

[Prev in Thread] Current Thread [Next in Thread]