Stephen J. Turnbull writes:
I don't have time right now, maybe tonight, but you could try
building XEmacs with
./configure <your usual options> XAW_INTERNATIONALIZATION=1
OK, I lied, twice. First, I found time, and second, the above doesn't
work, you need a C define and even putting it in config.h didn't work
right, I'm not sure why (configure got re-run and trashed my config.h).
I did edit lwlib/xlwgauge.c and put "#define XAW_INTERNATIONALIZATION 1"
before any of the X includes, which does ensure that the
"international" member appears in the definition seen by XEmacs
(according to lldb on Mac, where the same crash has been observed),
and does allow the progress gauge to work.
So you can hack lwlib/xlwgauge.c for now, and in the future (a few
days on trunk) this should be handled automagically by configure.
Thank you again for diagnosing!
Steve
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta