XEmacs 21.5.24 "dandelion" is released.

Rick Rankin rrankin1424-xemacs at yahoo.com
Wed Dec 21 19:39:20 EST 2005



----- Original Message ----
From: Jeff Mincy <jeff at delphioutpost.com>
To: "Stephen J. Turnbull, XEmacs 21.5 Beta Engineer" <stephen at xemacs.org>
Cc: xemacs-beta at xemacs.org
Sent: Wednesday, December 21, 2005 2:35:57 PM
Subject: XEmacs 21.5.24 "dandelion" is released.


On Mon, 19 Dec 2005, stephen at xemacs.org wrote:
> *          XEmacs 21.5.24 "dandelion" is released.
>       "dandelion" is the twenty-fifth in the VEGETABLE series.

I get the following error building 21.5.24 on RH Linux.

   gcc -c -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g    -I. -I/home/jeff/downloads/xemacs-21.5.24/lwlib/../src -DHAVE_CONFIG_H -I/usr/X11R6/include xlwmenu.c
   xlwmenu.c: In function `make_drawing_gcs':
   xlwmenu.c:2832: parse error before `cmap'
   xlwmenu.c:2834: `cmap' undeclared (first use in this function)
   xlwmenu.c:2834: (Each undeclared identifier is reported only once
   xlwmenu.c:2834: for each function it appears in.)


The compiler was happier with the Colormap cmap declaration before the
call to visual_info_from_widget

xlwmenu.c:
      int ignore;
      visual_info_from_widget ((Widget) mw, &visual, &ignore);
      Colormap cmap = mw->core.colormap;

I can provide the configure/build output if needed.

-jeff


Interesting. I built a couple of days ago on FC4 and didn't have this problem. Which version of RedHat and gcc, and what configure options are you using?

--Rick





More information about the XEmacs-Beta mailing list