>>>> "Fabrice" == Fabrice Popineau
<Fabrice.Popineau(a)supelec.fr> writes:
Fabrice> I have a serious problem with the current XEmacs 21.5 cvs
Fabrice> source code under native NT. I have changed my .gnus
Fabrice> configuration mostly adapting to my site the file
Fabrice>
http://www.gci-net.com/users/j/johnw/Emacs/.gnus.el
Fabrice> It turns out that using this file, XEmacs crashes in
Fabrice> various ways. I had reports of :
For starters, you have a lot of load-path shadows, including Gnus.
Bytecode breakage could easily be due to some kind of mix'n'match
problem.
Second, overflows and GPFs in e_r_o sound like stack stompage to me.
That could easily be large regexps. Try
cd src
rm regex.o
@cl -nologo -W3 -DSTRICT -ZI -Od -G6 -Gr -MDd -DREGEX_MALLOC -o regex.o regex.c
# or however you say that in MS-land
cd ..
make
Third, if you're building with Mule, get rid of anything that shadows
core from the mule-base package. Ben moved some stuff from the
package to the core for 21.5.
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.